The article in the category "Java EE basic Practical Tutorial Notes" is a note I made when I learned the basic Java EE Tutorial. The book Zheng Achi. Isbn:9787121091360.
The notes in chapters 3rd, 4, and 5 are organized here, with the main content being Struts2, Hibernate, Spring, and the integrated SSH framework. In addition, before learning the architecture, it is recommended to take a look at "Beginner Java Web Development," away from the various frameworks, from Servlet development .
The following chapters are attached to the Java EE Basic Practical Tutorial:
1th Chapter Java EE Introduction
2nd Chapter JSP Application Foundation
3rd Chapter Struts 2 Application
3.1 Struts 2 Overview
3.2 Struts 2 basic applications and workflow
3.3 Struts 2 tag library app
3.4 Struts 2
3.5 Struts 2 Internationalization Applications
3.6 Struts 2 File Upload
3.7 Struts 2 Integrated Application Example--Add student information
The 4th Chapter Hibernate application
4.1 Hibernate overview
4.2 Hibernate Application Basics
4.3 Hibernate relationship Mapping
4.4 Hibernate Advanced Features
4.5 Hibernate and Struts 2 integrated application
The 5th Chapter Spring Application
5.1 Spring Overview
5.2 Spring Core mechanism--Dependency injection
5.3 Spring Core interface and basic configuration
5.4 Spring AOP
5.5 Spring Transaction support
5.6 Spring and Struts 2 integrated application
5.7 Spring and Hibernate integrated application
6th. Struts 2, Hibernate and spring integrated applications
7th Chapter Ajax
Description of "Java EE Basic Practical Tutorial" notes