VOOZH about

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

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


  • Enterprise Java👁 Image
    Abhishek GuptaOctober 16th, 2015
    0 119

    JAX-RS and JSON-P integration

    This short post talks about support for JSON-P in JAX-RS 2.0 JSON-P …? The JSON Processing API (JSON-P) was introduced…

    Read More »
  • Enterprise Java👁 Image
    Markus EiseleOctober 12th, 2015
    0 123

    A WildFly Swarm JAX-RS Microservice in a Docker Container

    Everybody is talking about microservices these days. And there are plenty of opinions and ideas and very few examples about…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Max LamJuly 1st, 2015
    1 643

    How To Stream/Serialize JPA Result As JAX-RS Response For Large Data

    There are times that retrieving a large data set through JPA is necessary (e.g. more than 1,000,000 records) and having…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Max LamJune 26th, 2015
    7 2,161

    Java REST JAX-RS 2.0 – How To Handle Date, Time and Timestamp Data Types

    Be it X-Form-Urlencoded or JSON HTTP post to a REST resource end-point, there is no specific “data type” for date…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Abhishek GuptaMay 5th, 2015
    0 131

    Using @Context in JAX-RS [part 1]

    JAX-RS provides the @Context annotation to inject a variety of resources in your RESTful services. Some of the most commonly…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Rafal BorowiecApril 24th, 2015
    1 628

    JAX-RS 2.x vs Spring MVC: Returning an XML representation of a list of objects

    JSON is King as it goes to all kinds of REST* APIs, but still you may need to expose multiple…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Abhishek GuptaMarch 18th, 2015
    0 148

    Handling time outs in Async requests in JAX-RS

    JAX-RS 2.0 provides support for asynchronous programming paradigm, both on client as well as on the server end. This post…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Abhishek GuptaMarch 6th, 2015
    0 103

    Quick peek at JAX-RS request to method matching

    In this post, let’s look at the HTTP request to resource method matching in JAX-RS. It is one of the…

    Read More »
  • Enterprise Java👁 Image
    Josh JuneauFebruary 26th, 2015
    0 309

    RESTful Charts with JAX-RS and PrimeFaces

    Oftentimes, it is useful to utilize a chart for providing a visual representation of your data. PrimeFaces supplies charting solutions…

    Read More »
  • First
  • ...
  • «
  • 2
  • 3
  • 4
  • 5
  • 6
  • »
  • ...
  • Last
Back to top button
Close