No description
Find a file
2010-05-07 11:19:19 +02:00
akka-amqp/src/main/scala Renamed ActorID to ActorRef 2010-05-06 08:13:12 +02:00
akka-camel/src Rewrite of remote protocol to use the new ActorRef protocol 2010-05-07 11:19:19 +02:00
akka-cluster/src/main/scala Merge branch 'master' into actor-handle 2010-05-03 19:25:04 +02:00
akka-core/src Rewrite of remote protocol to use the new ActorRef protocol 2010-05-07 11:19:19 +02:00
akka-fun-test-java compiles, tests and dists without Redis + samples 2010-03-25 01:28:55 +01:00
akka-http/src Renamed ActorID to ActorRef 2010-05-06 08:13:12 +02:00
akka-jta/src/main/scala JTA: Added option to register "joinTransaction" function and which classes to NOT roll back on 2010-04-22 12:18:18 +02:00
akka-kernel/src/main/scala Moved Grizzly logic to Kernel and renamed it to EmbeddedAppServer 2010-04-29 17:42:06 +02:00
akka-persistence Renamed ActorID to ActorRef 2010-05-06 08:13:12 +02:00
akka-samples Renamed ActorID to ActorRef 2010-05-06 08:13:12 +02:00
akka-spring updated dependencies in pom 2010-04-22 12:48:16 +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 Rewrite of remote protocol to use the new ActorRef protocol 2010-05-07 11:19:19 +02:00
config Cleaned up JTA stuff 2010-04-20 13:32:34 +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 Redis client now implements pubsub. Also included a sample app for RedisPubSub in akka-samples 2010-04-14 23:50:26 +05:30
project Changed suffix on source JAR from -src to -sources 2010-05-04 22:15:33 +02:00
scripts Updated version to 0.8x 2010-03-30 19:37:48 +02:00
.gitignore Added StmConfigurationException 2010-04-22 09:53:45 +02: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