No description
Find a file
2010-03-30 23:04:05 +02:00
akka-amqp/src/main/scala fixed all deprecations execept in grizzly code 2010-03-29 10:04:38 +02:00
akka-camel/src fixed warning, usage of 2.8 features: default arguments and generated copy method. 2010-03-26 18:11:17 +01:00
akka-cluster compiles, tests and dists without Redis + samples 2010-03-25 01:28:55 +01:00
akka-comet/src/main/scala compiles, tests and dists without Redis + samples 2010-03-25 01:28:55 +01:00
akka-core/src Merged with new Redis 1.2 code from master, does not compile since the redis-client is build with 2.7.7, need to get correct JAR 2010-03-30 21:35:24 +02:00
akka-fun-test-java compiles, tests and dists without Redis + samples 2010-03-25 01:28:55 +01:00
akka-kernel/src/main Move to sbt 2010-03-16 06:45:04 +01:00
akka-patterns/src reformatted patterns code 2010-03-17 17:48:46 +01:00
akka-persistence upgraded redisclient to version 1.2: includes api name changes for conformance with redis server (earlier ones deprecated). Also an implementation of Deque that can be used for Durable Q in actors 2010-03-31 01:32:01 +05:30
akka-rest/src/main Merged latest master, fighting missing deps 2010-03-23 00:29:18 +01:00
akka-samples fixed all deprecations execept in grizzly code 2010-03-29 10:04:38 +02:00
akka-security/src Forward-ported bugfix in Security to 2.8-WIP 2010-03-30 22:12:05 +02:00
akka-spring upgraded to 0.7 2010-03-20 11:36:06 +01:00
akka-util/src/main/scala Merged latest master, fighting missing deps 2010-03-23 00:29:18 +01:00
akka-util-java/src/main/java/se/scalablesolutions/akka upgraded to 0.7 2010-03-20 11:36:06 +01:00
config Updated version to 0.8x 2010-03-30 19:37:48 +02:00
deploy/root Finalized SBT packaging task, now Akka is fully ported to SBT 2010-03-10 17:16:10 +01:00
docs/images removed scaladoc 2009-12-27 16:02:45 +01:00
embedded-repo merged with upstream 2010-03-30 23:04:05 +02:00
project merged with upstream 2010-03-30 23:04:05 +02:00
scripts Updated version to 0.8x 2010-03-30 19:37:48 +02:00
.gitignore added remaining projects 2010-03-04 21:07:10 +01:00
akka.iml Redis tests now passes with new STM + misc minor changes to Cluster 2010-03-04 19:02:23 +01:00
LICENSE Rewrote distribution generation, now it also packages sources and docs 2010-03-30 18:56:34 +02: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