My favorites | Sign in
Logo
                
Code license: Apache License 2.0
Labels: java, actors, concurrency
Show all Featured downloads:
actorom-0.3-dist.zip
Show all Featured wiki pages:
Concepts GettingStarted Install
People details
Project owners:
  sergio.bossa
Project committers:
scott.pfister

Actorom : Java-based Actors Object Model

Actorom is a pure Java implementation of the Actors Concurrency Model, aimed at making message-passing concurrency mainstream in everyday Java development.

New and Noteworthy in 0.3 release

Features

Actorom and the Actors Concurrency Model

The Actors Concurrency Model is a form of message-passing concurrency, based on the following concepts:

Every actor can send messages to other actors by obtaining their mailbox "address" : this is the only way an actor has for changing the state of the system.
Every actor can receive messages and process them by executing a behavior function: such a function can only change the state of the actor itself, or send new messages to other actors (already existent or created on-the-fly).
Every actor is completely asynchronous and decoupled.

Actorom provides an object model based on almost the same concepts and interactions:

Moreover, it provides the following advanced features:

Plus a nice DSL to make dealing with actors easier and even more intuitive!

Do you want to know more?
Then take a look at the documentation and example sections below!

Documentation

Source code examples

Releases









Hosted by Google Code