Skip to content
/ teams Public
forked from DimiGatz/teams

Simple CRUD Spring3/MySQL5/Hibernate4 webapp

Notifications You must be signed in to change notification settings

sristi/teams

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Spring 3, Maven, MySql, Hibernate simple CRUD web application.

Basic Steps to create a Spring Web App with Persistence

  1. Setup the maven project and adjust the folder structure
  2. Add dependencies
  3. SetupDB
  4. Create model class – Add Annotations
  5. Create DAO components - @Repository
  6. Create Service components - @Service
  7. Create Controller component - @Controller
  8. Create View components – JSPs, JSTL
  9. Adjust Configurations (jdbc, spring xmls, hibernate, logs etc)
  10. Clean install your project and deploy it.

About

Simple CRUD Spring3/MySQL5/Hibernate4 webapp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%