Integrate Hibernate and Struts
[30 mn de lecture - paru le 9/21/2006 12:19:23 PM - Public : Confirmé]
|
   
|
Auteur
Resume
In world J2EE, the frameworks Struts and Hibernate are very often used, I will explain them and how to integrate these two tools to create a web site.
I will first present the Hibernate framework and then the Struts framework. I will try to give you some examples that you will be able to modify for your J2EE application.
Sommaire
- Introduction
- 1 Hibernate
- 1.2 The required libraries for Hibernate
- 1.3 The xml mapping files
- 1.4 The xml mapping file
- 1.5 The Hibernate configuration file
- 1.6 Collection mapping
- 1.7 Association mapping
- 2 Struts
- 2.1 The MVC architecture
- 2.2 The Struts's xml web configuration files
- 2.3 Tiles
- 2.4 Internationalisation
- Conclusion
|