Spring 3 CRUD Application
Spring 3 CRUD Directory Structure
In this section, you will learn how to develop "CRUD" application in spring 3 with hibernate. As you know spring provides MVC Model ("Spring Hello World Application")
Integraing Spring 3 with hibernate using "LocalSessionFactoryBean" class.
Directory Structure

The above directory structure we shown that contains mainly two parts:
- Java Resource: It contains all java and hibernate.cfg.xml files
- WebContent: It contains all jsp, libs and web configuration files like: spring-servlet.xml and web.xml
Required Libs: Following libs are required for integrating the applicaiton between spring and hibernate.

Download Spring 3 CRUD Application