`
marine_chen
  • 浏览: 75980 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论
文章列表
Declarative Transaction Demarcation Alternatively, one can use Spring's AOP TransactionInterceptor, replacing the transaction demarcation code with an interceptor configuration in the application context. This allows to keep business objects free from repetitive transaction demarcation code in each b ...
Data access with the Spring framework Data Access with the Spring Framework (featuring Castor JDO examples) Werner Guttmann June 2005 This article is copy of the article article written by Juergen Hoeller a few months ago to showcase the integration of Hbernate with Spring. I have replaced Hiberna ...
Hibernate与Spring整合后,就可以使用IoC及AOP的功能了,好处不在多言。另外一个好处,就是可以通过使用Spring的HibernateTemplate来简化数据库CRUD代码。然而,正是这个HibernateTemplate,存在着以下的缺点: 一是功能不全,不如Hibernate的储如createQuery()等方法方便、灵活与强大,使用颇受限制; 二是HibernateTemplate中的SessionFacotry封装得太死,且session常常会自动过早关闭,使用上颇多不便; 三是Spring1.2.7实际上只支持Hibernate3.0.5,HibernateTempl ...
1.External-Ref 这种方法看起来比较烦琐,(这里描述的和spring文档里的有些区别,这种方法可按spring文档里的做法) 第一步:在web.xml里面增加一个listener,如下 java代码:                    <listener>                          <listener-class>org.s 阅读全文 类别:J2ee 查看评论
Global site tag (gtag.js) - Google Analytics