如何在我的 Web 应用程序中实现 REST。我想为我的网站制作一个 REST API?
我正在开发一个企业应用程序,需要使用 REST 为移动应用程序提供服务。
我想为我的网站实现或构建一个 REST API,使用它我可以构建客户端应用程序并为我的网站的移动应用程序提供服务。
我对它和技术规范知之甚少。
我的网站使用 Spring 框架并基于 Java 构建。
请引导我完成。
I am working on an enterprise application and need to provide services to mobile app using REST.
I want to implement or build a REST API for my website using which I can build client side application as well as provide services to the mobile app for my website.
I have very less idea about it and for technical specification.
My website uses Spring Framework and is build upon Java.
Kindly guide me through.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在此处找到一些有关使用 Spring MVC 开发 REST 应用程序的资源
以及有关 REST 的一般教程:
You can find some resources here about developing REST applications with Spring MVC
and a general tutorial about REST: