PRE
Install the java JDK 5.0.
It's recommended to have the ant installed.
DwWorkflow is used for programmers and administrators and therefore
you should know java and sql.
INSTALL
Unpack the packed distribution into a directory which path doesn't contain
white spaces.
SETUP
Set ANT_HOME, JAVA_HOME and homes of ant and jdk include into the PATH
environment variable.
FIRST TEST
You can run junit tests with commmand run_tests from scripts directory.
If you installed ant then you can try to run command "ant local.test" in the root of the unpacked installation. You should get output about some files compiled and about some junit tests successfuly processed.
SECOND TEST
- go into the scripts directory and run init_server script
- then run rmiregistry - it's a command in the bin directory of the JDK installation.
- go into the scripts directory and run server script
- and from another terminal run (also from scripts) jconsole (if you don't run from scripts you can get some gui program from jdk installation)
- you should get jython console for dwworkflow etc. >>>
- you can try to write connect('rmi:127.0.0.1')
- here you you can write help() or other commands
- getServerStatep()
- shutdown() - throws an ugly exception
NEXT
Try GettingStarted.txt.
