akka-sample-fsm
Folders and files
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
FSM === Requirements ------------ To build and run FSM you need [Simple Build Tool][sbt] (sbt). Running ------- First time, 'sbt update' to get dependencies, then to run Ants use 'sbt run'. Here is an example. First type 'sbt' to start SBT interactively, the run 'update' and 'run': > cd $AKKA_HOME > % sbt > > project akka-sample-fsm > > run > > Choose 1 or 2 depending on what sample you wish to run Notice ------ [akka]: http://akka.io [sbt]: http://code.google.com/p/simple-build-tool/