Re: Struts 2 Getting Started Tutorials and Example Applications

2013-07-01 Thread Maurizio Cucchiara
Hi Bruce, My plan is to move all the example applications from Google Code ( > http://code.google.com/p/struts2-examples/downloads/list) for the Struts 2 > Getting Started Tutorials > (http://struts.apache.org/release/2.3.x/docs/getting-started.html) to the > Subversion repository here: > https://

Re: Struts 2 Getting Started Tutorials and Example Applications

2013-07-01 Thread bphill...@ku.edu
Maurizo - The Ant versions of the example applications were more popular then the Maven versions. So if someone wants to maintain the Ant versions I think people trying to learn Struts 2 would be grateful. All the Ant versions of the example applications are at http://code.google.com/p/struts2-ex

Re: Struts 2 Getting Started Tutorials and Example Applications

2013-07-01 Thread Lukasz Lenart
2013/7/1 bphill...@ku.edu : > Maurizo - The Ant versions of the example applications were more popular then > the Maven versions. So if someone wants to maintain the Ant versions I > think people trying to learn Struts 2 would be grateful. > > All the Ant versions of the example applications are a

Re: Struts annotations limited to specific methods

2013-07-01 Thread Lukasz Lenart
2013/6/29 Paul Benedict : > This is the best proposed solution and I am surprised it didn't become part > of Struts: > https://issues.apache.org/jira/browse/WW-1967 You can do it yourself right away ;-) > We should add another level of XML filename checking to to be > --.xml What about Annotatio

Re: Struts annotations limited to specific methods

2013-07-01 Thread Lukasz Lenart
2013/6/28 Umesh Awasthi : > I worked quite a bit on JSR 303 validations (Both with Hibernate Validation > as well Apache Bval) and also worked on creating plugin to integrate it > with Struts2, since with version 2.5/3.0 , we are looking to have some > major changes so was wondering if i should wai