IBM WebSphere Adapters: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
A '''WebSphere Adapter''' (or [[Java EE Connector Architecture|JCA Adapter, or J2C Adapter]]) is an [[IBM]] [[System software|system-level software]] technology, used for creating drivers that a [[Java application]] uses to connect to an [[Enterprise Information System]] (EIS) WebSphere Adapters conform to version 1.5 of the JCA specification. They can be technology (e.g. [[Component Object Model|COM]] and [[CORBA]] adapters) or application adapters. [[As of 2007]] |
A '''WebSphere Adapter''' (or [[Java EE Connector Architecture|JCA Adapter, or J2C Adapter]]) is an [[IBM]] [[System software|system-level software]] technology, used for creating drivers that a [[Java application]] uses to connect to an [[Enterprise Information System]] (EIS) WebSphere Adapters conform to version 1.5 of the JCA specification. They can be technology (e.g. [[Component Object Model|COM]] and [[CORBA]] adapters) or application adapters. [[As of 2007]], 25 WebSphere Adapters exist. |
||
A WebSphere Adapter plugs into an application server and provides connectivity between the EIS, the [[application server]], and the enterprise application. An application server vendor extends its system once to support the J2EE Connector Architecture (JCA) and is then assured of seamless connectivity to multiple EISs. Likewise, an EIS vendor provides one standard WebSphere Adapter with the capability to plug into any application server that supports the connector architecture. |
A WebSphere Adapter plugs into an application server and provides connectivity between the EIS, the [[application server]], and the enterprise application. An application server vendor extends its system once to support the J2EE Connector Architecture (JCA) and is then assured of seamless connectivity to multiple EISs. Likewise, an EIS vendor provides one standard WebSphere Adapter with the capability to plug into any application server that supports the connector architecture. |
Revision as of 17:40, 11 October 2007
A WebSphere Adapter (or JCA Adapter, or J2C Adapter) is an IBM system-level software technology, used for creating drivers that a Java application uses to connect to an Enterprise Information System (EIS) WebSphere Adapters conform to version 1.5 of the JCA specification. They can be technology (e.g. COM and CORBA adapters) or application adapters. As of 2007, 25 WebSphere Adapters exist.
A WebSphere Adapter plugs into an application server and provides connectivity between the EIS, the application server, and the enterprise application. An application server vendor extends its system once to support the J2EE Connector Architecture (JCA) and is then assured of seamless connectivity to multiple EISs. Likewise, an EIS vendor provides one standard WebSphere Adapter with the capability to plug into any application server that supports the connector architecture.
WebSphere Process Server provides the WebSphere Relational Resource Adapter (RRA) implementation. This WebSphere Adapter provides data access through JDBC calls to access the database dynamically. The connection management is based on the JCA connection management architecture. It provides connection pooling, transaction, and security support.
WebSphere Process Server version 6.0 supports JCA version 1.5. The WebSphere Adapter technology is recommended for use instead of old WebSphere Business Integration Adapters.