Part I Development Tasks and Tools
1. Setting Up a Development Environment
3. Using Ant with Enterprise Server
Part II Developing Applications and Application Components
7. Using the Java Persistence API
8. Developing Web Applications
9. Using Enterprise JavaBeans Technology
10. Using Container-Managed Persistence
Connector Support in the Enterprise Server
Connector Architecture for JMS and JDBC
Advanced Connector Configuration Options
Overriding Configuration Properties
Testing a Connector Connection Pool
Flushing a Connector Connection Pool
Specifying the Class Loading Policy
Using Last Agent Optimization of Transactions
Disabling Pooling for a Connection
Outbound Communication Support
Configuring a Message Driven Bean to Use a Resource Adapter
13. Developing Lifecycle Listeners
Part III Using Services and APIs
14. Using the JDBC API for Database Access
15. Using the Transaction Service
16. Using the Java Naming and Directory Interface
This chapter describes Sun GlassFish Enterprise Server support for the Java EE 1.6 Connector Architecture, also known as JSR 322.
The Java EE Connector Architecture provides a Java solution to the problem of connectivity between multiple application servers and existing enterprise information systems (EISs). By using the Java EE Connector architecture, EIS vendors no longer need to customize their product for each application server. Application server vendors who conform to the Java EE Connector architecture do not need to write custom code to add connectivity to a new EIS.
This chapter uses the terms connector and resource adapter interchangeably. Both terms refer to a resource adapter module that is developed in conformance with the Java EE Connector Architecture Specification.
Note - If you installed the Web Profile, connector modules that use only outbound communication features and work-management that does not involve inbound communication features are supported. Other connector features are supported only in the full Enterprise Server.
For more information about connectors, see Java EE Connector Architecture.
For connector examples, see http://developers.sun.com/prodtech/appserver/reference/techart/as8_connectors.
For information about deploying a connector to the Enterprise Server, see the Sun GlassFish Enterprise Server v3 Application Deployment Guide.
This chapter includes the following topics: