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!![]()


Reply With Quote
