EntireX Version 9.7
 —  EntireX Java Wrapper  —

Introduction to the Java Wrapper

The EntireX Java Wrapper provides access to EntireX RPC-based components from Java applications. EntireX Java RPC enables users to develop both client and server applications written in Java. Java applets can also be used as EntireX RPC clients.

To use the Java Wrapper, the IDL file must be in a Java project.

The Java Wrapper uses the properties of an IDL file to

The Java Wrapper generates multiple Java sources from an IDL file. If there is a related client-side mapping file (Natural | COBOL), this is also used (internally). The following sources can be generated:

Top of page