Data concepts
子主题
关系资源适配器和 JCA
资源适配器是系统级的软件驱动程序,Java™ 应用程序使用它来连接到企业信息系统 (EIS)。资源适配器插在应用程序服务器中,并在 EIS、应用程序服务器和企业应用程序之间提供连接。JDBC 提供程序
已安装的应用程序使用 JDBC 提供程序来与关系数据库进行交互。数据源
已安装的应用程序使用数据源来获取与关系数据库的连接。数据源与 Java Platform, Enterprise Edition (Java EE) 连接器体系结构 (JCA) 连接工厂类似,提供与其他类型的企业信息系统 (EIS) 的连接。数据访问 Bean
数据访问 Bean 提供了一组丰富的特性和功能,同时隐藏了许多与访问关系数据库有关的复杂性。Connection management architecture
The connection management architecture for both relational and procedural access to enterprise information systems (EIS) is based on the Java Platform, Enterprise Edition (Java EE) Connector Architecture (JCA) specification. The Connection Manager (CM), which pools and manages connections within an application server, is capable of managing connections obtained through both resource adapters (RAs) defined by the JCA specification, and data sources defined by the Java Database Connectivity (JDBC) 2.0 (and later) Extensions specification.服务数据对象:学习资源
使用以下链接来查找有关服务数据对象和可与其协同使用的其他各种功能的相关补充信息。此信息位于 IBM® 和非 IBM 因特网站点上,这些站点的负责人控制信息的技术准确性。


http://www14.software.ibm.com/webapp/wsbroker/redirect?version=cord&product=was-nd-mp&topic=container_data_concepts
文件名:container_data_concepts.html