Services in Nova Orchestra is all about pluggability. To allow that, each service has been thought in terms of an interface with different possible implementations. In the following lines you will find a description of main services supported in Nova Orchestra.
The PVM includes a framework to allow the injection of services and objects that will be leveraged during the process definition and execution. Objects and services required in Orchestra are defined through an XML file. A dedicated parser and wiring framework in the PVM is in charge of creating those objects.
A default environment file (environment.xml) is provided in the installed package.
Currently, following objects are required for the execution environment :
publisher
invoker
repository
persistence
timer
journal and history
querier
Example of implementation classes for these objects are embedded into the Orchestra jar and defined into the environment.xml file.