作者投稿和查稿 主编审稿 专家审稿 编委审稿 远程编辑

计算机工程 ›› 2006, Vol. 32 ›› Issue (23): 88-90. doi: 10.3969/j.issn.1000-3428.2006.23.031

• 软件技术与数据库 • 上一篇    下一篇

JCA中资源适配器的设计和实现

张 兵1,吴泉源1,彭 坤2   

  1. (1. 国防科技大学计算机学院,长沙 410073;2. 中创软件商用中间件有限公司,长沙 410073)
  • 收稿日期:1900-01-01 修回日期:1900-01-01 出版日期:2006-12-05 发布日期:2006-12-05

Design and Implementation of Resource Adapter in JCA

ZHANG Bing1, WU Quanyuan1, PENG Kun2   

  1. (1. School of Computer, National University of Defense Technology, Changsha 410073;
    2. CVICSE Middleware Co., Ltd., Changsha 410073)
  • Received:1900-01-01 Revised:1900-01-01 Online:2006-12-05 Published:2006-12-05

摘要: 在基于应用服务器的企业应用集成中,为了解决J2EE应用服务器和企业信息系统之间的有效连接,该文遵循J2EE连接器体系结构(JCA)规范,采用层次结构设计了一个基于消息代理中间件InforBroker的资源适配器InforBroker/RA,实现了资源适配器和应用服务器的主要集成机制以及连接管理、交互标准、安全控制和日志保存。

关键词: J2EE连接器体系结构, 资源适配器, 应用程序集成

Abstract: According to the problem in server-based enterprise application integration and J2EE connector architecture specification published by Sun microsystems, a solution about integration J2EE application server with InforBroker is introduced. A resource adapter called InforBroker/RA is designed and implemented. Layer architecture is adopted in the design of the resource adapter, the mechanism of integration and the implementation of connection management, interaction standard and security control is described.

Key words: J2EE connector architecture (JCA), Resource adapter, Integration of application