VOOZH about

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

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


  • Enterprise Java👁 java-interview-questions-answers
    Andrey RedkoOctober 31st, 2017
    0 860

    Better late than never: SSE, or Server-Sent Events, are now in JAX-RS

    Server-Sent Events (or just SSE) is quite useful protocol which allows the servers to push data to the clients over…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Alex TheedomAugust 29th, 2017
    0 105

    What are JAX-RS Annotations? (Part 3)

    Overview of JAX-RS Annotations (Part 3) This is a three-part series looking at the annotation that is used to implement REST…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Alex TheedomAugust 25th, 2017
    0 147

    What are JAX-RS Annotations? (Part 2)

    Overview of JAX-RS Annotations (Part 2) This is a three-part series looking at the annotation that is used to implement REST…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Alex TheedomAugust 25th, 2017
    0 197

    What are JAX-RS Annotations?

    Overview of JAX-RS (Part 1) The JAX-RS API forms an important part of the Java EE platforms commitment to provide…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Andrey RedkoNovember 30th, 2016
    0 235

    Keep your promises: contract-based testing for JAX-RS APIs

    It’s been a while since we talked about testing and applying effective TDD practices, particularly related to REST(ful) web services…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Andrey RedkoMay 2nd, 2016
    6 281

    Laziness at extreme: developing JAX-RS services with Spring Boot

    I think it would be fair to state that we, as software developers, are always looking for the ways to…

    Read More »
  • Enterprise Java👁 Image
    Alex SotoApril 5th, 2016
    1 369

    Continuous Stress Testing for your JAX-RS (and JavaEE) applications with Gatling + Gradle + Jenkins Pipeline

    In this post I am going to explain how to use Gatling project to write stress tests for your JAX-RS Java EE endpoints,…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Andrey RedkoFebruary 26th, 2016
    0 189

    Your JAX-RS APIs were not born equal: using dynamic features

    This time we are going to talk a little bit about JAX-RS 2.0 APIs and touch on one very interesting…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Paris ApostolopoulosOctober 20th, 2015
    0 490

    CDI interceptor of HTTP Request and Header params – simple example

    While developing and evolving a REST API, using Java EE , there are some cases where you would like to…

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