[jboss-dev-forums] [Design of POJO Server] - Re: JSR-299 servlet injection

wolfc do-not-reply at jboss.com
Tue Mar 17 02:11:06 EDT 2009


Isn't there a way to unify the injection frameworks we currently have?
I don't like the InjectionContainer SPI right now, because it ended up with too much stuff in it. So the current EJB3 model is not sufficient.

The main issue I predict will be the explicit dependencies to be setup, while injecting via JNDI lookups (JavaEE requirement), while I would like to use MC injection features, although the same semantics do not apply (visibility of injectees and JavaEE scoping).

So if we're going for this we need something that works on top of MC & VDF (needed for scoping), which works for all JavaEE components.

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4218481#4218481

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4218481



More information about the jboss-dev-forums mailing list