GithubHelp home page GithubHelp logo

alimulondo / resteasy Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rhuan080/resteasy

0.0 1.0 0.0 62.35 MB

REST and JAXRS

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

License: Other

HTML 0.01% Java 99.78% Python 0.04% JavaScript 0.16% Shell 0.01%

resteasy's Introduction

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 https://resteasy.github.io.

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 portable implementation of the JAX-RS specification. The full name of JAX-RS is Jakarta RESTful Web Services that provides a Java API for RESTful Web Services over the HTTP protocol. Please note that the specification is now under the Eclipse EE4J Project. You can read the entire specification at Jakarta RESTful Web Services.

Getting started with RESTEasy

Documentation

To read the documentation you can read it online.

Issues

Issues are kept in JIRA.

Build

Currently RESTEasy can be built with JDK 1.8 and 11.

If you want to purely build the project without running the tests, you need to pull down a clone of the RESTEasy repository and run:

$ mvn install -Dmaven.test.skip=true

If you want to build the project with testings run, you may need to specify a profile to use, and may need to configure the Wildfly version you want to run the tests with. Here is an example:

$ export SERVER_VERSION=17.0.0.Final
$ mvn -B -Pjboss-repository -fae -Dserver.version=$SERVER_VERSION install

You may want to check our Travis CI configuration to see our testing configuration matrix as build example.

And the example of full build processes can be checked here.

Contribute

You are most welcome to contribute to RESTEasy!

Read the Contribution guidelines

resteasy's People

Contributors

patriot1burke avatar asoldano avatar ronsigal avatar liweinan avatar jimma avatar rsearls avatar kanovotn avatar jurakp avatar marekkopecky avatar nicones avatar fromage avatar normanmaurer avatar rsvoboda avatar jamezp avatar jbliznak avatar awhitford avatar geoand avatar sajmoon avatar bedrin avatar stuartwdouglas avatar ctomc avatar tbroyer avatar mihxil avatar andymc12 avatar istudens avatar kenfinnigan avatar panossot avatar xstefank avatar mwanji avatar soul2zimate avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.