VOOZH about

URL: https://www.javacodegeeks.com/tag/microprofile

⇱ MicroProfile Archives - Java Code Geeks


  • Enterprise Java👁 java-interview-questions-answers
    Phillip KrugerNovember 17th, 2020
    0 221

    Stylish API

    In this blog post we are going to look at the new styling and other new options available in OpenAPI…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Phillip KrugerNovember 6th, 2020
    0 174

    Experimental GraphQL

    This blog post is a follow up on the initial introductory post, Supersonic Subatomic GraphQL, and here we will explore…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Phillip KrugerAugust 26th, 2020
    0 278

    MicroProfile OpenAPI for everyone

    MicroProfile OpenAPI is primarily used for adding OpenAPI to JAX-RS Endpoints. In this blog post we will look at how…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Phillip KrugerJune 14th, 2020
    0 133

    Supersonic Subatomic GraphQL

    MicroProfile GraphQL is now included in the just released version 1.5.0 of Quarkus. You can now use code.quarkus.io to get…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Phillip KrugerAugust 24th, 2018
    0 344

    Swagger UI on MicroProfile OpenAPI

    MicroProfile OpenApi gives us a standardized way to describe our JAX-RS API’s using OpenApi 3. If you have used swagger-jaxrs…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Phillip KrugerAugust 22nd, 2018
    0 154

    Reusable MicroProfile Health probes

    MicroProfile Health API is a very basic API to report the state of your service, based on one or more…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Phillip KrugerAugust 14th, 2018
    2 308

    A configurable JAX-RS ExceptionMapper with MicroProfile Config

    When you create REST services with JAX-RS, you typically either return nothing (so HTTP 201/2/4 etc) or some data, potentially…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Phillip KrugerAugust 10th, 2018
    0 354

    Your own MicroProfile Config source

    MicroProfile Config, that is part of the MicroProfile Specification, is the standardization for Java Enterprise and Microservices configuration. Out of…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Ivar GrimstadApril 5th, 2018
    0 119

    Running Eclipse MicroProfile on Microsoft Azure

    In this post, I am following up on the post series about Running Eclipse MicroProfile applications in Oracle Cloud by…

    Read More »
Back to top button
Close