relateiq/Resteasy

Name: Resteasy

Owner: SalesforceIQ

Description: REST and JAXRS

Created: 2015-05-13 22:09:32.0

Updated: 2015-05-13 22:09:41.0

Pushed: 2015-11-09 08:03:03.0

Homepage: http://jboss.org/resteasy

Size: 27766

Language: Java

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Resteasy

Build Status

Resteasy is a JBoss.org project aimed at providing productivity frameworks for developing client and server RESTful applications and services in Java. It is mainly a JAX-RS implementation but you'll find some other experimental code in the repository.

The project page can be found at http://resteasy.jboss.org

JAX-RS

RESTEasy is a JBoss project that provides various frameworks to help you build RESTful Web Services and RESTful Java applications. It is a fully certified and portable implementation of the JAX-RS specification. JAX-RS is a new JCP specification that provides a Java API for RESTful Web Services over the HTTP protocol.

Read the entire specification here

The JAX-RS code is in the jaxrs directory.

Getting started with RESTEasy
Documentation

To read the documentation you can read it online. This is generated automatically from the maven build

A wiki exists. You can find it here

Issues

Issues are kept in JIRA

Build

After pulling down a clone of the Resteasy repository run

mvn install

Currently it can be built only with JDK 1.7. JDK 1.8 breaks ant scriptlets because script engine changed from rhino to nashorn.

Requirements
Contribute

You are most welcome to contribute to RESTEasy!

Read the Contribution guidelines


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.