Deployment
When a project is compiled, a Java .JAR archive file is written. This single file can then be run on any Java VM (1.4 and above) to perform data transformations.
There are three alternative ways this file can be run:
Regardless of the method being used, all the JAR needs to be able to run is information about the sources and targets used by the project.
