Category: Getting Started

  • Getting Started

    This article summarizes content from the Quarkus Getting Started Guide Differences from vanilla Jakarta REST With Quarkus, there is no need to create an Application class. It’s supported, but not required.  In addition, only one instance of a REST resource is created and not one per request. You can configure this using the different *Scoped annotations (ApplicationScoped, RequestScoped, etc).

    read more

  • Getting Started with Reactive

    Source: https://quarkus.io/guides/getting-started-reactive Quarkus is a Reactive framework. Since the beginning, Reactive has been an essential tenet of the Quarkus architecture. It includes many reactive features and offers a broad ecosystem. This guide is not an in-depth article about what Reactive is and how Quarkus enables reactive architectures. If you want to read more about these topics, refer to the Reactive Architecture guide, which provides

    read more