Base spray + angularjs webapp meant as a boilerplate.
- HTTP server implemented using spray.
- Service component injection done using the cake pattern.
- Data access layer implemented using mapperdao.
- No actors (only the minimum required by spray to bootstrap).
- TBD
- Transaction support (it's there, but I haven't validated it yet).
- Security.
- Sample CRUD.
- Documentation.
- More to be defined later.