Jonas Bonér
51a218b87f
Fixes ticket #1809 - Harmonize configuration option names.
...
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2012-02-09 20:40:09 +01:00
Roland
76bba1f530
remote deploy docs & provider.getExternalAddressFor (see #1765 )
2012-02-03 09:16:18 +01:00
Roland
4fb0858e55
remote cleanup: include feedback from Viktor and Patrik
...
- re-label Client/Server to Inbound/Outbound for netty settings
description
- move to just using exactly one class loader for all reflective
activities of the ActorSystem, which is either the context class
loader or the one which loaded the ActorSystem’s class; document that
putting Akka on boot class path will not work
- be more careful with initializing the Client- and ServerBootstrap
- rename Port to DesiredPortFromConfig to discourage misuse
- write test for NettySettings
- various small fixes
2012-01-30 11:57:24 +01:00
Roland
6afed30d43
add Java FSM example and reST, see #1428
2012-01-24 14:32:17 +01:00
Roland
ee5ae1068b
Merge branch 'wip-1485-fsm-docs-∂π'
2012-01-24 09:35:35 +01:00
Roland
b2c63062fd
document EmptyLocalActorRef, see #1605
2012-01-23 17:56:52 +01:00
patriknw
d21d03207f
Merge pull request #247 from jboner/wip-1711-supervisorStrategy-patriknw
...
FaultHandler as method in Actor instead of in Props. See #1711
2012-01-23 08:40:59 -08:00
Patrik Nordwall
9e15d2062b
Renamed more things to SupervisorStrategy. Updated more docs. See #1711
2012-01-23 17:18:49 +01:00
Patrik Nordwall
66e0a7cf0b
Moved definition of fault handler from Props to overridable method supervisorStrategy in Actor. See #1711
...
* New trait SupervisorStrategy for TypedActors
* Adjustments of docs
* Updated tests
2012-01-23 13:49:19 +01:00
Patrik Nordwall
05d4a6ed38
DOC: Extension sample for application specific settings. See #1702
...
* Added sample and documentation for how to create extension for application specific config
* Simplified java usage of ExtensionIdProvider, more aligned with how it is done in scala
2012-01-20 11:30:33 +01:00
Viktor Klang
149fbea5a7
Updating Copyright as per #1660
2012-01-19 18:21:06 +01:00
Patrik Nordwall
1b4983f865
DOC: fixed minor path err
2012-01-18 10:10:42 +01:00
Patrik Nordwall
4dd5e9612b
Migration kit and start of migration documentation. See #1406 .
...
* Documentation of migration kit
* Documentation of some of the changes
* akka-actor-migration module containing GlobalActorSystem, OldXxx classes and some implicit conversions
* Tried migration of WebWords sample
* Tried migration of akka-samples/async-workers
* Tried migration of akka-samples-trading
2012-01-12 13:27:58 +01:00
Viktor Klang
f76e085226
Correct wording
2011-12-30 18:51:07 +01:00
Roland
2fbef5b5ce
various documentation improvements
...
- document DeathWatch
- actorOf vs. actorFor
2011-12-28 13:13:39 +01:00
Roland
a917260488
add examples for printing out configuration
2011-12-26 19:01:37 +01:00
Roland
f510293d59
add picture showing remote deployment
2011-12-22 16:44:50 +01:00
Roland
1a5843b7db
add picture displaying relations between ref/path/cell/actor
2011-12-22 15:51:18 +01:00
Henrik Engstrom
419b69438f
Added copyright header to all samples in docs. Fixes #1531
2011-12-19 11:07:59 +01:00
Viktor Klang
42e8a4559e
#1496 - Rename 'targets' to 'routees'
2011-12-17 16:33:29 +01:00
Roland
38ff479a39
redo section Identifying Actors for Java&Scala
2011-12-15 23:49:15 +01:00
Jonas Bonér
473dc7c89e
Fixed broken link in "What is an Actor?"
2011-12-15 23:39:39 +01:00
Roland
fd4b4e3fb3
transparent remoting -> location transparency
2011-12-15 19:03:02 +01:00
Roland
1053dcbd2d
correct points Henrik raised
2011-12-15 17:12:19 +01:00
Roland Kuhn
06a13d3eb1
Merge pull request #164 from jboner/wip-1169-actor-system-doc-rk
...
received okay by mail
2011-12-15 07:20:15 -08:00
Roland
6d72c9988a
document deadLetter in actors concept
2011-12-15 16:19:08 +01:00
Roland
c6afb5ba2d
polish some more and add remoting.rst
2011-12-15 15:09:16 +01:00
Jonas Bonér
ce296b0481
Misc additions to, and rewrites and formatting of, the documentation.
...
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2011-12-15 14:26:17 +01:00
Roland
31591d4ec2
polish and add general/actors
2011-12-15 12:05:48 +01:00
Roland
0fa4f3504c
first stab at actor-systems.rst
2011-12-15 01:49:02 +01:00
patriknw
d9e9efe2d7
Merge pull request #156 from jboner/wip-1504-config-comments-patriknw
...
Rewrite config comments
2011-12-14 08:47:19 -08:00
Viktor Klang
e959493e12
Enormous merge with master which probably led to the indirect unfortunate deaths of several kittens
2011-12-14 17:36:39 +01:00
Patrik Nordwall
c1826abee1
Merge branch 'master' into wip-1504-config-comments-patriknw
...
Conflicts:
akka-actor/src/main/resources/reference.conf
2011-12-14 17:02:29 +01:00
Patrik Nordwall
8ffa85c590
DOC: Rewrite config comments. See #1505
2011-12-14 15:12:40 +01:00
Roland
5eedbdd69f
rename ActorSystem.stop() to .shutdown()
2011-12-14 01:06:20 +01:00
Roland
9af58366f6
change default behavior to kill all children during preRestart
...
- adapted supervision doc accordingly
- had to override preRestart in two supervision tests, which is expected
2011-12-14 00:32:31 +01:00
Roland
7da61b6cc1
rename /null to /deadLetters, fixes #1492
2011-12-13 18:29:51 +01:00
Patrik Nordwall
31e2cb354f
Updated to latest config release from typesafehub, v0.1.8
2011-12-13 15:28:14 +01:00
patriknw
2f8706ee3a
Merge pull request #149 from jboner/wip-doc-dispatchers-scala-patriknw
...
DOC: Update Dispatchers (Scala) Chapter
2011-12-13 06:05:47 -08:00
Patrik Nordwall
7a17eb00bf
DOC: Corrections of dispatcher docs from review. See #1471
2011-12-13 15:03:32 +01:00
Patrik Nordwall
0f41cee6de
Split logging doc into scala and java. See #1467
2011-12-13 14:46:15 +01:00
Patrik Nordwall
4cf3a11833
Added with ActorLogging
2011-12-13 13:32:58 +01:00
Patrik Nordwall
0239106fcc
DOC: Updated logging documentation. See #1467
2011-12-13 12:33:58 +01:00
Viktor Klang
bf01045779
Merged with current master
2011-12-13 10:18:15 +01:00
Viktor Klang
67c782f82c
Renaming onResult to onSuccess and onException to onFailure
2011-12-12 20:09:26 +01:00
patriknw
02889404fe
Merge pull request #143 from jboner/wip-1435-doc-java-actors-patriknw
...
Updated documentation of Actors (Java). See #1435
2011-12-09 04:32:24 -08:00
Patrik Nordwall
884dc43a7d
DOC: Replace all akka.conf references. Fixes #1469
...
* Let us use :ref:`configuration` in all places to refer to the configuration.
2011-12-09 13:27:27 +01:00
Patrik Nordwall
ce128740ab
Updated documentation of Actors (Java). See #1435
...
* Aligned the Java and Scala documentation for Actors
* Implemented hotswap samples in Java, and documented in same way as Scala docs
* Improved Actors (Scala) docs
* Fixed wrong preRestart and postRestart in UntypedActor
* Changed name of Dispatchers.fromConfig to newFromConfig and made it Java friendly
* Added ActorRef.ask with Timeout parameter in addition to the timeoutMillis
2011-12-08 19:30:04 +01:00
viktorklang
2b17415535
Merge pull request #141 from jboner/wip-1290-clarify-pitfalls
...
Clarifying some do's and dont's on Actors in the jmm docs
2011-12-08 06:16:27 -08:00
Viktor Klang
c2d9e70645
Fixing indentation and adding another common pitfall
2011-12-08 15:16:04 +01:00