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
|
0cf28f586d
|
Merge branch 'master' of github.com:jboner/akka
|
2011-04-06 13:49:43 +02:00 |
|
patriknw
|
dd1692997e
|
reply to channel
|
2011-04-06 13:43:00 +02: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
|
10ecd8541c
|
Turned 'sendRequestReplyFuture(..): Future[_]' into 'sendRequestReplyFuture[T <: AnyRef](..): Future[T]
|
2011-04-06 12:33:19 +02:00 |
|
patriknw
|
132bba3dc1
|
working version of second.Pi.java
|
2011-04-06 11:33:05 +02:00 |
|
Jonas Bonér
|
7949e80139
|
Merge branch 'master' of github.com:jboner/akka
|
2011-04-06 10:46:00 +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 |
|
patriknw
|
2bf360c1dd
|
first, non-working version of second Pi.java
|
2011-04-06 10:33:00 +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 |
|
Jonas Bonér
|
26f87ca925
|
Merge branch 'master' of github.com:jboner/akka
|
2011-04-05 12:52:48 +02:00 |
|
Jonas Bonér
|
76173e37d4
|
replaced event handler with println in first tutorial
|
2011-04-05 11:08:44 +02:00 |
|
Viktor Klang
|
bfa96ef31c
|
Bumping SBT version to 0.7.6-RC0 to fix jline problem with sbt console
|
2011-04-02 22:11:46 +02:00 |
|
Viktor Klang
|
3c9e199190
|
Bumping SBT version to 0.7.6-RC0 to fix jline problem with sbt console
|
2011-04-02 22:11:46 +02:00 |
|
Viktor Klang
|
c14c01a53c
|
Adding Pi2, fixing router shutdown in Pi, cleaning up the generation of workers in Pi
|
2011-04-02 15:22:38 +02:00 |
|
Viktor Klang
|
c3eb0b4ffb
|
Adding Pi2, fixing router shutdown in Pi, cleaning up the generation of workers in Pi
|
2011-04-02 15:22:38 +02:00 |
|
Jonas Bonér
|
64d620c7b1
|
Simplified the Master/Worker interaction in first tutorial
|
2011-04-02 14:01:36 +02:00 |
|
Jonas Bonér
|
2e70b4a1b5
|
Simplified the Master/Worker interaction in first tutorial
|
2011-04-02 14:01:36 +02:00 |
|
Jonas Bonér
|
80bce1526c
|
Added missing project file for pi tutorial
|
2011-04-02 09:38:53 +02:00 |
|
Jonas Bonér
|
b0c6eb6a4f
|
Added missing project file for pi tutorial
|
2011-04-02 09:38:53 +02:00 |
|
Jonas Bonér
|
03914a2b0f
|
rewrote algo for Pi calculation to use 'map' instead of 'for-yield'
|
2011-04-01 23:34:11 +02:00 |
|
Jonas Bonér
|
942c8b7ab9
|
rewrote algo for Pi calculation to use 'map' instead of 'for-yield'
|
2011-04-01 23:34:11 +02:00 |
|
Jonas Bonér
|
1eea91abfa
|
Changed Iterator to take immutable.Seq instead of mutable.Seq. Also changed Pi tutorial to use Vector instead of Array
|
2011-04-01 22:59:49 +02:00 |
|
Jonas Bonér
|
bafae2aaf4
|
Changed Iterator to take immutable.Seq instead of mutable.Seq. Also changed Pi tutorial to use Vector instead of Array
|
2011-04-01 22:59:49 +02:00 |
|
Jonas Bonér
|
d859a9cb13
|
Added some comments and scaladoc to Pi tutorial sample
|
2011-04-01 16:02:55 +02:00 |
|
Jonas Bonér
|
95ec4a6c60
|
Added some comments and scaladoc to Pi tutorial sample
|
2011-04-01 16:02:55 +02:00 |
|
Jonas Bonér
|
d97b8fbd9c
|
Added Routing.Broadcast message and handling to be able to broadcast a message to all the actors a load-balancer represents
|
2011-04-01 15:33:46 +02:00 |
|
Jonas Bonér
|
b226605075
|
Added Routing.Broadcast message and handling to be able to broadcast a message to all the actors a load-balancer represents
|
2011-04-01 15:33:46 +02:00 |
|
Jonas Bonér
|
384332da39
|
removed JARs added by mistake
|
2011-04-01 14:48:04 +02:00 |
|
Jonas Bonér
|
d276b6bb68
|
removed JARs added by mistake
|
2011-04-01 14:48:04 +02:00 |
|
Jonas Bonér
|
8f4dcfe22a
|
Added first tutorial based on Scala and SBT
|
2011-04-01 14:28:08 +02:00 |
|
Jonas Bonér
|
329e8bbcfd
|
Added first tutorial based on Scala and SBT
|
2011-04-01 14:28:08 +02:00 |
|