No description
Find a file
2012-05-02 14:43:06 +02:00
akka-actor/src/main #2028 - fixing ClassLoaderObjectInputStream 2012-04-27 17:32:41 +02:00
akka-actor-migration/src/main/scala/akka closes #2019: Use parentheses for arity-0 methods which are not referentially transparent 2012-04-24 16:38:21 +02:00
akka-actor-tests/src/test #2029 - adding @throws annotations to the TypedActorSpecs 2012-04-30 11:58:08 +02:00
akka-agent/src Reword default config headers 2012-02-21 14:39:08 -06:00
akka-camel/src closes #2019: Use parentheses for arity-0 methods which are not referentially transparent 2012-04-24 16:38:21 +02:00
akka-cluster/src Making ClusterMBeanSpec a tad smarter 2012-04-30 16:28:41 +02:00
akka-docs do not reuse same port in same ømq test, fixes #2022 2012-04-27 17:07:50 +02:00
akka-durable-mailboxes Adding more comprehensive tests for durable mailbox implementations 2012-05-02 14:43:06 +02:00
akka-kernel/src/main Removed the 'jmxclient' JAR. Instead changed AkkaBuild to get it from the Typesafe Maven Repo and tweaked 'akka-cluster' script to use it. 2012-04-24 10:19:36 +02:00
akka-remote/src Removing ChannelLocalSystem (binary incompat change) as well as increasing timeout for ConcurrentSocketActorSpec 2012-04-30 16:26:11 +02:00
akka-samples #1990 - Adding Java and Scala version of the microkernel docs 2012-04-23 14:50:26 +02:00
akka-sbt-plugin Update version to 2.1-SNAPSHOT 2012-03-05 10:50:54 +13:00
akka-slf4j/src Making sure that null-messages don't mess up SLF4J handler 2012-04-23 11:14:03 +02:00
akka-spring/src Update version to 2.1-SNAPSHOT 2012-03-05 10:50:54 +13:00
akka-testkit/src Merge pull request #417 from akka/issue-2019 2012-04-27 06:46:44 -07:00
akka-transactor/src Reword default config headers 2012-02-21 14:39:08 -06:00
akka-tutorials/akka-tutorial-first closes #2013: Typos in the docs, using parens for arity-0 methods which are not referentially transparent 2012-04-24 08:01:32 +02:00
akka-zeromq/src Removing ChannelLocalSystem (binary incompat change) as well as increasing timeout for ConcurrentSocketActorSpec 2012-04-30 16:26:11 +02:00
project The unborkening of master, fixing breakage in camel docs 2012-04-24 13:48:13 +02:00
scripts Deleted broken startup scripts. 2012-02-16 10:51:14 +01:00
src/main/ls Update ls.implicit.ly sbt settings 2012-03-10 10:30:38 +13:00
.gitignore Added ensime files to .gitignore. Plus fixed error from merge. 2012-02-28 11:39:10 +01:00
LICENSE Updated license to 2012. 2012-02-15 20:27:27 +01:00
ls.sbt Update ls.implicit.ly sbt settings 2012-03-10 10:30:38 +13:00
README.textile Updated license to 2012. 2012-02-15 20:27:27 +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" 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.