论坛首页 入门技术论坛

Spring2.5的MVC架构与2.0的相比,有那些改进?

浏览 1957 次
该帖已经被评为新手帖
作者 正文
   发表时间:2008-03-04  
刚刚学习spring的MVC
还有就是
public class LoginCtrl extends AbstractCommandController {

....
protected ModelAndView handle(HttpServletRequest request,
HttpServletResponse response, Object obj, BindException e)
throws Exception {
                                             dosomething();
                                             }

}


handle方法的调用者是???
返回的ModelAndView被存放到了那里??
   发表时间:2008-03-04  
可以使用注解了
http://static.springframework.org/spring/docs/2.5.x/reference/mvc.html#mvc-annotation
这是最大的改变了
0 请登录后投票
论坛首页 入门技术版

跳转论坛:
Global site tag (gtag.js) - Google Analytics