Commit graph

63 commits

Author SHA1 Message Date
Peter Vlugter
c308e88856 Remove project definitions in tutorials
They get picked up by sbt when running publish, confusing the versions.
Projects are defined in the main akka project.
2011-04-12 17:32:59 +12: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
Peter Vlugter
6d9700a64f Setup for publishing snapshots 2011-04-07 13:41:27 +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
eb5a38cd69 Merge branch 'master' of github.com:jboner/akka 2011-04-06 10:18:14 +02:00
Jonas Bonér
e58aae5f59 Added alt foldLeft algo for Pi calculation in tutorial 2011-04-06 09:53:30 +02:00
patriknw
c26879fcb6 minor cleanup 2011-04-06 08:50:36 +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