[jboss-dev-forums] [Design of POJO Server] - Re: Handling component references
wolfc
do-not-reply at jboss.com
Tue Sep 18 03:21:33 EDT 2007
We need to figure out a way how we are going to process annotations.
In EJB 3 it works by parsing xml and then putting annotations on classes (though not consitent yet). This annotation meta data is in the JavaEEComponent (EJBContainer / InjectionContainer / JavaEEComponent -> ClassContainer). So we only know the full set of meta data once the container is initialized. And thus the container has become part of our meta data model.
Notes:
- aop.xml is used on meta data (this must remain)
- ejb3-interceptors-aop.xml is used both to augment and process meta data, which is a potential problem (might need a split)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085340#4085340
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4085340
More information about the jboss-dev-forums
mailing list