facebook

Stuck on modifying Spring CRUD tutorial

  1. MyEclipse IDE
  2.  > 
  3. Spring Development

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #351855 Reply

    dknutson
    Member

    I’m learning Spring and have been going thru the tutorial on Spring MVC scaffolding. I’ve successfully created and ran the tutorial. Now I want to make the following change.

    1. Create a new page similar to the edit page, except only a few fields will be open to change.
    2. Add to the new page additional entry fields that would go to a new table – CustomerComment. Table has 2 fields: CustomerNumber and CustComment. Basically, a single customer can have many comments.

    This is where I’m stuck. Usually, I would create a form and have the results mapped to hashmap and pass that back to jdbc code that would run a stored procedure to handle the database update.

    How do I do this with the Hibernate coding setup in the tutorial? Any hints as to where I can look for an example?

    #351870 Reply

    support-swapna
    Moderator

    Hi,

    Our tutorials will only help you get started. For development related queries, please cross post to development forums like stackoverflow.com, coderanch.com to get better support from the developer community.

    Here are couple of examples for Spring Hibernate CRUD :

    http://www.techzoo.org/spring-framework/springmvc-hibernate-crud-tutorial-using-eclipse.html
    http://www.journaldev.com/3531/spring-mvc-hibernate-mysql-integration-crud-example-tutorial

    Hope this helps.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Stuck on modifying Spring CRUD tutorial

You must be logged in to post in the forum log in