2015年4月16日
摘要: 从以前的验证:Stringutils.isEmpty....到struts的验证:xxxvalidate 现在使用jsr303使之更加简单依赖hibernate-validator-4.xx.jar实体类中的变化@Entity@Cache(usage=CacheConcurrencyStrateg... 阅读全文
posted @ 2015-04-16 17:23 itliucheng 阅读(292) 评论(0) 推荐(0)
摘要: @Controllerpublic class AdminController { @Inject private AdminService adminService; @RequestMapping(value="/",method=RequestMethod.GET) ... 阅读全文
posted @ 2015-04-16 17:15 itliucheng 阅读(339) 评论(0) 推荐(0)
摘要: 替代struts1 web.xml中配置springmvc中央控制器 springmvc mvc org.springframework.web.servlet.DispatcherServlet 1 mvc ... 阅读全文
posted @ 2015-04-16 16:56 itliucheng 阅读(587) 评论(0) 推荐(0)