[jboss-dev-forums] [Design of JBoss/Tomcat Integration] - Re: JBAS-5673 - Metadata processing

scott.stark@jboss.org do-not-reply at jboss.com
Fri Aug 8 06:20:07 EDT 2008


According to the jsp2.1 spec there are:
"jsp-2.1" wrote : 
  | In the JSP specification, tag handlers which implement interfacesjavax.serv- 
  | let.jsp.tagext.Tag andjavax.servlet.jsp.tagext.SimpleTag may be annotated for injection. In both cases, injection occurs immediately after an instance of the tag handler is constructed, and before any of the tag properties are initialized. 
  | Event Listeners (See Section JSP.7.1.9, “Event Listeners”) can also be 
  | annotated for resource injection. Injection occurs immediately after an instance of the event handler is constructed, and before it is registered. 
  | The annotations supported are: 
  | • @EJB, @EJBs 
  | • @PersistenceContext, @PersistenceContexts 
  | • @PersistenceUnit, @PersistenceUnits 
  | • @PostConstruct, @PreDestroy 
  | • @Resource, at Resources 
  | • @WebServiceRef, @WebServiceRefs 
  | 

I assigned JBAS-4399 to you to ensure the annotation processing is happening in one place.


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

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




More information about the jboss-dev-forums mailing list