akka
How does dropwizard compare to spray or scalatra? [closed]
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[详细]
2023-03-20 02:57 分类:问答In Scala Akka futures, what is the difference between map and flatMap?
in normal Scala map and flatMap are different in that flatMap will return a iterable of the data flattened out into a list.[详细]
2023-03-20 00:20 分类:问答Can we implement a REST service using Akka and Camel Integration?
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[详细]
2023-03-19 17:42 分类:问答Using Akka with Scalatra
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[详细]
2023-03-18 23:40 分类:问答Errors when compiling AKKA code under 2.7.7
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[详细]
2023-03-18 05:15 分类:问答scala akka: have actor remember something it should eventually reply to?
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.[详细]
2023-03-17 14:38 分类:问答How to add sbteclipse plugin to SBT 0.10.x
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[详细]
2023-03-16 21:17 分类:问答How does I/O work in Akka?
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[详细]
2023-03-16 20:12 分类:问答Is Akka suitable for systems with transient network coverage?
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[详细]
2023-03-14 03:00 分类:问答Akka remote actor server discovery
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[详细]
2023-03-12 13:04 分类:问答