CajoServlet < Communications < TWiki

TWiki . Communications . CajoServlet

-- Main.mpzarde - 18 Oct 2005

In some cases in may be necessary incorporate the cajo project into an existing

J2EE
project so that one can re-use existing objects and classes.

In such a scenario it would be nice to have a servlet load and configure the cajo

ItemServer
at the same time the
J2EE
application loads.

This is accomplished by using the

CajoServlet
wrapper which loads a cajo configuration from xml and bind as set of items to the
ItemServer
.

Installation

These steps assume that you have a

J2EE
server available along with appropriate jars to build a
J2EE
project. Specifically you will require a
HTTPServlet
implementation and a
DomParser
implementation. The current code was tested against
OC4J
and
Xerces
.

Roadmap

----- Revision r5 - 04 Aug 2007 - 22:59:33 - JohnCatherino