Merge branch 'master' of github.com:jboner/akka

This commit is contained in:
Patrik Nordwall 2011-12-16 00:39:57 +01:00
commit 789b145b98
14 changed files with 37 additions and 26 deletions

View file

@ -1,4 +1,4 @@
.. _extending-akka:
.. _extending-akka-java:
Akka Extensions
===============
@ -60,4 +60,4 @@ Applicability
-------------
The sky is the limit!
By the way, did you know that Akka's ``Typed Actors``, ``Serialization`` and other features are implemented as Akka Extensions?
By the way, did you know that Akka's ``Typed Actors``, ``Serialization`` and other features are implemented as Akka Extensions?

View file

@ -18,3 +18,4 @@ Java API
remoting
serialization
extending-akka
transactors

View file

@ -82,7 +82,7 @@ For more information please see :ref:`serialization-java`
Routers with Remote Destinations
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
It is absolutely feasible to combine remoting with :ref:`routers`.
It is absolutely feasible to combine remoting with :ref:`routing-java`.
This is also done via configuration::
akka {
@ -100,4 +100,4 @@ This is also done via configuration::
}
This configuration setting will clone the actor “aggregation” 10 times and deploy it evenly distributed across
the two given target nodes.
the two given target nodes.

View file

@ -1,5 +1,5 @@
Typed Actors (Scala)
====================
Typed Actors (Java)
===================
.. sidebar:: Contents