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

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

Summary

Details

Icon Page properties
Content
... ... @@ -1,5 +1,11 @@
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]].
1 +**This Guide Requires**:
2 2  
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]]
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]]
4 4  
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 +
5 5  **[this is still in progress]**