No description
Find a file
2009-10-08 19:01:26 +02:00
akka-actors refactored and renamed AMQP code, refactored STM, fixed persistence bugs, renamed reactor package to dispatch, added programmatic API for RemoteServer 2009-10-08 19:01:26 +02:00
akka-amqp refactored and renamed AMQP code, refactored STM, fixed persistence bugs, renamed reactor package to dispatch, added programmatic API for RemoteServer 2009-10-08 19:01:26 +02:00
akka-camel added camel tests 2009-09-23 09:03:27 +02:00
akka-fun-test-java refactored and renamed AMQP code, refactored STM, fixed persistence bugs, renamed reactor package to dispatch, added programmatic API for RemoteServer 2009-10-08 19:01:26 +02:00
akka-kernel refactored and renamed AMQP code, refactored STM, fixed persistence bugs, renamed reactor package to dispatch, added programmatic API for RemoteServer 2009-10-08 19:01:26 +02:00
akka-persistence refactored and renamed AMQP code, refactored STM, fixed persistence bugs, renamed reactor package to dispatch, added programmatic API for RemoteServer 2009-10-08 19:01:26 +02:00
akka-rest Switched to Shade, upgraded Atmosphere, synched libs 2009-09-22 23:49:34 +02:00
akka-samples-java fixed a bunch of persistence bugs 2009-10-06 00:07:27 +02:00
akka-samples-lift adapted fun tests to new module layout 2009-09-04 09:47:32 +02:00
akka-samples-scala Switched to Shade, upgraded Atmosphere, synched libs 2009-09-22 23:49:34 +02:00
akka-samples-security Added HTTP Security and samples 2009-09-07 18:42:15 +02:00
akka-security Switched to Shade, upgraded Atmosphere, synched libs 2009-09-22 23:49:34 +02:00
akka-util refactored and renamed AMQP code, refactored STM, fixed persistence bugs, renamed reactor package to dispatch, added programmatic API for RemoteServer 2009-10-08 19:01:26 +02:00
akka-util-java refactored and renamed AMQP code, refactored STM, fixed persistence bugs, renamed reactor package to dispatch, added programmatic API for RemoteServer 2009-10-08 19:01:26 +02:00
config refactored and renamed AMQP code, refactored STM, fixed persistence bugs, renamed reactor package to dispatch, added programmatic API for RemoteServer 2009-10-08 19:01:26 +02:00
deploy renamed jersey package to rest 2009-08-14 11:15:28 +02:00
docs/images added images for wiki 2009-07-31 19:47:38 +02:00
embedded-repo refactored and renamed AMQP code, refactored STM, fixed persistence bugs, renamed reactor package to dispatch, added programmatic API for RemoteServer 2009-10-08 19:01:26 +02:00
scripts parameterized all spawn/start/link methods + enhanced maintanance scripts 2009-08-21 14:02:14 +02:00
.gitignore modified .gitignore 2009-09-03 11:04:46 +02:00
akka.iml adapted tests to the new STM and tx datastructures 2009-09-24 10:56:51 +02:00
akka.ipr refactored and renamed AMQP code, refactored STM, fixed persistence bugs, renamed reactor package to dispatch, added programmatic API for RemoteServer 2009-10-08 19:01:26 +02:00
akka.iws refactored and renamed AMQP code, refactored STM, fixed persistence bugs, renamed reactor package to dispatch, added programmatic API for RemoteServer 2009-10-08 19:01:26 +02:00
changes.xml added init tx state hook for active objects, rewrote mongodb test 2009-09-23 09:02:14 +02:00
LICENSE rewrote the persistent storage with support for unit-of-work and new multiverse stm 2009-09-10 01:33:01 +02:00
pom.xml merged multiverse STM rewrite with master 2009-09-17 10:58:58 +02:00
README.textile merged multiverse STM rewrite with master 2009-09-17 10:58:58 +02:00

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

h1. Akka Transactors

h2. RESTful Distributed Persistent Transactional Actors

h3. "http://akkasource.org":http://akkasource.org

Akka implements a unique hybrid of:
* The Actor model (Actors and Active Objects), which gives you:
** Concurrency (high-level and simple)
** Asynchronous, non-blocking and highly performant components.
** Supervision with "let-it-crash" semantics. Components are loosely coupled and restarted upon failure.
* Software Transactional Memory (STM).
* BASE and ACID persistence - Pluggable Eventually Consistent or ACID distributed scalable persistent storage.
* Remoting - Distributed services with supervision and error management
* REST (JAX-RS) and Comet bindings.
* Monitoring and Management

Akka can be used in two different ways:
* As a library: used by a web app, to be put into WEB-INF/lib
* As a kernel: stand-alone kernel, embedding the servlet container

See the "Use-case and Deployment Scenarios":http://wiki.github.com/jboner/akka/use-case-and-deployment-scenarios for details.

h1. What's Akka all about? Why should I care?  

If you are new to Akka then I suggest you start with either the:

* "High Level View":http://wiki.github.com/jboner/akka/modules-the-high-level-view; which is outlining the different modules in Akka.
* "Use-case and Deployment Scenarios":http://wiki.github.com/jboner/akka/use-case-and-deployment-scenarios; outlining how and in which use-case and deployment scenarios can I use Akka?
* "Examples":http://wiki.github.com/jboner/akka/examples; showing how to build a RESTful, transactional, persistent Active Object and Actor.

After that you can dive into the "Reference Manual":http://wiki.github.com/jboner/akka/akka-reference-manual.

h1. Documentation

Akka has pretty thorough "reference documentation":https://github.com/jboner/akka/wikis. Covering examples, APIs and configuration.

h1. Distribution

The latest distribution can be found in the "downloads section":https://github.com/jboner/akka/downloads

h1. Mailing List

If you have questions and/or feedback: please sign up to the Akka User mailing list: 
"http://groups.google.com/group/akka-user":http://groups.google.com/group/akka-user

h1.  Professional Support

Scalable Solutions AB is providing a variety of professional support packages for Akka, please visit their website for details: 
"http://scalablesolutions.se":http://scalablesolutions.se

h1. License

<pre>
This software is licensed under the Apache 2 license, quoted below.

Copyright 2009 Scalable Solutions AB <http://scalablesolutions.se>

Licensed under the Apache License, Version 2.0 (the "License"); you may not
use this file except in compliance with the License. You may obtain a copy of
the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
License for the specific language governing permissions and limitations under
the License.
</pre>