文件名称:helloworld-rs
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2014-05-02
- 文件大小:
- 43kb
- 下载次数:
- 0次
- 提 供 者:
- 团*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
JAX-RS (JSR-311) 是一种 Java™ API,可使 Java Restful 服务的开发变得迅速而轻松。这个 API 提供了一种基于注释的模型来描述分布式资源。注释被用来提供资源的位置、资源的表示和可移植的(pluggable)数据绑定架构。在本文中,学习如何使用 JAX-RS 在 Java EE 环境内实现 RESTful 服务架构的潜能。-JAX-RS (JSR-311) is a Java ™ API, Java Restful services enable developers to quickly and easily become. This API provides an annotation-based model to describe the distributed resources. Notes are used to provide the location of resources, representation and portable (pluggable) data resource binding fr a mework. In this article, learn how to use JAX-RS RESTful services fr a mework to achieve the potential of the Java EE environment.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
.classpath
.project
.settings
.........\.jsdtscope
.........\org.eclipse.core.resources.prefs
.........\org.eclipse.jdt.core.prefs
.........\org.eclipse.m2e.core.prefs
.........\org.eclipse.wst.jsdt.ui.superType.container
.........\org.eclipse.wst.jsdt.ui.superType.name
.........\org.eclipse.wst.validation.prefs
pom.xml
README.md
src
...\main
...\....\java
...\....\....\yjmyzz
...\....\....\......\service
...\....\....\......\.......\model
...\....\....\......\.......\.....\Book.java
...\....\....\......\.......\.....\Product.java
...\....\....\......\.......\.....\User.java
...\....\....\......\.......\rest
...\....\....\......\.......\....\MyService.java
...\....\webapp
...\....\......\index.html
...\....\......\script
...\....\......\......\jquery-1.4.4.min.js
...\....\......\WEB-INF
...\....\......\.......\beans.xml
...\....\......\.......\lib
...\....\......\.......\web.xml