Java Enterprise Edition (J2EE/JEE) Question:
What is Connector architecture?
Answer:
An architecture for integration of J2EE products with enterprise information systems. There are two parts to this architecture: a resource adapter provided by an enterprise information system vendor and the J2EE product that allows this resource adapter to plug in. This architecture defines a set of contracts that a resource adapter must support to plug in to a J2EE product-for example, transactions, security, and resource management.
Previous Question | Next Question |
What is component-managed sign-on? | What is container-managed persistence? |