Utility Library
Introduction
The classes here are useful when developing ActiveVOS clients, Web services, and JSP pages. The provide common behavior (for example, AbstractDocumentClient and LiteralClient) and services (for example, StringUtils and Getopts).
This "sample" is required for some of the other samples. A small suite of JUnit tests are included.
Deploying
Download and unpack the attached project files to a directory of your choosing.
This sample requires that you first complete the steps in the Project Build Libraries sample and have properly set the environment variable named AESAMPLES_LIB with the location containing the jar files created in that sample.
To create and deploy the jar activebpel_util.jar to the AESAMPLES_LIB directory, open a command prompt and navigate to the project's root directory and type:
ant deploy
Javadocs
Type
ant javadoc
...then see doc/javadoc/index.html.
Testing
A small JUnit test suite is included. If you want to run the suite, make sure to copy the junit.jar file to the AESAMPLES_LIB directory. To run the samples enter open the type
ant test
This test suite isn't comprehensive, but it's a start.
Copyright © 2004–2008 Active Endpoints, Inc.
