This is JStateMachine Release 1.0

This release includes:
readme.txt:              This file.
src.jar:                 Source code for the application.
jstatemachine-1.0.war:   A Web Archive containing a working demo of the application and all JavaDoc.
lgpl.txt:                The licence under which this application is released.
DemoApp.jar:             A Swing Application version of the demo application.

To start I suggest you deploy the war file to a servlet-capable web server and look at the index.html file.
You can also simply unzip the war and examine its contents.
Project documentation is available at http://www.jstatemachine.org/ or in the jstatemachine-website.war file posted on sourceforge.

The swing version of the demoapp can be loaded by running DemoApp.jar or issuing a command like:
java -classpath DemoApp.jar org.jstatemachine.apps.demoapp.SwingDemoApp

Any questions/bug reports/feature requests, please write to bobyrne@users.sourceforge.net

