Version 9.5 SP1
 —  EntireX Wrapper for Enterprise JavaBeans  —

Introduction to the EntireX Wrapper for Enterprise JavaBeans

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.

Top of page