On 11/13/06, Matt Raible <[EMAIL PROTECTED]> wrote:

I'd be interested in doing this in Equinox as well.  Does it simply
follow convention over configuration or are annotations leveraged?
Got any documentation? ;-)

Both. :)  Look at the 'Person Manager' section of the showcase for an
example of the annotations for results:

http://svn.apache.org/repos/asf/struts/struts2/trunk/apps/showcase/src/main/java/org/apache/struts2/showcase/person/EditPersonAction.java

And web.xml for the 'actionPackages' init param.  (Last I heard, any
class name ending in 'Action' will be discovered.)

http://svn.apache.org/repos/asf/struts/struts2/trunk/apps/showcase/src/main/webapp/WEB-INF/web.xml

--
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to