resteasy

 jax-rs

with

seam


... because it works with seam beans

config

seam 
components.xml
 <resteasy:application resource-path-prefix="/api"/>

jars
jboss-seam-resteasy
resteasy-multipart-provider

JAX-RS in short

 @GET, @POST etc.
@PATH('/mypath')

    @GET
    @Path("/offering/{id}")
    @Produces({"application/json"})
    public Response getService(@Context HttpHeaders headers, @PathParam("id") Long id) {

Links




resteasy

By samuli

resteasy

  • 677