使用 Netty 的 REST Web 服务
有没有推荐的方法来使用 Netty 实现 REST Web 服务? 我是 RESTEasy 用户,有没有办法同时使用 Netty 和 RESTEasy?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
有没有推荐的方法来使用 Netty 实现 REST Web 服务? 我是 RESTEasy 用户,有没有办法同时使用 Netty 和 RESTEasy?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
看起来从 RESTEasy 2.3.4 版本开始,它支持嵌入式 Netty 容器: http://docs.jboss.org/resteasy/docs/2.3.4.Final/userguide/html/RESTEasy_Embedded_Container.html#d0e2690
Looks like since version 2.3.4 of RESTEasy it supports an embedded Netty container: http://docs.jboss.org/resteasy/docs/2.3.4.Final/userguide/html/RESTEasy_Embedded_Container.html#d0e2690
我不知道如何将 RESTEasy 与 Netty 一起使用。我过去使用过restexpress [1]。
[1] https://github.com/RestExpress/RestExpress
I'm not aware of a way to use RESTEasy with Netty. I used restexpress [1] in the past.
[1] https://github.com/RestExpress/RestExpress
我使用的 Resteasy + Spring + Netty 示例: https://github.com/leiguorui/netty-resteasy-春天
Resteasy + Spring + Netty sample I used : https://github.com/leiguorui/netty-resteasy-spring