Spring Web App
Simple CRUD Web application built on Spring MVC and hibernate.
By clicking on "Add Customer" on the homepage, application goes to the form page, and then user can insert a new customer into the database.
You may modify a customer by clicking on "Update" on the homepage, and the app will give you a form with prepopulated data. Also you may delete a customer on the homepage.