Hereafter is detailled the structure of Orchestra installation. The installation directory contains the following structure :
Let's present those items :README
build.xml
install.xml
licence.txt
conf/
doc/
examples/
lib/
README
This file gives the basic information related to Nova Orchestra
build.xml
This file is an ant file that provides tasks to install and
use Nova Orchestra. Just typing ant
will result giving
you the usage.
install.xml
This file is an ant file that is called when you run ant
install
(no need to specify the use of this file)
license.txt
The license of Nova Orchestra. All of Nova Orchestra is available under the LGPL license.
conf/
This directory contains all the configuration files of Nova Orchestra
doc/
This directory contains the documentation of Nova Orchestra. It contains 2 directories :
html/
For HTML documentation
pdf/
For PDF documentation
html-single
For HTML documentation in a single page
examples/
This directory contains some examples provided with Nova Orchestra package. The 2 examples provided are :
loanApproval
This is an example from the BPEL 2.0 standards
weather
This example shows how to call a real world Web Service.
lib/
This directory contains the libraries used in Nova Orchestra.