The example is just a simple logon test.
JSP calls the struts action, and then calls EJB in the action. Dao in EJB calls Hibernate and uses the JBoss database connection pool.
The database is MySQL.
The package contains the test. sqldatabase table structure, which can be imported to MySQL.
Mysql-db.xml configuration database connection pool, and ear put in the same deploy directory.
Run JBoss. the version I want is 3.2.5.
Specific configuration see: http://www.bcxy.com/java/eclipsej2ee.htm
Source program download: http://www.bcxy.com/tools/ejbhibernate.rar
Note: I used a transaction when writing hibernate, but there was a conflict when the EJB called Dao. How should I solve this problem, or give the transaction completely to the EJB, don't worry about it in hibernate. Please help me!
If you have any questions, you can contact: webmaster@bcxy.com
Programming Languages