| This paper first introduces the J2EE architecture, the J2EE core technology, Web development framework and MVC pattern, studies the development technology in the open source Struts framework, and analyzes the Struts MVC framework principles, structure, function, development processes and problems. Then, we study hotspot of open source Spring lightweight container frame, mainly research into Spring’s technology principle for Inversion of Control (IOC) and Aspect Oriented Programming (AOP).Secondly we study hotspots principles of open source Hibernate framework, focus on object-relational mapping ORM technology principle and development processes.Finally, according to main technical principles and characteristics of various open source frameworks, we will integrate with Struts, Spring and Hibernate framework for Struts framework as the presentation layer, Spring framework as the business logic layer and Hibernate framework as data persistence layer in the J2EE platform, give the combination of SSH development technologies and development processes for three kinds of open source framework. Solution gives full play to the advantages of the various open source frameworks, and applies in the project of SSH-based university equipment share management platform. The system has a clearer layer, the development method reduces the degree of coupling between layers, greatly enhances system reusability, flexibility, maintainability and scalability, and greatly improves the efficiency of software development. |