Results 1 to 4 of 4

Thread: basic form read handle respond sequence

  1. #1
    Join Date
    Mar 2010
    Posts
    4

    Lightbulb basic form read handle respond sequence

    Hi there. I am very much new to Spring and was wondering if somebody could tell me/ point me in the right direction on how to create a simple sequence in Spring3 which:
    1. allows me to enter a value in a form and submit it
    2. get the Dispatcher to fwd the request to myController
    3. get myController to delegate the processing to myService
    4. return a msg from myService all the way back to the initial form.

    I've seen many different tuts but I find it hard to find one that is easy and up to date (so Spring 3x).

    Hope someone can help me out!
    Last edited by timoteus; Mar 5th, 2010 at 01:28 AM. Reason: was not clear before

  2. #2
    Join Date
    Aug 2008
    Posts
    105

    Default

    The best starting point is to read the documentation and to have a look to the Spring samples. For example you can check Petclininc example for Spring 3 https://src.springframework.org/svn/...tclinic/trunk/

  3. #3
    Join Date
    Mar 2010
    Posts
    4

    Default Thanks Andrew

    I am making progress at the moment. Your link will definitely add to that. Thanks for the info.

  4. #4
    Join Date
    Aug 2008
    Posts
    105

    Default

    You are welcome!

Tags for this Thread

Posting Permissions

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