将Spring和Hibernate与WebSphere Application Server一起使用 - 编程入门网
pring和Hibernate与WebSphere Application Server一起使用(7)
时间:2011-06-10 IBM Roland Barcia
通过将 openjpa.TransactionMode 和 openjpa.ConnectionFactoryMode 属 性设置为“managed”,JPA 实体管理器将事务和连接管理委托给 WebSphere Application Server。DAO 可以使用上面描述的 Spring 声明式事务划分。 还可以使用注释风格的 JPA EntityManager 注入。这与标准 JPA 完全相同 :
您需要以下 XML 代码将在 Spring XML 配置中启用 EntityManager 注入:
Spring 将在此 XML 文件中定义的 EntityManagerFactory 的基础上创建 EntityManager 。如果存在多个 EntityManagerFactory,则 Spring 将失败。 使用以下方法中的一种(且仅一种)方法创建 EntityManagerFactory: 使用 Spring 的基本配置 使用 Spring 的高级配置 当然,通过使用 WebSphere Application Server V7 和 WebSphere Application Server V6.1 EJB 3 Feature Pack 中的纯粹 EJB 3 支持也可以获 得注释和 JPA 的优点。在任一种情况下,您都可以使用 JPA API 创建 EntityManagerFactory,如下所示。建议不要将此方法用于非 EJB 3 环境,因 为可能无法正确管理所创建的任何 EntityManager。但是,当您拥有 EJB 3 环 境时,可以使用此方法分离 Spring 和 JPA 配置。
将Spring和Hibernate与WebSphere Application Server一起使用(8)时间:2011-06-10 IBM Roland BarciaIBM JDK 6 WebSphere Application Server V7 在 IBM JDK 6 上运行,由于已在此 JIRA 中作文档说明的 Spring 问题,无法将 IBM JDK 6 与 V2.5.5 以前的 Spring 框架一起使用。 集成和管理注意事项 JMX 和 MBean 仅当 Spring JMX MBean 向 WebSphere Application Server 的容器管理器 MbeanServer 注册后,WebSphere Application Server V6.1 和更高版本才支持 它。如果不指定任何服务器属性,则 MBeanExporter 将尝试自动检测 |
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢! |