Java Integration of CAM

CAM is a Pure Java Application and as such it can be integrated into Java applications.

XML artifacts can be supplied either in W3C DOM format or XML at a file or URL location. CAM is written using JDOM and therefore it also possible to pass in a JDOM data structure into CAM.

CAM requires only two things to work - a template and XML file.

The following code will allow a Template to be loaded: