JAX RS

Tag details

Welcome to the 'JAX-RS' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'JAX-RS'.

Look up Offsite Link "JAX-RS" at The Free Dictionary

Latest blogosphere posts tagged “JAX RS”

  • GlassFish v3 is go


    Earthly PowersAuthority Authority: 106
    GlassFish v3 is go! http://www.sun.com/software/products/glassfishv3/ http://java.sun.com/javaee/downloads/index.jsp This is a biggie. Its been about 3 years in the making. It is a modularized OSGi container. It implements Java EE 6 . Its 70Mb compared to 700Mb. It could make coffee if i ...
    2 weeks ago
  • Simple long polling in Scala with Atmosphere


    Earthly PowersAuthority Authority: 106
    There are two styles of pushing events from servers to clients: long polling; and HTTP streaming. The former tends to be easier for developers to understand "push", especially when a bit of HTML and JavaScript is utilized, and it does not break the REST request/response constraint. So there are some advantages over ...
    2 weeks ago
  • Possible POE support in Resteasy


    Bill the PlumberAuthority Authority: 91
    I was thinking about some POE support for Resteasy.  On the client side add a poe() set of methods on ClientRequest and a @POE annotation for the Proxy framework.  I.e.ClienRequest request = ...;request.body("<stuff/>", "appliation/xml");ClientResponse response = request.poe();@Path("/")public interface ...
    3 weeks ago
  • Jersey apps can now be deployed to Google App Engine


    Earthly PowersAuthority Authority: 106
    OK, its not very exciting but you can go to the URL http://jersey-jax-rs.appspot.com/test/resource and should be able to receive the same response, including the trace headers i previously talked about . I wanted to upload the Sparklines sample but the AWT graphics stuff is currently blacklisted (like ...
    3 weeks ago
  • Tracing in Jersey


    Earthly PowersAuthority Authority: 106
    A common complaint we have been hearing is that JAX-RS/Jersey can be hard to debug when the application is not behaving as expected, for example "why the *!@& is my resource class not matching and instead the client is receiving a 404 response?" It is difficult for the devloper to know what is going on ...
    4 weeks ago
  • Jersey 1.1.4.1 is released


    Earthly PowersAuthority Authority: 106
    We have just released version 1.1.4.1 of Jersey , the open source, production quality, reference implementation of JAX-RS. The JAX-RS 1.0 specification and the 1.1 change log is available at the JCP web site and also available in non-normative HTML here . This is a bug fix release for bugs that were found by ...
    4 weeks ago
  • RESTEasy 1.2.1 Released


    Bill the PlumberAuthority Authority: 91
    Minor bug fix release.  Also, had to remove one of the referenced maven repositories because it was screwing up the build.
    4 weeks ago

Comments about JAX RS

Personal attacks are NOT allowed
Please read our comment policy