Is there a way of publishing Akka actors with Mina?
I've been reading up about Akka and it really seems nice. Can you somehow set it up to work with Apache Mina or similar techs? I.e not only use 开发者_如何学编程it in conjunction with servlets.
Hmmm, seems you already have a technical solution (Mina). May I ask what is the problem you're trying to solve?
RemoteActors are using Netty, it's basically only the JAX-RS (Jersey) and Comet (Atmosphere) integration that runs over servlets.
精彩评论