Connection management architecture

Note: WebSphere Application Server does not support JDBC 3.0.

The connection management architecture for both relational and procedural access to enterprise information systems (EIS) is based on the J2EE 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 DataSources defined by the JDBC 2.0 Extensions Specification.

To make DataSource connections manageable by this CM that works only with RAs, WebSphere Application Server Version 5.0 provides its own resource adapter. From the CM point of view, JDBC DataSources and JCA connection factories look the same. Users of DataSources do not experience any programmatic or behavioral differences in their applications because of the underlying JCA architecture. JDBC users still configure and use DataSources according to the JDBC programming model.

Applications migrating from previous versions of WebSphere Application Server might experience some behavioral differences because of the change from J2EE 1.2 requirements to J2EE 1.3 requirements. These differences are not related to the adoption of the JCA architecture.

If you have J2EE 1.2 applications using the JDBC API that you wish to run in WebSphere Application Server 5.0, the JDBC CM from Version 4.0 is still provided as a configuration option. Using this configuration option enables J2EE 1.2 applications to run unaltered. If you migrate a Version 4.0 application to Version 5.0, using the Version 5.0 migration tools, the application automatically uses the Version 4.0 connection manager after migration. However, EJB 2.0 modules in J2EE 1.3 applications cannot use the JDBC CM from Version 4.0.


Related concepts
Connection pooling
Connection life cycle
Unshareable and shareable connections
Connection handles



Searchable topic ID:   wspra
Last updated: Jun 21, 2007 4:12:58 PM CDT    WebSphere Application Server Express, Version 5.0.2
http://publib.boulder.ibm.com/infocenter/wasinfo/index.jsp?topic=/com.ibm.websphere.exp.doc/info/exp/ae/cdat_wspra.html

Library | Support | Terms of Use | Feedback