Downloads

Source and Binary are available from SourceForge download page

Directory Structure

After download zip file, extract it on any folder. then you can see following directory

-api-doc // java api-doc
-bin // complied class
-distribution // complied jar
-lib // required third-party jar libraris
-doc // html docs
-src
  -basic //  basic utils
  -core // serviceManger' source
  -exmpale // example' source

          

Install

It is composed by eclipse project. so It can be just importd into eclipse.

To use on your project. It need following files on your project.

  • serviceManger1.3.jar : main library
  • services.xml : your service configuration
  • third libraris : see Dependency section

Dependency

It used many open libraris. I thank them

  • dom4j-full.jar // mandatory
  • log4j-1.2.8.jar // mandatory
  • xalan-2.4.0.jar // optional
  • xerces-2.4.0.jar // optional
  • xml-apis.jar // optional