Holger Engels wrote: > On Thu, 31 Jan 2002, Bill Burke wrote: > >>> >>> >>You're right here. EJBs have no asynchronous interface like CORBA object do.
Arrgh! You mean the dreaded "oneway" keyword? I'd forgotten all about that. >>Plus, in EJB the request is not exposed like in CORBA as well. > > Some interceptors are transparent, others are not .. > I think interceptors are transparent by definition. They modify the call after the client code has made it, or before it is received by the application code on the server side. > Let the dynamic proxy implement the remote interface and all additional > interfaces of all interceptors, that add non transparent behaviour to the > component. We have already three additional apis: > > o SecurityAssociation > o UserTransaction > o ejb methods > > only the last one is directly implemented by the dynamic proxy. security > and transactions are somewhat transcendent/magic. But the use of these takes place through standard interfaces on the client side and is again transparent to the client code, no? -- Luke Taylor. Monkey Machine Ltd. PGP Key ID: 0x57E9523C http://www.mkeym.com _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development