Wiki source code of Struts2 Adventures

Version 13.1 by Ken McWilliams on 2012/03/18 21:01

Show last authors
1 = Introduction =
2
3 [[About this Guide>>doc:About this Guide]]
4
5 [[Why Struts2>>doc:Why Struts2]]
6
7 = Setup and Integration =
8
9 [[java.lang.OutOfMemoryError: PermGen space>>doc:PermGen space]]
10
11 [[Setting up a new Struts2 Project in Netbeans>>doc:Setting up a new Struts2 Project in Netbeans]]
12
13 [[Adding and Using the Conventions Plugin>>doc:Adding and Using the Conventions Plugin]]
14
15 [[Basic Tiles Integration>>doc:Basic Tiles Integration]]
16
17 [[Tiles 2.2.2 Integration>>doc:Tiles 2\.2\.2 Integration]]
18
19 [[Adding Spring Dependancy Injection to Struts2 Project>>doc:Adding Spring Dependancy Injection to Struts2 Project]]
20
21 [[Glassfish Connection Pool for MySQL>>doc:Glassfish Connection Pool for MySQL]]
22
23 [[Adding JPA(via Hibernate) with Spring to Struts2 Project>>doc:Adding JPA (via Hibernate) with Spring to Struts2 Project]]
24
25 MySQL Workbench and updating JPA Entities with Netbeans
26
27 = Application Tutorials =
28
29 Using the roles Interceptor to control access
30
31 Twitter Tweet
32
33 Facebook Status Update
34
35 Single Sign On (SSO) using Facebook and Twitter
36
37 Return JSON from your Actions (probably far easier than you'd guess)
38
39 = Reference =
40
41 [[Struts2 Tag Guide>>Struts2 Tag Guide]]
42
43 [[Annotation Guide >>doc:Annotations]]