No description
Find a file
2010-08-09 10:09:26 +02:00
akka-active-object-test TypedActor refactoring completed, all test pass except for some in the Spring module (commented them away for now). 2010-07-27 21:48:33 +02:00
akka-amqp/src - forgot the api commit 2010-08-06 13:39:24 +02:00
akka-camel/src Closing ticket 355 2010-08-03 14:42:42 +02:00
akka-core Merge branch 'master' into ticket337 2010-08-06 16:05:27 +02:00
akka-http/src Adding support for maxInactiveActivity 2010-07-16 01:32:52 +02:00
akka-jta/src/main/scala Now uses 'Duration' for all time properties in config 2010-07-23 04:54:21 +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 re #290: Added parens to no-parameter methods returning Unit in all subprojects. 2010-07-02 22:37:26 +02:00
akka-persistence Ref extends Multiverse BasicRef (closes #253) 2010-08-02 15:49:04 +12:00
akka-samples Closing ticket 368 2010-08-04 10:45:29 +02:00
akka-sbt-plugin Updated sbt plugin 2010-06-23 12:17:25 +12:00
akka-spring closes #366: CamelService should be a singleton 2010-08-02 20:11:41 +02:00
config Closing ticket 337 2010-08-06 16:03:36 +02:00
docs/images removed scaladoc 2009-12-27 16:02:45 +01:00
embedded-repo upgraded sjson to 0.7 2010-07-29 16:00:05 +05:30
project Formatting 2010-08-09 10:09:26 +02:00
scripts update run-akka script to use 2.8.0 final 2010-08-04 14:57:36 +01:00
.gitignore Added UntypedActor and UntypedActorRef (+ tests) to work with untyped MDB-style actors in Java. 2010-07-30 00:18:43 +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
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