首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Java > 一个简单的java REST框架。

一个简单的java REST框架。

  • 资源大小:2.02 MB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:1次
  • 资源积分:1积分
  • 标      签: 简单 框架 一个

资 源 简 介

Restly is a simple framework for building RESTful webservices in Java. Features Resources are represented by Classes identified with a @Resource("...") annotation and automatically discovered from the WEB-INF/classes directory. Parameter to @Resource is the path that the resource is bound to, supporting templating with {...}. HTTP methods map to methods on the resource class and MAY return an instance of a Representation, which will get returned to the client. So far, includes 2 representations: StringRepresentation: returns the given String as the entity body and sets the content type to text/plain SerializedRepresentation: takes an object and serializes it with XStream as text/xml or application/json, depending on the provided Accept request header. Automatically conver

文 件 列 表

lib
net.sf.oval_1.30.jar
xpp3_min-1.1.4c.jar
xstream-1.3.jar
net.sf.oval_1.30.jar
restly-0.3.jar
xpp3_min-1.1.4c.jar
xstream-1.3.jar
sample
lib
src
README.txt
build.xml
runner.jar
LICENSE.txt
restly-0.3.jar

相 关 资 源

您 可 能 感 兴 趣 的

同 类 别 推 荐

VIP VIP
0.190702s