[jboss-dev-forums] [Design of POJO Server] - Re: JSR-299 servlet injection
pete.muir@jboss.org
do-not-reply at jboss.com
Wed Apr 8 11:11:10 EDT 2009
Another option, which is probably easier, is to install a AnnotationProcessor (which wraps and forwards calls to the default AnnotationProcessor in JBossWeb), and delegates at runtime to an AnnotationProcessor which Web Beans exposes to the ServletContext on contextInitialized.
I took this approach for the plain Tomcat integration https://svn.jboss.org/repos/webbeans/extensions/trunk/tomcat/support/src/main/java/org/jboss/webbeans/environment/tomcat/WebBeansLifecycleListener.java
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4224394#4224394
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4224394
More information about the jboss-dev-forums
mailing list