No description
Find a file
2010-01-05 08:29:51 +01:00
akka-amqp Restructured persistence modules into its own submodule 2010-01-02 22:53:11 +01:00
akka-comet Comet fixed! JFA FTW! 2010-01-04 23:30:28 +01:00
akka-core Fixed issue with shutting down cluster correctly + Improved chat sample README 2010-01-04 21:54:54 +01:00
akka-fun-test-java moved all samples into its own subproject 2010-01-02 21:16:05 +01:00
akka-kernel jndi.properties, now in jar 2010-01-04 20:46:38 +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 Fixed issue with shutting down cluster correctly + Improved chat sample README 2010-01-04 21:54:54 +01:00
akka-security Restructured persistence modules into its own submodule 2010-01-02 22:53:11 +01:00
akka-util Fixed issue with shutting down cluster correctly + Improved chat sample README 2010-01-04 21:54:54 +01:00
akka-util-java removed unecessary parent pom directive 2010-01-02 21:34:32 +01:00
config jndi.properties, now in jar 2010-01-04 20:46:38 +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 Fixed redisclient pom and embedded repo path 2010-01-04 21:29:50 +01:00
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 Merge branch 'master' of git@github.com:jboner/akka 2010-01-04 21:55:13 +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