Pages

Saturday 27 August 2016

Spring CRUD Example using One to One Mapping of Two Tables

In this example you basics on how to write a simple web based application with CRUD (Create, Read, Update, Delete) operation using Spring3 MVC Framwork with Hibernate3 using Annotations to handle two database tables(Category & Publication), which can handle CRUD inside its controllers. Click here