Specifications of Java program that can be used as external linkage in IM-BIS¶
Describes the specifications of “Java program” (class) that can be used in external linkage function of IM-BIS .Develop the program for JAVA linkage on the basis of this section.
Contents
Input/Output object specifications¶
The type of object that can be used in input/output of program linked in IM-BIS is as follows.
- Type (like HashMap, LinkedHashMap) implemented with java.util.Map interface can be used for input.
- Type implemented with java.util.Map interface, or List interface can be used for output.
- Items that can be selected in Request/Response on datasource definition screen are used for data type that can be used in each object key and value.
Specifications of constructor, method, and API that can be used¶
Constructor, method, and API that can be used in the program linked to IM-BIS is as follows.
Set such that default constructor is used in linked program.
Multiple methods can be used in linked program.
Items loaded in application server like intra-mart or Resin can be used in linked program.However, when using, set such that they pass through the class path of application server library.