开发者

Request handling methods in spring

开发者 https://www.devze.com 2022-12-19 14:43 出处:网络
Which method is better to used开发者_JAVA技巧 to handle the request whether to use requestHandleof AbstractController or formBackingObject of AbstractFormController in the spring framework?Not much in

Which method is better to used开发者_JAVA技巧 to handle the request whether to use requestHandle of AbstractController or formBackingObject of AbstractFormController in the spring framework?


Not much information given...

If you are a beginner and not tied to any spcific version of Spring I'd suggest looking at the spring 3.0 MVC implementation.

It is annotation driven so you can define your own methods to use.

See here for docs:

http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/html/mvc.html#mvc-features

0

精彩评论

暂无评论...
验证码 换一张
取 消