Last modified by Ken McWilliams on 2012/03/15 21:59

From version Icon 2.1 Icon
edited by Ken McWilliams
on 2012/03/15 22:53
Change comment: There is no comment for this version
To version 1.1 Icon
edited by Ken McWilliams
on 2012/03/11 06:40
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Content
... ... @@ -1,11 +1,5 @@
1 -**This Guide Requires**:
1 +This integration effor will rely on Spring already being added to the project if this is not the case see the [[integrating spring tutorial>>doc:Adding Spring Dependancy Injection to Struts2 Project]].
2 2  
3 -* Spring is already added to the project: [[integrating spring tutorial>>url:../../view/Struts2/Adding+Spring+Dependancy+Injection+to+Struts2+Project]].
4 -* A connection pool has been created in the container and a JNDI name has been created for it: [[Glassfish Connection Pool for MySQL.>>url:../../view/Struts2/Glassfish+Connection+Pool+for+MySQL]]
5 -* A MySQL database is configured for the example we will use: [[Setup MySQL Message Store Database >>doc:Setup MySQL for Demo : Message Store Database]]
3 +Here we will describe the process of adding JPA using a JNDI name to a JDBC connection pool. First a database should be configured and the the application server configured to make use of that connection to complete these steps follow: [[Set up MySQL and Configure Glassfish Application Server for JPA Demo>>doc:Set up MySQL and Configure Glassfish Application Server for JPA Demo]]
6 6  
7 -Here we will describe the process of adding JPA via Hibernate, we will be using some freatures of Netbeans.
8 -
9 -First a database should be configured and the the application server configured to make use of that connection to complete these steps follow: [[Set up MySQL and Configure Glassfish Application Server for JPA Demo>>doc:Set up MySQL and Configure Glassfish Application Server for JPA Demo]]
10 -
11 11  **[this is still in progress]**