Re: Conventions Plugin Changes Since 2.2.1?

2013-07-12 Thread bphill...@ku.edu
Thanks - I'll change the package name. -- View this message in context: http://struts.1045723.n5.nabble.com/Conventions-Plugin-Changes-Since-2-2-1-tp5713039p5713149.html Sent from the Struts - Dev mailing list archive at Nabble.com. -

[Idea] Add ability for decorator pattern in Actions

2013-07-12 Thread Miguel Almeida
I'd like to discuss with you an idea that came up a while ago while trying to fulfil this need: As a developer I want to unit test annotations in my actions without having to run the method's body So that I can TDD more effectively and have quicker unit tests. Namely, imagine an action: @Secure