我正在研究企业应用程序,需要使用REST为移动应用程序提供服务.
我想为我的网站实现或构建一个REST API,使用它我可以构建客户端应用程序,并为我的网站提供移动应用程序的服务.
我对它和技术规范的了解非常少.
我的网站使用Spring Framework,并且基于Java构建.
请指导我.
您可以在这里找到一些有关使用Spring MVC开发REST应用程序的资源
http://blog.springsource.com/2009/03/08/rest-in-spring-3-mvc/
http://static.springsource.org/spring/docs/3.0.0.M3/spring-framework-reference/html/ch18s02.html
http://www.oudmaijer.com/2010/01/16/spring-3-0-rest-services-with-spring-mvc/
关于REST的一般教程:
https://www.ibm.com/developerworks/webservices/library/ws-restful/