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 pointers in that direction?
For building REST services with Camel use one of these Camel components
- camel-cxfrs
- camel-restlet
You can use both components within Akka (via the akka-camel integration module).
精彩评论