annotate lib/javax.ws.rs_1.0/readme.txt @ 0:db87c1b7eb6d

initial
author dwinter
date Wed, 03 Nov 2010 12:18:46 +0100
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
db87c1b7eb6d initial
dwinter
parents:
diff changeset
1 ------------------------------------------
db87c1b7eb6d initial
dwinter
parents:
diff changeset
2 Java API for RESTful Web Services (JAX-RS)
db87c1b7eb6d initial
dwinter
parents:
diff changeset
3 ------------------------------------------
db87c1b7eb6d initial
dwinter
parents:
diff changeset
4
db87c1b7eb6d initial
dwinter
parents:
diff changeset
5 "This specification defines a set of Java APIs for the development of Web
db87c1b7eb6d initial
dwinter
parents:
diff changeset
6 services built according to the Representational State Transfer (REST)
db87c1b7eb6d initial
dwinter
parents:
diff changeset
7 architectural style."
db87c1b7eb6d initial
dwinter
parents:
diff changeset
8
db87c1b7eb6d initial
dwinter
parents:
diff changeset
9 For more information:
db87c1b7eb6d initial
dwinter
parents:
diff changeset
10 * http://jcp.org/aboutJava/communityprocess/final/jsr311/index.html
db87c1b7eb6d initial
dwinter
parents:
diff changeset
11 * https://jsr311.dev.java.net/
db87c1b7eb6d initial
dwinter
parents:
diff changeset
12
db87c1b7eb6d initial
dwinter
parents:
diff changeset
13 The JAR in this project contains the sources, including the javadoc.