[jboss-dev-forums] [Design of EJB 3.0] - Re: Delegating all invocations to ejb3-interceptors Abstract
wolfc
do-not-reply at jboss.com
Thu Aug 28 10:53:25 EDT 2008
I've made something that meets the middle ground. In ejb3-interceptors there is an interface InjectionInvocation which is implemented by the InjectionInvocation in ejb3-core which as a target invokes the actual injector.
The alternative was to rewrite all injectors to use another sort of reflection API (on top of AbstractContainer) to allow for setting values via AbstractContainer.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4173100#4173100
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4173100
More information about the jboss-dev-forums
mailing list