Start from scratch and see what I run into
Keywords: Github, Maven, Scala, Akka, configuration, logging, testing, spry-can
- Create repository
- Import in IDE
- Make changes (local)
- Commit (local)
- Push (remote)
- Make changes (remote)
- Pull
- Add Travis CI
- Create pom.xml
- Create Activator.scala
- mvn clean install
- java -jar hello-world-1.0.0-SNAPSHOT-runtime.jar -> Hello world!
- Create ActorActivator
- Create Actors
- Add reference.conf for logging and configuration
- Add tests
- Use a separate dispatcher
- Create blocking pong With router
- Use four pings
- Combine Scala and Java Actors
- Simple-soap server
- Simple-soap client
