On Wed, 14 Nov 2001 03:17, Holger Faltinsky/Denic wrote: > Hi everybody, > > regarding the BlockListener: > 1) How do I have to pack that BlockListener? Do I have to build a new > bar-File (Block) for the BlockListener?
you can just chuck it in a jar in the lib directory. > 2) I understand it in that way, that using the BlockListener, I don't need > to bind different blocks together anymore using the assembly.xml, because > it's build in runtime through the BlockListener. well - only if the relationships are not dependency relationships. FOr dependency relationships you still need to use assembly.xml > What kind of classes of > methods I have to add to all the applications, to get this nice feature? In > the documentation there seems to be a "standard" assembly.xml as usual!? yep - still use assembly.xml for dependency relationships. BlockListener is mainly useful for aspects that cut across all Blocks. Things we have discussed include * exporting via JMX * exporting via RMI * exporting via SOAP * Persisting * Linking SocketFactory interfaces to SocketManager -- Cheers, Pete --------------------------------------------------- For every complex problem there is a solution that is simple, neat and wrong --------------------------------------------------- -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>