Changes for page Reference

Last modified by Ken McWilliams on 2012/04/04 01:54

From version 1.1 Icon
edited by Ken McWilliams
on 2012/04/04 00:59
Change comment: There is no comment for this version
To version Icon 3.1 Icon
edited by Ken McWilliams
on 2012/04/04 01:30
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Content
... ... @@ -1,5 +1,7 @@
1 1  == Web Sites ==
2 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 +
3 3  [[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.
4 4  
5 5  == Books ==
... ... @@ -6,4 +6,8 @@
6 6  
7 7  [[Struts2 in Action >>url:http://amzn.com/193398807X]]- I personally find this book quite useful
8 8  
9 -[[Apache Struts2 Web Application Development>>url:http://amzn.com/1847193390]]
11 +[[Apache Struts2 Web Application Development>>url:http://amzn.com/1847193390]][[ >>url:http://amzn.com/193398807X]]- I personally find this book quite useful too
12 +
13 +[[Practical Apache Struts 2 Web 2.0 Projects (Practical Projects)>>url:http://amzn.com/1590599039]] - No experience with this book
14 +
15 +[[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.