File: Overview.xml

package info (click to toggle)
resteasy 3.6.2-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 34,612 kB
  • sloc: java: 265,492; xml: 27,855; javascript: 405; jsp: 166; python: 101; sh: 15; sql: 3; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 543 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
<chapter id="Overview">
<title>Overview</title>

<para>

JAX-RS 2.0 (JSR-339) and JAX-RS 2.1 (JSR-370), are JCP specifications that provide a Java API for RESTful Web Services over the HTTP protocol.
    RESTEasy is a portable implementation of these specifications which can run in any Servlet container. Tighter
    integration with WildFly application server is also available to make the user experience nicer in that environment.
    RESTEasy also comes with additional features on top of plain JAX-RS functionalities.
</para>
</chapter>