BOOKMARK & SHARE Bookmark and Share
RSS RenderX RSS
The Future of Your Document Is Here
RenderX logo
Contact Us

Download Now!

XEP 4
RenderX offers all our software on a trial basis so that our prospects can easily see why thousands of customers have selected XEP to meet their needs.

Why not download a trial version today and see for yourself!

XEP for Enterprise Java Beans


Overview

This package contains a Java Enterprise Bean wrapper for RenderX XEP. The bean runs on a remote computer in a Java application server; clients connect to the bean, call its methods to format XSL FO (XSLFO) document and receive the formatting results over the network. The bean allows to deploy XEP in a distributed environment.

Prerequisites

To compile and run XEP Enterprise Java Bean, you must install Java 2 Enterprise Edition. The edition includes Java 2 Software Development Kit, class libraries and Java Application Server.

Package Contents

com/

Java source code;

ejb/

Bean configuration templates;

examples/

code examples in Java;

build.xml

Ant build file for the bean and the client-side classes.

Compilation

We provide Ant build file, build.xml. To compile the sources, build the bean and the client classes, define Ant property xep.dir to point to the folder where XEP installed in your system. To compile the examples, go to folder examples/ of the component's distribution and run Ant.