Guys,

enough talking,

To the slew of new developers looking for fame and glory... this is a neat
little advanced assignement, make the interceptor stack for the EJB client
real and configurable from jboss.xml OKA? shouldn't be that hard nor that
simple. Couple of days.  Bill you are banned from this, let a young eager
mind prove he can do it.  I don't want FactoryManagerLoaderProxies with
10,000 config files, the one who can make it in less classes wins, keep is
simple stupid.  Emphasis on the Simple Stupid.

marcf

|-----Original Message-----
|From: [EMAIL PROTECTED]
|[mailto:[EMAIL PROTECTED]]On Behalf Of Luke
|Taylor
|Sent: Thursday, January 31, 2002 10:56 AM
|To: [EMAIL PROTECTED]
|Subject: Re: [JBoss-dev] TODO: client side interceptors
|
|
|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



_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to