Results 1 to 3 of 3

Thread: Using the SPring WEB MVC Framework an example

  1. #1

    Default Using the SPring WEB MVC Framework an example

    How to use spring mvc for adding,editing , deleting
    a machine category obejct
    say .... MCategory object
    it has only id and name as attri.

    Hibernate is used for persisting.


    In one form i want to have the functionality of add, edit and delete option .

    In one part of the Form will have one entry screen in which one input
    field of name of the machine category will be there .

    In another part of the form , there will be list of already
    entered m/c category . in each row of m./c category , there will a edit and a delete button by which edit and deleting
    can take place.

    this form will be bounded to command object called
    mcategory

    1. when adding , it will take to one handler or controller
    . this controller will just call the service add method

    2. when editing ,there will be hidden id , this will take to
    another controller and this controller will make
    the command object and return back to the form for
    submit after editing

    3. when deleting , there will be also hidden id , this will take
    to another controller and this controller will
    delete the machine category of this id


    How to implement the above using Spring web MVC

    TIA
    Abraham

  2. #2
    Join Date
    Aug 2004
    Location
    Montréal, Canada
    Posts
    845

    Default

    Matt Raible AppFuse implements some functionalities you are asking for.
    Omar Irbouh

    Spring Modules Team
    http://irbouh.blogspot.com/

  3. #3
    Join Date
    Aug 2004
    Location
    Los Angeles, USA
    Posts
    62

    Default

    you should take a look at the tutorial Matt Riable wrote for his "Spring Live" book. The tutorial chapter is availbale free for download and implements a CRUD workflow.

Similar Threads

  1. Spring MVC Web Framework versus Struts
    By biguniverse in forum Web Flow
    Replies: 27
    Last Post: Aug 29th, 2012, 03:57 AM
  2. Replies: 5
    Last Post: Aug 9th, 2008, 05:30 AM
  3. Comparision JMX Spring
    By umeshs79 in forum Container
    Replies: 5
    Last Post: Jun 16th, 2005, 12:27 PM
  4. Replies: 14
    Last Post: Feb 21st, 2005, 05:41 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •