Re: [Struts2] Convention Plugin - Annotationd

2008-06-08 Thread Musachy Barroso
On Sun, Jun 8, 2008 at 10:36 AM, Bob Tiernay <[EMAIL PROTECTED]> wrote: > Well, by "convention" these things could be defined in the top most package > of the actions packages (ie. struts.convention.action.packages) in > package-info.java. This seems natural to me. > Yes, that would be the obvious

Re: [Struts2] Convention Plugin - Annotationd

2008-06-08 Thread Bob Tiernay
arroso" <[EMAIL PROTECTED]> Sent: Sunday, June 08, 2008 10:34 AM To: "Struts Developers List" Subject: Re: [Struts2] Convention Plugin - Annotationd I think that convention should support everything from the current xml configuration element "action" down. For thi

Re: [Struts2] Convention Plugin - Annotationd

2008-06-08 Thread Musachy Barroso
I think that convention should support everything from the current xml configuration element "action" down. For things outside action, like global result, stacks, beans etc, is not really intuitive where the annotations should be. musachy On Sun, Jun 8, 2008 at 10:25 AM, Bob Tiernay <[EMAIL PROT

[Struts2] Convention Plugin - Annotationd

2008-06-08 Thread Bob Tiernay
I am currently trying to convert an existing project over to use the convention plugin. In, the process I discovered that it appears as though I cannot do the following with the annotations: 1. Declare interceptor annotations on package-info.java 2. Set a default interceptor ref (eg. for a pack