forked from eigengo/akka-patterns
-
Notifications
You must be signed in to change notification settings - Fork 6
Home
fommil edited this page Apr 1, 2013
·
4 revisions
#Akka patterns
This is the collection of patterns of Akka code taken from large live projects. I will share my experience with building actor-based systems and compare them against typical Java EE applications.
- Composing features
- Configuration
- User Interface
- Comparison with Spring Framework
- Building and modularising
Please contribute and share your expertise in the wikis and in code!
In addition, a hodgepodge of lessons learnt on real world commercial projects is in Lessons Learnt.