The EntireX documentation contains the following Java-related topics:
Java ACI
EntireX Java ACI is a Java class library that provides access to the
EntireX
Broker ACI for Java programmers. It covers the whole EntireX Broker ACI which
enables you to write both client and server applications in Java. Any of these
can then interact with each other and with other applications written in other
languages on the same network using EntireX Broker. The EntireX Java ACI
also
contains the framework necessary for Java RPC requests.
See EntireX Java ACI.
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.
See EntireX Java Wrapper.
Wrapper for EJB
The EntireX Wrapper for Enterprise JavaBeans enables Java-based components to access an
EntireX RPC server using Enterprise JavaBeans. This is accomplished by mapping
RPC server libraries to EJB stateful session beans. A remote procedure call will
be mapped to a method of the corresponding Enterprise JavaBeans. The Java-based
components can use the logic implemented in the libraries of the existing RPC
servers, or they can implement new logic on the application server side, using
parts of the old logic.
See EntireX Wrapper for Enterprise JavaBeans.
EntireX MSP
Java Message Service (JMS) is a standard API for enterprise messaging services. EntireX Broker is a message service provider
that supports JMS.
See EntireX Message Service Provider.
RPC-ACI Bridge
The RPC-ACI Bridge enables RPC-based client applications to
be used with ACI servers.
See also EntireX Workbench.