Changes for page Struts2 Adventures

Last modified by Ken McWilliams on 2012/10/31 04:36

From version Icon 3.1 Icon
edited by Ken McWilliams
on 2012/03/02 18:35
Change comment: There is no comment for this version
To version Icon 5.1 Icon
edited by Ken McWilliams
on 2012/03/02 19:01
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -Struts2
1 +Struts2 Adventures
Content
... ... @@ -1,1 +1,25 @@
1 -Here is some content.
1 += Setup and Integration =
2 +
3 +[[Struts2 Tag Guide>>doc:Struts2 Tag Guide]]
4 +
5 +[[Setting up a new Struts2 Project in Netbeans>>doc:Setting up a new Struts2 Project in Netbeans]]
6 +
7 +[[Adding and Using the Conventions Plugin>>doc:WebHome]]
8 +
9 +[[Adding Spring Dependancy Injection to Struts2 Project>>doc:Adding Spring Dependancy Injection to Struts2 Project]]
10 +
11 +Adding JPA(via Hibernate) with Spring to Struts2 Project
12 +
13 +MySQL Workbench and updating JPA Entities with Netbeans
14 +
15 += Application Tutorials =
16 +
17 +Using the roles Interceptor to control access
18 +
19 +Twitter Tweet
20 +
21 +Facebook Status Update
22 +
23 +Single Sign On (SSO) using Facebook and Twitter
24 +
25 +Return JSON from your Actions (probably far easier than you'd guess)