| .. | ||
| src/main/scala | ||
| pom.xml | ||
| README | ||
Akka Chat Client/Server Sample Application To run the sample: 1. Run 'mvn install' (builds and deploys jar to AKKA_HOME/deploy) 2. In another shell run 'java -jar ./dist/akka-0.6.jar' to start up Akka microkernel 3. In the first shell run 'mvn scala:console -o' 4. In the REPL you get execute: - scala> import se.scalablesolutions.akka.sample.chat._ - scala> Runner.run 5. See the chat simulation run 6. Run it again to see full speed after first initialization