Roland
c5480cdf94
fix system.shutdown() mention in intro
2012-05-07 10:56:03 +02:00
Peter Vlugter
2c5889d4b9
Update urls for akka.io transition to akka.github.com
2012-03-08 16:35:41 +13:00
Peter Vlugter
d7fe025fa2
Update docs theme
2012-03-06 13:20:00 +13:00
Peter Vlugter
f51afb9b47
Fix pi output in getting started docs. See #1890
2012-03-06 11:58:28 +13:00
Roland
b2a4422a0f
remove stale link to getting-started-first-scala-eclipse.rst
2012-03-05 21:51:10 +01:00
Henrik Engstrom
49b1bf9c75
Removed the getting started with Eclipse tutorial. Fixes #1887
2012-03-05 20:36:34 +01:00
Jonas Bonér
e555d2a073
Added docs about Push/Pull and Rep/Req ZeroMQ support. Added Windows versions for all command line samples in the Getting Started Guides.
...
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2012-03-05 15:21:02 +01:00
Roland
c9b768af7f
move to github.com/akka/akka in docs
2012-03-05 10:27:17 +01:00
Viktor Klang
ee7eb9f968
Merge branch 'master' of github.com:akka/akka
2012-03-05 10:17:02 +01:00
Viktor Klang
43cb56929d
Fixing #1876
2012-03-05 10:15:50 +01:00
Peter Vlugter
1fd28e429e
Update version to 2.1-SNAPSHOT
2012-03-05 10:50:54 +13:00
Viktor Klang
4876eb037f
Removing legacy section of documentation
2012-03-01 11:31:50 +01:00
Patrik Nordwall
81451208f1
Pi is not a constant, it has changed
2012-02-08 13:37:19 +01:00
Roland
771da2c7e2
clarify wording or Pi sample configuration section
...
also move Pi.scala into the correct directory so that it can actually
be launched as Scala Application from Eclipse
2012-02-08 11:25:30 +01:00
Roland
15fa414d46
also add configurability section to eclipse example
2012-02-06 14:11:46 +01:00
Roland
96486428e1
add conf override to Pi sample, see #1763
2012-02-06 12:49:22 +01:00
Jonas Bonér
6072099f71
Added section about what happened to Cloudy Akka
2012-01-27 12:41:47 +01:00
Patrik Nordwall
fa41cea897
Improved java version of pi example also. See #1729
2012-01-26 14:34:31 +01:00
Patrik Nordwall
c64b73004a
DOC: Improved Pi example. Removed latch and return result to listener actor. See #1729
2012-01-26 11:57:59 +01:00
viktorklang
fcbbc892cb
typo
2012-01-13 20:55:12 +01:00
Peter Vlugter
d665297931
Fix remaining warnings in docs generation
2011-12-16 12:12:03 +13:00
Henrik Engstrom
9b39b9411f
Fixed all comments related to remoting. Added new serialization section in documentation. See #1175 . See #1536 .
2011-12-15 23:10:42 +01:00
Henrik Engstrom
94017d8b7a
Initial stab at remoting documentation. See #1175
2011-12-15 19:57:10 +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
Peter Vlugter
37efb72f22
Some documentation fixes
...
- microkernel information
- repository links
- akka download description
2011-12-15 15:39:30 +13:00
Henrik Engstrom
49e350a815
Updated introduction documents to Akka 2.0. Fixes #1480
2011-12-14 12:08:47 +01:00
Henrik Engstrom
4c6c316a76
Updated the Pi tutorial to reflect the changes in Akka 2.0. Fixes #1354
2011-12-13 22:41:38 +01:00
Jonas Bonér
d725c9c681
Updated docs with changes to 'actorOf(Props(..))'
...
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2011-12-13 14:53:18 +01:00
Jonas Bonér
c9b787f029
Removed all 'actorOf' methods that does not take a 'Props', and changed all callers to use 'actorOf(Props(..))'
...
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2011-12-13 14:09:40 +01: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
9fdf9a9c66
Removed mist from docs. See #1455
2011-12-09 12:41:08 +01:00
Patrik Nordwall
7999c4c195
Docs: Changed organization id from se.scalablesolutions.akka to com.typesafe.akka
2011-11-18 13:21:23 +01:00
Roland
d381b72061
rename app: ActorSystem to system everywhere
2011-11-17 12:36:35 +01:00
Jonas Bonér
e88d07305d
Cleaned up RoutedProps and removed all actorOf methods with RoutedProps.
...
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2011-11-11 19:57:27 +01:00
Roland
945b1aedf9
rename akka.AkkaApplication to akka.actor.ActorSystem
...
Renaming it to System did not appeal after seeing that such a thing is
already imported from Predef ...
2011-11-10 21:00:01 +01:00
Viktor Klang
1b730b5c82
Removing Channel(s), tryTell etc, everything compiles but all tests are semibroken
2011-10-31 16:09:51 +01:00
Viktor Klang
77dc9e9c35
#1299 - Removing reply and tryReply, preparing the way for 'sender ! response'
2011-10-19 16:59:47 +02:00
Viktor Klang
474787a81d
Renaming createActor to actorOf
2011-10-18 17:56:23 +02:00
Peter Vlugter
317b8bc03b
Merge master into tame-globals branch
2011-10-13 13:41:44 +02:00
Roland
e2f9528bc0
fix compilation of akka-docs
2011-10-12 15:25:04 +02:00
Jonas Bonér
e20866c982
Moved method for creating a RoutedActorRef from 'Routing.actorOf' to 'Actor.actorOf'
2011-10-11 11:55:59 +02:00
Jonas Bonér
4ec050c12e
Major refactoring of RemoteActorRefProvider, remote Routing and FailureDetector, including lots of fixes and improvements.
...
- Decoupled FailureDetector from Routing by introducing ConnectionManager which uses FailureDetector instead of it being the same thing.
- Added ConnectionManager
- Added LocalConnectionManager
- Added RemoteConnectionManager
- Improved RoutedProps
- Integrated and added configuration for Scatter Gather router
- Added NoOpFailureDetector
- Misc API and documentation improvements
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2011-10-07 15:42:55 +02:00
Peter Vlugter
7884691d3a
Begin using compiled code examples in the docs. See #781
2011-10-05 17:41:29 +02:00
Viktor Klang
bbb79d8e0d
Start removed but cluster is broken
2011-09-08 11:02:17 +02:00
Viktor Klang
c7d58c600b
Adding initial support for Props
2011-08-26 17:25:18 +02:00
Viktor Klang
04729bcbc3
Renaming sendOneWay to tell, closing ticket #1072
2011-08-01 17:07:12 +02:00
Viktor Klang
b23a8fffeb
removing replySafe and replyUnsafe in favor of the unified reply/tryReply
2011-07-20 15:58:28 +02:00
Jonas Bonér
38e50b77a5
Removed link to second non-existing chapter in the getting started guide
2011-06-23 14:48:48 +02:00
Roland
f3a7c4149a
document channel and !!/!!! changes
2011-06-19 17:05:16 +02:00
Viktor Klang
fa0478bc32
Replacing !!! with ?
2011-06-13 13:43:21 +02:00