摘要: 原文地址:http://only81.iteye.com/blog/1689537 This section creates a CRUD (Create, Read, Update, Delete) restful web service. It will allow to maintain a 阅读全文
posted @ 2017-07-20 17:21 kszsa 阅读(248) 评论(0) 推荐(0)
摘要: 原文地址:http://only81.iteye.com/blog/1689537 本文描述,获取XML或json格式数据 首先,创建一个bean,比如Todo(JAXB自动将bean文件,转换成xml或者json,需要添加@XmlRootElement) 创建对应的resource 对应的web. 阅读全文
posted @ 2017-07-20 13:52 kszsa 阅读(376) 评论(2) 推荐(0)
摘要: 原文地址:http://blog.csdn.net/u013158799/article/details/39758341 1. REST和RESTful Web Services的简要说明 REST(RepresentationalState Transfer),中文称为表述性状态转移,是一种针对 阅读全文
posted @ 2017-07-20 11:02 kszsa 阅读(488) 评论(0) 推荐(0)