Wiki source code of Struts2 Adventures

Version 11.1 by Ken McWilliams on 2012/03/15 22:12

Show last authors
1 = Setup and Integration =
2
3 [[java.lang.OutOfMemoryError: PermGen space>>doc:PermGen space]]
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:Adding and Using the Conventions Plugin]]
8
9 [[Adding Spring Dependancy Injection to Struts2 Project>>doc:Adding Spring Dependancy Injection to Struts2 Project]]
10
11 [[Glassfish Connection Pool for MySQL>>doc:Glassfish Connection Pool for MySQL]]
12
13 [[Adding JPA(via Hibernate) with Spring to Struts2 Project>>doc:Adding JPA (via Hibernate) with Spring to Struts2 Project]]
14
15 MySQL Workbench and updating JPA Entities with Netbeans
16
17 = Application Tutorials =
18
19 Using the roles Interceptor to control access
20
21 Twitter Tweet
22
23 Facebook Status Update
24
25 Single Sign On (SSO) using Facebook and Twitter
26
27 Return JSON from your Actions (probably far easier than you'd guess)
28
29 = Reference =
30
31 [[Struts2 Tag Guide>>Struts2 Tag Guide]]
32
33 [[Annotation Guide >>doc:Annotations]]