摘要:
Build your own J2EE Connector Architecture adapter
By Dirk Reinshagen, JavaWorld.com, 02/01/02
In "Connect the Enterprise with the JCA, Part 1," I introduced JCA (J2EE Connector Architecture), explained how it compares to EAI (enterprise application integration) products, and offered details on JCA interfaces. 阅读全文
posted @ 2006-10-30 13:19
Rookie.Zhang
阅读(373)
评论(0)
推荐(0)
摘要:
A look at the J2EE Connector Architecture
By Dirk Reinshagen, JavaWorld.com, 11/21/01
The EAI (enterprise application integration) product category has grown significantly over the last 10 years. EAI eases the integration of disparate enterprise information systems (EIS). Although products such as Tibco and Vitria targeting the EAI market have succeeded, they have yet to achieve widespread adoption. As one of its missions, the new JCA (J2EE Connector Architecture) strives to bring E 阅读全文
posted @ 2006-10-30 12:38
Rookie.Zhang
阅读(396)
评论(0)
推荐(0)
摘要:
Java 2企业版(J2EE)连接器架构(JCA)是对J2EE标准集的重要的补充. 它注重的是用于将Java程序连接到非Java程序和软件包的中间件的开发.JCA是由Sun公司领导的Java标准化组织开发的.JCA 目前还是在最后的草案阶段, 它定于2001年年底发布并且将成为J2EE 1.3 的一部分.JCA 提供了许多值得注意的好处, 但是直接的JCA编程并不是每个人都能学会. 阅读全文
posted @ 2006-10-30 12:29
Rookie.Zhang
阅读(430)
评论(0)
推荐(0)
摘要:
什么是JCA?它最吸引人的特点是什么?它有什么不足之处?有哪些厂商支持JCA?是否还存在替代JCA的产品,以便选购时货比三家?本文将帮助你解答所有这些问题。
JCA及其特点
JCA即Java Connector Architecture,或Java连接器体系,它完善了用J2EE构造企业应用的技术体系。在JCA出现之前,基于J2EE应用服务器的开发体系为企业应用各个部分提供了相应的开发工具,但是,与传统系统连接的部分仍未得到很好的解决。为了与这些EIS系统集成,各个公司为每一种系统提供了定制的开发工具。有了JCA,应用服务器厂商就能够为Java平台组件与后端系统的连接提供一层抽象。应该说,JCA完全符合J2EE应用服务器市场的自然发展历程。 阅读全文
posted @ 2006-10-30 12:27
Rookie.Zhang
阅读(794)
评论(0)
推荐(0)
摘要:
对于那些有多个企业信息系统的公司,把这些企业信息系统整合起来是实现最高效率是至关重要的 阅读全文
posted @ 2006-10-30 12:09
Rookie.Zhang
阅读(427)
评论(0)
推荐(0)
摘要:
按照例程的操作说明,是不能部署Web模组的,需要修改以下设置:
1、%J2EE_HOME%\config\application.xml添加web模组声明
2、%J2EE_HOME%\config\default-web-site.xml添加web模组映射
阅读全文
posted @ 2006-10-30 12:04
Rookie.Zhang
阅读(195)
评论(0)
推荐(0)