I\'m really new with all this Scala/Spray. With some testing I was able to get parameters from a Get request using the parameters function. However I\'m trying to fetch some parameters sent from a POS
While building a large multi threaded application for the financia开发者_如何学JAVAl services industry, I utilized immutable classes and an Actor model for workflow everywhere I could. I\'m pretty ple
I want to send a list of messages to an actor, receive a reply immediately in a future and then wait for all futures to complete before returning to the calling method. From reading the akka docs, I b
I\'ve an unexpected behavior when using remote actors. I\'ve a server and a \'client\'. The client sends a message to the server actor and the server replies. When I use the \'?\' operator everything
As I\'m getting familiar with http://akka.io/, I can\'t figure out how to do server-push. After a client connects to a server, how can the server push messages to the client? For example, if a client
I am pretty interested in testing out the 2.0-SNAPSHOT Akka cluster features, but for my purposes would like to do this in Java.
Using Akka 1.0 I cannot stop stdout-debug-output although I have set the event-handler-level to ERROR in my akka.conf which is definetely being read correctly.
Can someone point me to an example of using Akka Camel integration module - using the Java API. I have a use case where a REST service is called that would start some Akka Actors in parallel to proces
My Camel consumer actor won\'t get unpublished after I sent a message to it. This prevents the application from shutting down. It works if I just start and stop the actor without sending any messages.
I\'m currently writing a small framework for demand-driven workflows. The API is now stable and I am working on improving tests. It\'s easy to show that computations are correct (which is a good start