As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
in normal Scala map and flatMap are different in that flatMap will return a iterable of the data flattened out into a list.
I was reading about Akka and Camel integration. I cam across Camel for the first time and it sounds wonderful. Can we build a REST service using Akka and Camel pla开发者_开发知识库inly? Any useful poi
My target is building a highly concurrent backend for my widgets. I\'m currently exposing the backend as a web service, which receives requests to run a specific widget (using Scalatra), fetches widge
I am a very new bie for scala. So I download the source code AKKA and install the plugin for ec开发者_StackOverflow中文版lipse (2.7.7 final). When I open the project, it shows 29 compile errors. I kno
in akka suppose there is a linear chain of actors such that each actor receives a message from upstream, sends its own message downstream and waits for a reply, and then sends a message back upstream.
I want to view the source code of akka, and it seems using the 0.7.x version of sbt. I transform the project configuration to the 0.10.x version. When i add sbteclipse in the libraray-dependencies and
How does the actor model (in Akka) work when you need to perform I/O (ie. a database operation)? It is my understanding that a blocking operation will throw an exception (and essentially ruin all con
Is Akka suitable to use in a system where nodes are expected to be moving in and out of wifi coverage? What aspects have to be considered (e.g. what trans开发者_如何学Cport protocols are preferred)?Ak
I would like to deploy a remote actors software made with akka on a cluster. The system is composed of several worker nodes and a single master node. The problem is that I cannot know in advance the I