VOOZH about

URL: https://www.javacodegeeks.com/tag/restful-web-services/page/10

⇱ RESTful Web Services Archives - Page 10 of 18 - Java Code Geeks


  • 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 »
  • Enterprise Java👁 spring-interview-questions-answers
    Xavier PadroFebruary 5th, 2014
    1 279

    Migrating Spring MVC RESTful web services to Spring 4

    1   Introduction Spring 4 brings several improvements for MVC applications. In this post I will focus on restful web services…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Sergio MolinaJanuary 29th, 2014
    0 176

    Playing with JerseyTest (Jersey 2.5.1 and DI)

    I’m going to try explaining a trivial REST example. The idea is building a basic schema to start playing with…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Biju KunjummenJanuary 22nd, 2014
    0 419

    Consuming Spring-hateoas Rest service using Spring RestTemplate and Super type tokens

    Spring-hateoas provides an excellent way for applications to create REST based services which follow the HATEOAS principle. My objective here…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Bear GilesJanuary 13th, 2014
    1 215

    Check your REST parameters!

    I was doing research related to my ongoing “project student” series and realized that I had made one of the…

    Read More »
  • Enterprise Java👁 Image
    Bear GilesJanuary 1st, 2014
    1 163

    Project Student: Webservice Server with Jersey

    This is part of Project Student. Other posts are Webservice Client With Jersey, Business Layer and Persistence with Spring Data.…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Bear GilesDecember 25th, 2013
    1 128

    Project Student: Webservice Client with Jersey

    This is part of Project Student. Other posts are Webservice Client with Jersey, Business Layer and Persistence with Spring Data.…

    Read More »
  • First
  • ...
  • «
  • 8
  • 9
  • 10
  • 11
  • 12
  • »
  • ...
  • Last
Back to top button
Close