JBossWiki : RESTeasyJAXRS
Wiki Home: RESTeasyJAXRS [EN]
[Permalink]
[Recent Changes]
[History]
[RSS Feed][RDF Feed][Atom Feed][Print]

Your trail: RESTeasyJAXRS

Resteasy JAX-RS

SVN Access:Sourceforget SVN
Report Bugs:Resteasy JIRA Project
Download:All releases
User Documentation:ResteasyJAXRSDocumentation
JAX-RS API Javadoc:JAX-RS API Javadocs
Resteasy JAX-RS Javadoc:Resteasy JAX-RS Javadocs
Resteasy MAIL list:resteasy-developers@lists.sourceforge.net
MAIL list subscribe:Subscribe

News

  • June 12, 2008, RESTEasy JAX-RS 1.0 Beta 5 Released!
  • May 27, 2008, RESTEasy JAX-RS 1.0 Beta 4 Released!
  • May 5, 2008, RESTEasy JAX-RS 1.0 Beta 3 Released!

Overview

JAX-RS, JSR-311, is a new JCP specification that provides a Java API for RESTful Web Services over the HTTP protocol. Resteasy is an portable implementation of this specification which can run in any Servlet container. Tighter integration with JBoss Application Server is also available to make the user experience nicer in that environment. While JAX-RS is only a server-side specification, Resteasy has innovated to bring JAX-RS to the client through the RESTEasy JAX-RS Client Framework. This client-side framework allows you to map outgoing HTTP requests to remote servers using JAX-RS annotations and interface proxies.

Features

  • JAX-RS implementation
  • Portable to any app-server/Tomcat that runs on JDK 5 or higher
  • Embeddedable server implementation for junit testing
  • EJB and Spring integration
  • Client framework to make writing HTTP clients easy (JAX-RS only define server bindings)


Other languages:

Log in to make links between pages

The page last changed on Tue Jun 24 14:32:04 EDT 2008 by oms5