ZK MVVM CRUD with Spring 3. and Hibernate 4

In this post, we will see step by step tutorial on simple CRUD operation.

Technologies Used

    1. ZK 6.5.1 CE Version
    3. Hibernate Core Version 4.1.10 Final
    4. Spring ORM Version 3.2.0
    5. MySQL version 5
    6. Maven 3


Part 1, This article will focus on the How to setup the development environment, maven POM File for dependency, Hibernate and spring configuration in web.xml. After that we will create listing page which will list all the records from the DB.

Part 2, This article will focus on the How to ADD new record in the database using CRUD Modal window and after close, refresh the listing screen again.

Part 3, This article will focus on the How to EDIT existing record in the database using the same CRUD Modal window and after close, refresh the listing screen again.

Part 4, This article will focus on the How to VIEW existing record in the database using the same CRUD Modal window

Part 5, This article will focus on the How to  DELETE existing record in the database using the same CRUD Modal window and after close, refresh the listing screen again.

Screen shot
image

image

Project Structure

image