Changes for page Struts2 Adventures

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

From version Icon 7.1 Icon
edited by Ken McWilliams
on 2012/03/11 06:31
Change comment: There is no comment for this version
To version Icon 11.1 Icon
edited by Ken McWilliams
on 2012/03/15 22:12
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Content
... ... @@ -1,6 +1,6 @@
1 1  = Setup and Integration =
2 2  
3 -[[Struts2 Tag Guide>>doc:Struts2 Tag Guide]]
3 +[[java.lang.OutOfMemoryError: PermGen space>>doc:PermGen space]]
4 4  
5 5  [[Setting up a new Struts2 Project in Netbeans>>doc:Setting up a new Struts2 Project in Netbeans]]
6 6  
... ... @@ -8,6 +8,8 @@
8 8  
9 9  [[Adding Spring Dependancy Injection to Struts2 Project>>doc:Adding Spring Dependancy Injection to Struts2 Project]]
10 10  
11 +[[Glassfish Connection Pool for MySQL>>doc:Glassfish Connection Pool for MySQL]]
12 +
11 11  [[Adding JPA(via Hibernate) with Spring to Struts2 Project>>doc:Adding JPA (via Hibernate) with Spring to Struts2 Project]]
12 12  
13 13  MySQL Workbench and updating JPA Entities with Netbeans
... ... @@ -23,3 +23,9 @@
23 23  Single Sign On (SSO) using Facebook and Twitter
24 24  
25 25  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]]