| Author |
What is replacement for SimpleFormController in Spring 3.0?
|
Fawad Ali
Ranch Hand
Joined: Dec 28, 2009
Posts: 108
|
|
Hi Guys,
I have worked a little bit in Spring 2.0 where I used SimpleFormController for form rendering and form submits. But its deprecated in Spring 3.0. Can anyone tell me whats the replacement for that in Spring 3.0. An example will help a lot.
|
Regards, Fawad Ali.
Software Engineer, Stafona Inc. - My Blog
|
 |
Prasad Krishnegowda
Ranch Hand
Joined: Apr 25, 2010
Posts: 503
|
|
|
In Spring 3.0 Controller classes are deprecated in favor of @Controller and other annotations.. I would suggest you to take a look at spring MVC documentation.. Here it is Spring MVC Documentation... You can find lot of examples for spring 3.0 on the net.
|
Regards, Prasad
SCJP 5 (93%)
|
 |
 |
|
|
subject: What is replacement for SimpleFormController in Spring 3.0?
|
|
|