Wiki source code of Reference

Version 4.1 by Ken McWilliams on 2012/04/04 01:35

Show last authors
1 == Web Sites ==
2
3 [[struts.apache.org>>url:http://struts.apache.org/2.3.1.2/index.html]] - note the [[getting started>>url:http://struts.apache.org/2.3.1.2/docs/getting-started.html]], [[tag reference>>url:http://struts.apache.org/2.3.1.2/docs/tag-reference.html]] and [[plugin registry>>url:https://cwiki.apache.org/S2PLUGINS/home.html]] sections.
4
5 [[OGNL>>url:http://commons.apache.org/ognl/language-guide.html]] - The EL typically used in struts2. It is so simple people overlook its more advanced features.
6
7 [[StackOverflow>>url:http://stackoverflow.com/]] - The SO community has answered a lot of common (and not so common) questions, it is a great resource.
8
9 [[JSTL>>url:http://docs.oracle.com/javaee/5/jstl/1.1/docs/tlddocs/c/tld-summary.html]] - It's nice to know you can use these with struts2 as well.
10
11 == Books ==
12
13 [[Struts2 in Action >>url:http://amzn.com/193398807X]]- I personally find this book quite useful
14
15 [[Apache Struts2 Web Application Development>>url:http://amzn.com/1847193390]][[ >>url:http://amzn.com/193398807X]]- I personally find this book quite useful too
16
17 [[Practical Apache Struts 2 Web 2.0 Projects (Practical Projects)>>url:http://amzn.com/1590599039]] - No experience with this book
18
19 [[Starting with Struts2>>url:http://www.karunya.edu/cse/collaboration/sun/resources/StartingStruts2online2.pdf]] (pdf)- It's free, It's Online... I personally would do a couple tutorials and then read this book, if you're looking for something stronger I'd suggest one or both of the first two books.