RETEasy 客户端 API
Spring有一个非常好的REST客户端API:RestTemplate。实际上,它就像一个封装了一些引导代码的 Facade(与 JmsTemplate 和 JdbcTemplate 的方式相同)。 JBoss 的 RestEasy 中有类似的吗? 谢谢。
Spring has a very good client API for REST Client: RestTemplate. Effectively it is like a Facade which encapsulates some bootstrap code (in the same way as JmsTemplate and JdbcTemplate). Is there an equivalent in JBoss's RestEasy?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
似乎有一个 - RESTEasy 客户端框架
There seems to be one - RESTEasy client framework
文档中的进一步内容:
http://docs.jboss.org /resteasy/docs/2.3.0.GA/userguide/html_single/index.html#RESTEasy_Client_Framework
谢谢。
Further on in the doc:
http://docs.jboss.org/resteasy/docs/2.3.0.GA/userguide/html_single/index.html#RESTEasy_Client_Framework
thanks.