[jboss-user] [JBoss Microcontainer Development] - Servlet Scanner plugin

Remy Maucherat do-not-reply at jboss.com
Wed Mar 24 14:48:19 EDT 2010


Remy Maucherat [http://community.jboss.org/people/remy.maucherat%40jboss.com] replied to the discussion

"Servlet Scanner plugin"

To view the discussion, visit: http://community.jboss.org/message/533813#533813

--------------------------------------------------------------
The first one is for the standard EE annotations, nothing special.

The second one mixes annotations with types because that's what that SCI feature does. It allows specifying a set of annotations, or a set of types, and you get in a listener a Set of the classes in the webapp that respectively use the annotations (type, method, field), or are a subclass or imlplement the specified types. No need for sorting, it's a single Set with everything. I was sugesting a single method since it could avoid loops going through all the classes, right ?

--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/533813#533813]

Start a new discussion in JBoss Microcontainer Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2115]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20100324/66bc8749/attachment.html 


More information about the jboss-user mailing list