Changes for page Struts2 Adventures

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

From version Icon 9.1 Icon
edited by Ken McWilliams
on 2012/03/11 07:25
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,5 +1,7 @@
1 1  = Setup and Integration =
2 2  
3 +[[java.lang.OutOfMemoryError: PermGen space>>doc:PermGen space]]
4 +
3 3  [[Setting up a new Struts2 Project in Netbeans>>doc:Setting up a new Struts2 Project in Netbeans]]
4 4  
5 5  [[Adding and Using the Conventions Plugin>>doc:Adding and Using the Conventions Plugin]]
... ... @@ -6,6 +6,8 @@
6 6  
7 7  [[Adding Spring Dependancy Injection to Struts2 Project>>doc:Adding Spring Dependancy Injection to Struts2 Project]]
8 8  
11 +[[Glassfish Connection Pool for MySQL>>doc:Glassfish Connection Pool for MySQL]]
12 +
9 9  [[Adding JPA(via Hibernate) with Spring to Struts2 Project>>doc:Adding JPA (via Hibernate) with Spring to Struts2 Project]]
10 10  
11 11  MySQL Workbench and updating JPA Entities with Netbeans