No description
Find a file
2010-06-18 13:30:00 +02:00
akka-active-object-test Re-adding runnable Active Object Java tests, which all pass 2010-06-01 21:26:21 +02:00
akka-amqp/src/main/scala Made AMQP UnregisterMessageConsumerListener public 2010-06-15 15:36:41 +02:00
akka-camel/src remote consumer tests 2010-06-10 17:11:20 +02:00
akka-core/src Fix for ticket #280 - Tests fail if there is no akka.conf set 2010-06-18 13:30:00 +02:00
akka-http/src Added SerializableActor trait and friends 2010-06-17 07:30:07 +02:00
akka-jta/src/main/scala
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 Fixed final issues in actor deep serialization; now Java and Protobuf support 2010-06-18 09:30:31 +02:00
akka-samples Fixed problem with Scala REST sample 2010-06-16 19:07:02 +02:00
akka-spring
config Fixed bug in setting sender ref + changed version to 0.10 2010-06-08 20:46:12 +02:00
docs/images
embedded-repo Freezing Atmosphere dep 2010-06-04 22:11:05 +02:00
project Upgraded commons-codec to 1.4 2010-06-17 07:30:07 +02:00
scripts Upgraded run script 2010-06-01 20:57:02 +02:00
.gitignore
LICENSE
README.textile

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