This is a test document that has recently developed a project using Struts Hibernate.
The development environment is:
JBuilder Struts Hibernate
Database: Oracle
Web server: WebLogic
Developed with Struts1.1 comes with JBuilder.
Pojo and XML files used by Hibernate can be generated by tools.
The structure of JSP ACTION API DAO is used.
Advance the API processing business logic in Action, call DAO to perform database operations in the API.
Pass data via VO object.