• RESTEASY002142: Multiple resource methods match request

    Using WildFly12. I have a jar file which contains an interface definition of a rest interface, but the implementation of which is abstract. I have another class in another jar which implements the same rest interface,...
    Profile Photo
    last modified by tstiemerling
  • Transactional support for JAX RS based applications

    Overview Specification of how to model transactions as RESTful resources   This wiki article will discuss two approaches to providing transactional guarantees for updating resources modeled using the REST paradi...
    Profile Photo
    last modified by mmusgrov
  • Resteasy Skeleton Key Web SSO/OAuth

    Generic Service Description Resteasy Skeleton Key is SSO/OAuth capabilities for web apps and RESTful web services.  It will be a AS plugin, a standalone service, a cloud service, and a cloud SaaS.  The goal ...
    Profile Photo
    last modified by bill.burke
  • Resteasy WIKI

    This is the WIKI knowledgebase for RESTEasy.  If you want to add some content please link from this page.   Documentation (documentation contributions) Quick Steps for Spring Integration Building URIs wit...
    Profile Photo
    last modified by bill.burke
  • RESTEasy-CDI Integration

    Integration between RESTEasy and CDI is provided by the resteasy-cdi module. The module has been part of the JBoss AS since version 6.0.0 M4. It can also be used to integrate RESTEasy with any other CDI-complaint appl...
    Profile Photo
    last modified by jharting
  • Infinispan REST server

    Article has been moved to the Infinispan documentation: https://docs.jboss.org/author/display/ISPN/Infinispan+REST+Server   Please update your bookmarks.
    Profile Photo
    last modified by galder.zamarreno
  • RESTEasy Interceptors

    RESTEasy Interceptors (Proposed Feature) A number of new ideas have cropped up on the RESTEasy developers list that indicate that adding some type of request/response interceptor API to RESTEasy could aid in adding th...
    Profile Photo
    last modified by rmcdonough
  • RESTEasy Server-Side Caching API Ideas

    A Server-Side Caching Proposal for RESTEasy This document is a proposal/ideas for caching responses in the RESTEasy framework. This document is a work in progress and no code currently exists to support this functiona...
    Profile Photo
    last modified by rmcdonough
  • RestEasy in JBoss Developer Studio (JBDS) Quickstart

    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 is ships with EAP 5 and is suppo...
    Profile Photo
    last modified by glamperi
  • The Red Hat REST Wiki

    The Red Hat REST Wiki  The purpose of this wiki is to talk about all things REST at Red Hat.  It will link to places you can get information about REST in the REST community.  It will link to projects ...
    Profile Photo
    last modified by bill.burke
  • Using the Sample Web Service Wizards

    Starting from JBoss Tools 3.1 and forward, we added a new wizard called "Create a Sample Web Service." This wizard, when used in conjunction with a new Dynamic Web Project, will create a sample annotated JAX-WS class ...
    Profile Photo
    last modified by bfitzpat
  • RESTEasy Spring Integration

    This coalesces all the configuration needed to get your RESTEasy-annotated classes to work with Spring.  The short list of what you need to do:   Set up your project dependencies Configure Spring in web.xm...
    Profile Photo
    last modified by lincolnthree
  • Using UriBuilder to DRY

    UriBuilder can allow you to construct URIs without duplicating the strings you use in the annotations.   Suppose you have a public endpoint that exposes customer data based on an id.  Suppose further that s...
    Profile Photo
    last modified by lincolnthree