Commit graph

28 commits

Author SHA1 Message Date
Jonas Bonér
e0385e5203 Added failure detection to clustered and local routing.
Still not turned on since need deployment config support first.
Also refactored current routing quite a lot.

Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2011-08-30 14:31:59 +02:00
Peter Veentjer
56d4fc7d7c Merge ClusterActoRef & RoutedActorRef: After merge with master 2011-08-29 09:22:14 +03:00
Peter Veentjer
ee4d241ceb Use RoutedProps to configure Routing (local and remote). Ticket #1060 2011-08-27 08:10:25 +03:00
Peter Veentjer
43031cb94b ticket #889 some cleanup 2011-08-01 09:01:15 +03:00
Peter Veentjer
4b4f38c973 ticket #889 after merge 2011-07-28 16:56:35 +03:00
Peter Veentjer
0fcc35d4b0 ticket #889 2011-07-28 15:48:03 +03:00
Peter Vlugter
340ed11de5 Reformat with scalariform 2011-07-26 18:33:59 +12:00
Viktor Klang
9d71be7778 Updating copyright section to Typesafe Inc. etc 2011-07-14 16:03:08 +02:00
Peter Vlugter
8dec4bcbc4 Update tutorials and include source in the distribution 2011-05-10 16:37:31 +12:00
Peter Vlugter
9ace0a97da Bump version to 1.2-SNAPSHOT 2011-05-06 14:01:21 +12:00
Patrik Nordwall
bce7d176f4 Added parens to override of preStart and postStop 2011-04-26 20:31:08 +02:00
Jonas Bonér
2770f47f27 Fixed problem in Pi calculation algorithm 2011-04-23 11:55:54 +02:00
Jonas Bonér
6e6cd140ea Merge branch 'master' of github.com:jboner/akka 2011-04-20 09:29:29 +02:00
Jonas Bonér
5e86f2ee81 incorporated feedback on the java tutorial 2011-04-20 09:24:19 +02:00
Patrik Nordwall
75309c6edd removed old commented line 2011-04-19 20:31:49 +02:00
Jonas Bonér
902fe7be0c Cleaned up formatting in tutorials 2011-04-19 13:29:22 +02:00
Jonas Bonér
51a075b34c Added Maven project file to first Java tutorial 2011-04-19 13:14:11 +02:00
Peter Vlugter
0b4fe353f8 Fix broken compile - revert import in pi tutorial 2011-04-19 10:31:54 +12:00
Jonas Bonér
7db48c2453 Added some more detailed impl explanation 2011-04-18 14:33:03 +02:00
Heiko Seeberger
6641b30a8f Another minor coding style correction in akka-tutorial. 2011-04-11 14:33:26 +02:00
Heiko Seeberger
2ad80c34da Code changes according to my review (https://groups.google.com/a/typesafe.com/group/everyone/browse_thread/thread/6661e205caf3434d?hl=de) plus some more Scala style improvements. 2011-04-10 12:18:09 +02:00
Jonas Bonér
3976e3012b Incorporated feedback on tutorial text plus added sections on SBT and some other stuff here and there 2011-04-09 14:26:52 +02:00
Peter Vlugter
07e428cc34 Drop the -1 in pi range instead 2011-04-08 16:46:29 +12:00
Peter Vlugter
63357fe3a8 Small fix to make tailrec pi the same as other implementations 2011-04-08 16:40:41 +12:00
Jonas Bonér
7eaecf96bb If there is no EventHandler listener defined and an empty default config is used then the default listener is now added and used 2011-04-06 13:39:18 +02:00
Jonas Bonér
cea277ea58 Addded method 'context' to UntypedActor. Changed the Pi calculation to use tail-recursive function 2011-04-06 10:45:48 +02:00
Jonas Bonér
e58aae5f59 Added alt foldLeft algo for Pi calculation in tutorial 2011-04-06 09:53:30 +02:00
Jonas Bonér
ca1fc49758 added first and second parts of Pi tutorial for both Scala and Java 2011-04-05 17:28:16 +02:00
Renamed from akka-tutorials/akka-tutorial-pi-sbt/src/main/scala/Pi.scala (Browse further)