EntireX Version 9.7

EntireX and your Java Applications

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. graphics/toc_closed.png More info

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. graphics/toc_closed.png More info

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. graphics/toc_closed.png More info

EntireX MSP

The EntireX Broker is a message server provider that supports Java Message Service (JMS) with both point-to-point and publish and subscribe messaging. This enables JMS-based applications to profit from the reliability and performance of the EntireX Broker. graphics/toc_closed.png More info

RPC-ACI Bridge

The RPC-ACI Bridge enables RPC-based client applications to be used with ACI servers. graphics/toc_closed.png More info

See also EntireX Workbench.

Top of page