开发者

Request handling methods in spring

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜