Previous Topic: SDKFS Connector

Next Topic: SDKCOMPOUND Connector

SDKSCRIPT Connector

The SDKSCRIPT connector uses a copy of the metadata used by the SDKDYN connector, but all its logic is implemented in JavaScript instead of Java. The script operation bindings that can be found in /conf/sdkscript_opbindings.xml, which wrap a stub connector as configured through /conf/connector.xml achieve this.

Note: This same technology also allows wrapping custom JavaScript processing around methods of existing connectors.