Wiki source code of Struts2 Adventures

Version 8.1 by Ken McWilliams on 2012/03/11 07:24

Show last authors
1 = Setup and Integration =
2
3 [[Setting up a new Struts2 Project in Netbeans>>doc:Setting up a new Struts2 Project in Netbeans]]
4
5 [[Adding and Using the Conventions Plugin>>doc:Adding and Using the Conventions Plugin]]
6
7 [[Adding Spring Dependancy Injection to Struts2 Project>>doc:Adding Spring Dependancy Injection to Struts2 Project]]
8
9 [[Adding JPA(via Hibernate) with Spring to Struts2 Project>>doc:Adding JPA (via Hibernate) with Spring to Struts2 Project]]
10
11 MySQL Workbench and updating JPA Entities with Netbeans
12
13 = Application Tutorials =
14
15 Using the roles Interceptor to control access
16
17 Twitter Tweet
18
19 Facebook Status Update
20
21 Single Sign On (SSO) using Facebook and Twitter
22
23 Return JSON from your Actions (probably far easier than you'd guess)
24
25 = Reference =
26
27 [[Struts2 Tag Guide>>url:../../view/Struts2/Struts2+Tag+Guide]]
28
29 [[Annotation Guide >>doc:Annotations]]