> If you are talking about accessing other blocks from within the same 
> Application using some form of directory then there is nothing 
> that directly 
> does that. It is expected that you use dependencies between blocks to 
> implement inter-block communication. However you can implement 
> this yourself. 
> 
> You can write a "directory" block that stores references to all the other 
> blocks.
> 
> Then you can write an ApplicationListener that listeners for the event 
> indicating creation of all the different blocks. All the created 
> blocks are 
> cached in the listener until an applicationStarted event occurs at which 
> point you could register them in the directory block.
> 
> 

cool, this is what I wad after. Thanks Pete

</jima>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to