摘要:
1.正常的hibernate spring 需要做的工作,如在web.xml中添加spring的配置<context-param><listenner>都照旧;2.添加springmvc需要的jar,以及springmvc的核心处理器filterServlet,及其mapping。详细见hsmvc;3.开发一个controller(extend AbstractController),在其中handleRequestInternal方法中返回结果视图 retrun new ModelAndView(url,map参数集合);4.现在要告诉applicationConte
阅读全文