No description
Find a file
2010-06-21 18:40:15 +02:00
akka-active-object-test Removed TransactionalState and TransactionalRef 2010-06-20 09:27:43 +12:00
akka-amqp/src/main/scala Made AMQP UnregisterMessageConsumerListener public 2010-06-15 15:36:41 +02:00
akka-camel/src closes #281: Made all subprojects test after breaking changes introduced by removing the type parameter from ActorRef.!!. 2010-06-21 13:08:10 +02:00
akka-core Merge branch 'master' into osgi 2010-06-21 16:32:25 +02:00
akka-http/src closes #281: Made all subprojects test after breaking changes introduced by removing the type parameter from ActorRef.!!. 2010-06-21 13:08:10 +02:00
akka-jta/src/main/scala Removed trailing whitespace 2010-05-21 20:08:49 +02:00
akka-karaf/akka-features/src/main/resources pulled wrappers into AkkaWrapperProject trait file; sjson, objenesis, dispatch-json, netty ok; multiverse is next 2010-06-08 22:57:55 -04:00
akka-kernel/src/main/scala Dropped service package and moved contained classes one level up. 2010-06-03 13:06:27 +02:00
akka-persistence closes #281: Made all subprojects test after breaking changes introduced by removing the type parameter from ActorRef.!!. 2010-06-21 13:08:10 +02:00
akka-samples Merge branch 'master' into osgi 2010-06-21 16:32:25 +02:00
akka-sbt-plugin Added akka-sbt-plugin source 2010-06-18 21:53:11 +12:00
akka-spring Removed TransactionalState and TransactionalRef 2010-06-20 09:27:43 +12:00
config Removed isTransactionalityEnabled 2010-06-20 10:10:09 +12:00
docs/images removed scaladoc 2009-12-27 16:02:45 +01:00
embedded-repo Freezing Atmosphere dep 2010-06-04 22:11:05 +02:00
project OSGi work: Switched to bnd4sbt 1.0.0.RC3, using projectVersion for exported packages now and fixed a merge bug. 2010-06-21 18:40:15 +02:00
scripts Upgraded run script 2010-06-01 20:57:02 +02:00
.gitignore Added activemq-data to .gitignore 2010-06-01 18:11:55 +02:00
LICENSE Added explicit nullification of all ActorRef references in Actor to make the Actor instance eligable for GC 2010-05-18 20:25:13 +02:00
pom.xml added akka-osgi module to parent pom 2010-03-05 11:51:23 +01: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