
Creating Your First Application - Quarkus
Mar 9, 2012 · With Quarkus, there is no need to create an Application class. It’s supported, but not required. In addition, only one instance of the resource is created and not one per request. You can …
Guides - Latest - Quarkus
Create a new tutorial that guides users through creating, running, and testing a Quarkus application that uses annotations from an imaginary extension.
Get Started - Quarkus
Deploying Quarkus Applications on Kubernetes This guide covers how to deploy a native application on Kubernetes. Want to learn more? Check out the guides to continue your journey.
Getting Started With Reactive - Quarkus
With this in mind, let’s see how we can develop a CRUD application with Quarkus, which will use the I/O thread to handle the HTTP requests, interact with a database, process the result, and write the HTTP …
Implementing a MCP server in Quarkus - Quarkus
Jan 13, 2025 · In this tutorial, I’ll show you how to implement an MCP server using Quarkus, allowing you to extend AI applications with custom tools powered by the Java ecosystem.
Creating a tutorial - Quarkus
You should be familiar with the overview of what a Tutorial is. Have the Quarkus style and content guidelines handy as a reference for required syntax and other conventions.
Your second Quarkus application
Mar 9, 2011 · This tutorial builds on what you learned writing your first Quarkus application. You will not need the code from that application, but make sure you understand the concepts.
Getting started with security by using Basic authentication ... - Quarkus
This tutorial prepares you to implement more advanced security mechanisms in Quarkus, for example, how to use the OpenID Connect (OIDC) authentication mechanism.
Scheduling Periodic Tasks - Quarkus
Mar 9, 2011 · To create a Gradle project, add the --gradle or --gradle-kotlin-dsl option. For more information about how to install and use the Quarkus CLI, see the Quarkus CLI guide.
Building Quarkus apps with Quarkus Command Line Interface (CLI)
Building Quarkus apps with Quarkus Command Line Interface (CLI) The quarkus command lets you create projects, manage extensions and do essential build and development tasks using the …