Using custom jars and properties

In Adeptia Connect you can create custom solutions using the custom service plugins. Any existing external programs, in any programming language, can be plugged-in as a service to the Adeptia Connect and can be reused at any time within data flows. Use of custom jars and properties may arise while developing such solutions. The following sections describe how you can use the custom jars and the properties.

Using custom jars

While creating a solution wherein you use a custom plugin to complete a business data transaction, you may sometimes require custom jars to make your solution work. You need to place your custom jar in the etc folder in the shared PVC as shown below.

/shared/etc/<CustomJarName>.

Using custom properties

For your custom solutions you may also have some custom properties to be configured. These custom properties are available in the properties files that are read by your custom jars placed in the etc folder. To enable custom jars to read these properties, you need to place the properties files directly in the shared folder or in any subfolder within the shared folder in the PVC as shown below.

/shared/<SubFolder>/<PropertyFileName>