java - Basic CRUD application using spring and Hibernate -


i have develop base implementation using spring mvc , hibernate show "search", "edit", "add" "ok" , "cancel" button in every pages, , each page represent table or more 1 table (if parent-child relation there). in case of search - display record one-by-one pagination based on filled ciriteria. (here field disable). in case of user clicks on edit - editable field enable , after pressing ok button should update record, otherwise in case of cancel button pressed again should in search result. add used add new record of ok , cancel button.

for want use multiactioncontroller of spring how use ok , cancel button functionality, don't have clue. please me.

also delevelop 1 dao implementation class handle table request find, update, save using hibernatetemplete.

i have seen such example crud operations in spring mvc. there single table usage in it. helpful me, easy understand. here link http://sindhitutorials.com/blog/spring-mvc-hibernate-eclipse-maven/


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -