Distributed Systems 2
@unitn
@unitn
Here you can find the material for the lab sessions of the course Distributed Systems 2.
The theoretical part is given by Prof. Alberto Montresor.
The lab sessions will provide you with exercises to get you familiar with various problems in Distributed Systems. The general idea is to play with akka, a java (also scala) framework for building distributed applications.
The schedule for the lab sessions is given in this link.
Solution for the exercise will be posted after each lab session, feel free to contact me at channam[dot]ngo[at]unitn[dot]it regarding bugs or questions!!!
Below you will find the Setup Instruction and How to get started with Akka. A general introduction for the framework can be found here.
NEW*: If you find problem setting up with Lightbend Activator. Use this project template (that requires Maven and Eclipse IDE).
To simplify the setup, you can install the Lightbend Activator for akka, the setup steps are straight forward:
To create the first project, we can do as follows:
You can start with the labs here.