The quickstarts demonstrate {javaVersion} and a few additional technologies from the {productNameFull} stack. They provide small, specific, working examples that can be used as a reference for your own project.
These quickstarts run on the WildFly application server. The quickstarts are configured to use the correct Maven dependencies and ensure that you test and compile the quickstarts against the correct runtime environment.
Each quickstart folder contains a README-source.adoc
file that describes the quickstart features and provides instructions about how to build and run it. Instructions are provided to build the more readable README.html
files.
Make sure you read this entire document before you attempt to work with the quickstarts.
The applications these projects produce are designed to be run on {productNameFull} {productVersion} or later.
All you need to build these projects is {buildRequirements}.
The quickstart README
files use the replaceable value WILDFLY_HOME
to denote the path to the WildFly server. When you encounter this value in a README
file, make sure you replace it with the actual path to your WildFly server.
When you see the replaceable variable QUICKSTART_HOME, replace it with the path to the root directory of all of the quickstarts.
We recommend that you approach the quickstarts as follows:
-
Regardless of your level of expertise, we suggest you start with the
helloworld
quickstart. It is the simplest example and is an easy way to prove the server is configured and running correctly. -
If you are a beginner or new to JBoss, start with the quickstarts labeled
Beginner
, then try those marked asIntermediate
. When you are comfortable with those, move on to theAdvanced
quickstarts. -
Some quickstarts are based upon other quickstarts but have expanded capabilities and functionality. If a prerequisite quickstart is listed, make sure you deploy and test it before looking at the expanded version.
The root folder of each individual quickstart contains a README.html
file with detailed instructions on how to build and run the example.
The sources for all available quickstarts, which are listed in the following table, can be found here: {githubRepoUrl}.
Each quickstart provides the list of technologies demonstrated by the quickstart and the required experience level needed to build and deploy it. Click on the quickstart link in the table to see more detailed information about how to run it. Some quickstarts require deployment of other quickstarts. This information is noted in the Prerequisites
section of the quickstart README.html
file.
Note
|
Some of these quickstarts use the H2 database included with {productNameFull} {productVersion}. It is a lightweight, relational example datasource that is used for examples only. It is not robust or scalable, is not supported, and should NOT be used in a production environment! |
Quickstart Name | Demonstrated Technologies | Description | Experience Level Required | Prerequisites |
---|---|---|---|---|
CDI, Batch 1.0, JSF |
The |
Intermediate |
none |
|
EJB, BMT |
The |
Intermediate |
none |
|
EJB, CMT, JMS |
The |
Intermediate |
none |
|
EE Security, Servlet, CDI |
The |
Intermediate |
none |
|
EJB, EAR |
The |
Advanced |
none |
|
EJB, JNDI |
The |
Intermediate |
none |
|
EJB, Security |
The |
Advanced |
none |
|
EJB, Security |
The |
Intermediate |
none |
|
EJB, EAR |
The |
Intermediate |
none |
|
EJB Timer |
The |
Beginner |
none |
|
EJB, JTA, Clustering |
The |
Intermediate |
none |
|
EJB, Singleton Deployments, Clustering |
The |
Advanced |
none |
|
JBoss MSC, Singleton Service, Clustering |
The |
Advanced |
none |
|
Servlet |
The |
Beginner |
none |
|
JMS |
The |
Intermediate |
none |
|
JMS, EJB, MDB |
The |
Intermediate |
none |
|
Mutual TLS, Undertow |
The |
Intermediate |
none |
|
Mutual TLS, Security, Undertow |
The |
Intermediate |
none |
|
EJB, Singleton |
The |
Beginner |
none |
|
JAX-WS |
The |
Beginner |
none |
|
Hibernate |
The |
Intermediate |
none |
|
EJB, Security |
The |
Intermediate |
none |
|
JAX-RS |
The |
Beginner |
none |
|
JAX-RS, Security |
The |
Intermediate |
none |
|
JAX-WS |
The |
Beginner |
none |
|
JAX-WS |
The |
Beginner |
none |
|
CDI, JSF, JSON-P |
The |
Beginner |
none |
|
JTA, Crash Recovery |
The |
Advanced |
none |
|
JTS, EJB, JMS |
The |
Intermediate |
||
CDI, JSF, JPA, EJB, JAX-RS, BV |
The |
Intermediate |
none |
|
Logging |
The |
Intermediate |
none |
|
JavaMail, CDI, JSF |
The |
Beginner |
none |
|
JMS, MDB, Clustering |
The |
Advanced |
none |
|
Micrometer |
The |
Beginner |
none |
|
MicroProfile Config |
The |
Beginner |
none |
|
MicroProfile, Fault Tolerance |
The |
Intermediate |
none |
|
MicroProfile Health |
The |
Beginner |
none |
|
JWT, Security, MicroProfile |
The |
Intermediate |
none |
|
MicroProfile LRA |
The |
Beginner |
none |
|
MicroProfile OpenAPI |
This guide demonstrate how to use the MicroProfile OpenAPI functionality in {productName} to expose an OpenAPI document for a simple REST application. |
Beginner |
none |
|
MicroProfile Reactive Messaging |
The |
Beginner |
none |
|
MicroProfile REST Client |
The |
Beginner |
none |
|
CDI, JSF |
The |
Beginner |
none |
|
OpenTelemetry Tracing |
The |
Beginner |
none |
|
JMS, EJB, MDB |
The |
Intermediate |
none |
|
Servlet, EJB, Security |
The |
Advanced |
none |
|
Asynchronous Servlet, CDI, EJB |
The |
Intermediate |
none |
|
Servlet Filter, Servlet Listener |
The |
Intermediate |
none |
|
Servlet, Security |
The |
Intermediate |
none |
|
Resteasy, Spring |
The |
Beginner |
none |
|
JSF, JPA |
The |
Intermediate |
none |
|
CDI, JSF, SLSB EJB |
The |
Beginner |
none |
|
Batch, CDI, EE Concurrency, JAX-RS, JMS, JPA, JSON, Web Sockets |
A thread racing web application that demonstrates technologies introduced or updated in the latest Jakarta EE specification. |
Beginner |
none |
|
JPA, JAX-RS, OpenShift, Galleon |
The |
Intermediate |
none |
|
CDI, WebSocket, JSON-P |
Shows how to use WebSockets with JSON to broadcast information to all open WebSocket sessions in {productName}. |
Beginner |
none |
|
WebSocket, CDI, JSF |
The |
Beginner |
none |