All Projects → ameizi → Resteasy Restfull Examples

ameizi / Resteasy Restfull Examples

Licence: mit
基于resteasy的restfull api接口示例

Programming Languages

java
68154 projects - #9 most used programming language

resteasy-restfull-examples

基于resteasy的restfull api接口示例

resteasy-helloworld-example/src/main/resources/sc.png

实现的功能:

  • 基于POST、GET、PUT、DELETE请求响应的REST full服务

  • 多元化的数据响应,同一请求可返回json、jsonp、xml三种格式的响应数据

  • 基于http basic认证(参考web.xml和tomcat-users.xml的配置),同时基于@RolesAllowed注解

  • 基于HttpURLConnection的客户端调用

  • 基于httpclient的客户端调用

  • 基于ResteasyClient的客户端调用

Java EE安全配置参考文档

http://docs.oracle.com/javaee/6/tutorial/doc/gkbaa.html

与我联系

License

MIT

Copyright (c) 2014 雪山飞鹄

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].