How do I develop Resource Adapters for VisiConnect ?
The main steps for developing a Resource Adapter are as follows: • Write the Java code for the various interfaces and classes required by the Resource Adapter – ConnectionFactory, Connection, etc. – in accordance with the J2EE Connector Architecture 1.0 specification (see http://java.sun.com/j2ee/connector for details). When implementing a Resource Adapter, you must specify classes in the ra.xml standard deployment descriptor file. For example: •
The main steps for developing a Resource Adapter are as follows: • Write the Java code for the various interfaces and classes required by the Resource Adapter – ConnectionFactory, Connection, etc. – in accordance with the J2EE™ Connector Architecture 1.0 specification (see http://java.sun.com/j2ee/connector for details). When implementing a Resource Adapter, you must specify classes in the ra.xml standard deployment descriptor file. For example: •