VOOZH about

URL: https://www.javacodegeeks.com/tag/jax-rs/page/6

⇱ JAX-RS Archives - Page 6 of 8 - Java Code Geeks


  • Enterprise Java👁 java-interview-questions-answers
    Abhishek GuptaJuly 24th, 2014
    1 185

    New in JAX-RS 2.0 – @BeanParam annotation

    JAX-RS is awesome to say the least and one of my favorites! Why? Feature rich Intuitive (hence the learning curve…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    David GrayMay 15th, 2014
    0 458

    Jax-RS custom exception handling

    One of the nice things about working with JEE is the components available really are pretty standard.  While using JAX-RS,…

    Read More »
  • Enterprise Java👁 Image
    Mark NeedhamApril 30th, 2014
    1 325

    Jersey/Jax RS: Streaming JSON

    About a year ago I wrote a blog post showing how to stream a HTTP response using Jersey/Jax RS and…

    Read More »
  • Enterprise Java👁 Image
    Samuel SantosApril 22nd, 2014
    1 520

    Validating JAX-RS resource data with Bean Validation in Java EE 7 and WildFly

    I have already approached this subject twice in the past. First, on my post Integrating Bean Validation with JAX-RS in…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Andrey RedkoApril 5th, 2014
    4 497

    Apache CXF 3.0: JAX-RS 2.0 and Bean Validation 1.1 finally together

    The upcoming release 3.0 (currently in milestone 2 phase) of the great Apache CXF framework is bringing a lot of…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Abhishek GuptaApril 3rd, 2014
    0 118

    JAX-RS 2.0 : Custom Content Handling

    I tried to think of a better title, but failed to come up with one ! Please bear with me……. The…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Mike MillerMarch 13th, 2014
    2 537

    Creating a simple JAX-RS MessageBodyWriter

    JAX-RS is really cool and with the help of JAXB a lot of response data types can be converted for…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Marko AsplundFebruary 20th, 2014
    1 452

    Implementing Jersey 2 Spring integration

    Jersey is the excellent Java JAX-RS specification reference implementation from Oracle. Last year, when we were starting to build RESTful…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Gerard DavisonFebruary 12th, 2014
    0 221

    Transparent PATCH support in JAX-RS 2.0

    The PATCH method is one the the less well loved HTTP methods simple because until recently there really wasn’t a…

    Read More »
  • First
  • ...
  • «
  • 4
  • 5
  • 6
  • 7
  • 8
  • »
Back to top button
Close