开发者

Can we implement a REST service using Akka and Camel Integration?

开发者 https://www.devze.com 2023-03-19 17:42 出处:网络
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

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).

0

精彩评论

暂无评论...
验证码 换一张
取 消