No description
Find a file
2011-06-05 19:29:46 -07:00
akka-actor/src/main Rewriting some serialization hook in Actor 2011-06-05 16:03:35 -07:00
akka-actor-tests/src Removing ActorRef.isDefinedAt and Future.empty and moving Future.channel to Promise, renaming future to promise for the channel 2011-06-04 12:42:06 -07:00
akka-camel/src Removing residue of old ActorRef interface 2011-06-04 16:29:23 -07:00
akka-camel-typed/src second pass, mostly compiles 2011-05-23 12:34:54 -04:00
akka-cluster/src Removing deprecation warnings 2011-06-04 16:00:14 -07:00
akka-docs Removing the Jersey Http Security Module plus the AkkaRestServlet 2011-06-05 19:29:46 -07:00
akka-durable-mailboxes Adding support for completing senderFutures when actor is stopped, closing ticket #894. Also renaming DurableEventBasedDispatcher to DurableDispatcher 2011-05-26 20:38:42 +02:00
akka-http/src Removing the Jersey Http Security Module plus the AkkaRestServlet 2011-06-05 19:29:46 -07:00
akka-kernel/src/main/scala/akka Removing ActorRef.isDefinedAt and Future.empty and moving Future.channel to Promise, renaming future to promise for the channel 2011-06-04 12:42:06 -07:00
akka-remote/src/main - Changed implementation of Actor.actorOf to work in the the new world of cluster.ref, cluster.use and cluster.store. 2011-05-25 16:18:35 +02:00
akka-samples Add microkernel dist 2011-05-26 16:37:41 +12:00
akka-sbt-plugin/src/main/scala first pass at moving modules over, sbt project compiles properly 2011-05-23 11:37:56 -04:00
akka-slf4j/src/main/scala/akka/event/slf4j Added Scalariform sbt plugin which formats code on each compile. Also checking in reformatted code 2011-05-18 17:25:30 +02:00
akka-spring/src second pass, mostly compiles 2011-05-23 12:34:54 -04:00
akka-stm/src Renaming CompletableFuture to Promise, Renaming AlreadyCompletedFuture to KeptPromise, closing ticket #854 2011-05-23 11:31:01 +02:00
akka-testkit/src Removing ActorRef.isDefinedAt and Future.empty and moving Future.channel to Promise, renaming future to promise for the channel 2011-06-04 12:42:06 -07:00
akka-tutorials Bump version to 2.0-SNAPSHOT 2011-05-18 12:44:37 +12:00
config Removing the Jersey Http Security Module plus the AkkaRestServlet 2011-06-05 19:29:46 -07:00
project Removing AOP stuff from the project 2011-06-05 16:02:50 -07:00
scripts Add microkernel dist 2011-05-26 16:37:41 +12:00
.gitignore Merged wip-2.0 branch with latest master 2011-05-16 12:32:00 +02:00
LICENSE Removed logging 2011-02-28 22:54:32 +01:00
README.textile Changed URI to akka.io 2011-01-05 05:32:59 -08: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":http://letitcrash.com 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://akka.io":http://akka.io.