amineDaouma / Resteasy

REST and JAXRS

Home Page:http://jboss.org/resteasy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Resteasy

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 both as a JIRA and on Github

Build

After pulling down a clone of the Resteasy repository run

mvn install

Requirements

  • Java Cryptography Extension JCE

Contribute

You are most welcome to contribute to RESTEasy!

Read the Contribution guidelines

About

REST and JAXRS

http://jboss.org/resteasy


Languages

Language:Java 99.6%Language:JavaScript 0.2%Language:Python 0.1%Language:CSS 0.0%Language:Shell 0.0%