No description
Find a file
2010-04-07 21:29:00 +02:00
akka-amqp/src/main/scala Now doing a 'reply(..)' to remote sender after receiving a remote message through '!' works. Added tests. 2010-04-06 12:45:09 +02:00
akka-camel/src Change sender and senderfuture to Either 2010-04-06 22:37:34 +02:00
akka-cluster Removed Actor.send function 2010-03-30 23:58:50 +02:00
akka-comet/src/main/scala Removed Actor.send function 2010-03-30 23:58:50 +02:00
akka-core/src Merge branch 'either_sender_future' 2010-04-07 20:55:16 +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 Merged in akka-servlet 2010-04-05 13:37:33 +02:00
akka-patterns/src Change sender and senderfuture to Either 2010-04-06 22:37:34 +02:00
akka-persistence changed println -> log.info 2010-04-02 17:24:13 +02:00
akka-rest/src/main Merged latest master, fighting missing deps 2010-03-23 00:29:18 +01:00
akka-samples Now doing a 'reply(..)' to remote sender after receiving a remote message through '!' works. Added tests. 2010-04-06 12:45:09 +02:00
akka-security/src Now doing a 'reply(..)' to remote sender after receiving a remote message through '!' works. Added tests. 2010-04-06 12:45:09 +02:00
akka-servlet/src/main/scala Rename file 2010-04-05 13:56:09 +02:00
akka-spring fixed @inittransactionalstate, updated pom for spring java tests 2010-04-07 14:35:47 +02: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 Added API to add listeners to subscribe to Error, Connect and Disconnect events on RemoteClient 2010-04-06 15:07:02 +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 Fixed: Akka kernel now loads all jars wrapped up in the jars in the ./deploy dir 2010-04-07 14:23:58 +02:00
project Cleaned up sbt build file + upgraded to sbt 0.7.3 2010-04-07 21:09:15 +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
LICENSE Rewrote distribution generation, now it also packages sources and docs 2010-03-30 18:56:34 +02:00
README.textile fix for comments 2010-04-04 09:53:23 +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 provide 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-heal, systems that never stop. 

Actors also provide 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