Spring
文章平均质量分 56
sonnet123
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
SpringMVC获取request对象和response对象
其他Action继承BaseAction方法一:1、BaseAction类public class BaseAction { protected HttpServletRequest request; protected HttpServletResponse response; protected HttpSession session; @ModelAt原创 2013-09-29 17:00:59 · 10425 阅读 · 3 评论 -
SpringMVC3+Hibernate4问题:org.hibernate.HibernateException: No Session found for current thread
问:1:org.hibernate.HibernateException: No Session found for current thread解决方法:在web.xml中添加openSessionInViewFilter openSessionInViewFilter org.springframework.orm.hibernate4.su原创 2013-09-30 14:27:33 · 2509 阅读 · 0 评论
分享