Version 1.1.1 - June 7, 2005
Utility Library (Top)
Introduction
Dependencies
Javadocs
Testing

Utility Library

Introduction

The classes here are useful when developing ActiveBPEL 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 a dependency of some of the other samples. A small suite of JUnit tests are included.

Deploying

The environment variable AESAMPLES_LIB must be defined. To create and deploy the jar activebpel_util.jar to the AESAMPLES_LIB directory, type

ant deploy

For more information about the AESAMPLES_LIB directory and how it is used by the other samples, see Project Build Libraries.

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, type

ant test

This test suite isn't comprehensive, but it's a start.