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

pete.muir@jboss.org do-not-reply at jboss.com
Fri Mar 6 06:33:00 EST 2009


"scott.stark at jboss.org" wrote : The TomcatInjectionContainer could simply have a WebBeansManager injected into it when in a jsr299 env, and its injectServlet(Servlet) is called from TomcatInjectionContainer.newInstance method if the instance is a Servlet. That's about 10 lines of code.
  | 

My concern is that this introduces a hard dependency on the webbeans-spi from the tomcat module of JBoss AS. Atm, the only hard dependencies on webbeans-spi (or any other webbeans stuff) is inside webbeans.deployer.

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

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



More information about the jboss-dev-forums mailing list