adspace
What do you understand by connector? Explain connector architecture.
Answer Posted / Vivek Kumar
A Connector in J2EE is a software interface that enables communication between the Java platform and an external system like a database, messaging system, or enterprise information system. The Connector architecture consists of three components: ResourceAdapter (connects to the external resource), ServiceProvider (manages ResourceAdapters), and the Connector API (provides the API for accessing the resource).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers