No description
Find a file
2010-01-03 08:06:43 +01:00
akka-amqp Restructured persistence modules into its own submodule 2010-01-02 22:53:11 +01:00
akka-comet Restructured persistence modules into its own submodule 2010-01-02 22:53:11 +01:00
akka-core removed unecessary parent pom directive 2010-01-02 21:34:32 +01:00
akka-fun-test-java moved all samples into its own subproject 2010-01-02 21:16:05 +01:00
akka-kernel Restructured persistence modules into its own submodule 2010-01-02 22:53:11 +01:00
akka-persistence Restructured persistence modules into its own submodule 2010-01-02 22:53:11 +01:00
akka-rest removed unecessary parent pom directive 2010-01-02 21:34:32 +01:00
akka-samples added pretty print to chat sample 2010-01-03 08:06:43 +01:00
akka-security Restructured persistence modules into its own submodule 2010-01-02 22:53:11 +01:00
akka-util removed unecessary parent pom directive 2010-01-02 21:34:32 +01:00
akka-util-java removed unecessary parent pom directive 2010-01-02 21:34:32 +01:00
config Added registration of remote actors in declarative supervisor config + Fixed bug in remote client reconnect + Added Redis as backend for Chat sample + Added UUID utility + Misc minor other fixes 2009-12-30 08:36:24 +01:00
deploy fixed misc FIXMEs and TODOs 2009-12-27 08:24:11 +01:00
docs/images removed scaladoc 2009-12-27 16:02:45 +01:00
embedded-repo upgraded sjson to 0.3 to handle json serialization of classes loaded through an externally specified classloader 2009-12-29 10:17:54 +05:30
scripts moved all samples into its own subproject 2010-01-02 21:16:05 +01:00
.gitignore added eclipse files to .gitignore 2009-11-19 00:04:32 +01:00
akka.iml moved Cluster into akka-core + updated dbDispatch jars 2009-12-21 08:38:25 +01:00
changes.xml added tests for actor.forward 2009-12-26 14:18:14 +01:00
LICENSE moved all samples into its own subproject 2010-01-02 21:16:05 +01:00
pom.xml Restructured persistence modules into its own submodule 2010-01-02 22:53:11 +01:00
README.textile changed README 2010-01-02 22:59:46 +01:00

h1. Akka

We believe that writing correct concurrent, fault-tolerant and scalable applications is too hard. Most of the time it's because we are using the wrong tools and the wrong level of abstraction. 

Akka is here to change that. 

Using the Actor Model together with Software Transactional Memory we raise the abstraction level and provides a better platform to build correct concurrent and scalable applications. 

For fault-tolerance we adopt the "Let it crash" / "Embrace failure" model which have been used with great success in the telecom industry to build applications that self-heals, systems that never stop. 

Actors also provides the abstraction for transparent distribution and the basis for truly scalable and fault-tolerant applications. 

Akka is Open Source and available under the Apache 2 License.

Learn more at "http://akkasource.org":http://akkasource.org