Getting Started with Payara Micro - Demo
Originally published on 28 Dec 2016
Last updated on 28 Dec 2016

In this short introductory demo we will show you how to start Payara Micro and demonstrate how simple it is to use its dynamic clustering feature.
For those of you who’d like to look a bit deeper into this, the source code for Payara Micro is available on GitHub under the Payara project, so you can play around with it to your heart’s content. As a quick heads-up for those who intend to do just that, the distribution jar is not a part of the standard build cycle anymore, so you’ll have to build Payara with the BuildMicro profile:
Mvn clean install -PBuildMicro.
To find out more on how to use the Payara Micro API, check out another quick demo here.
Related Posts
The Payara Monthly Catch - April 2025
Published on 28 Apr 2025
by Chiara Civardi
0 Comments
Simplifying Jakarta EE Development with JBang and Payara Micro
Published on 14 Apr 2025
by Luqman Saeed
0 Comments
What is JBang?
JBang is a tool that lets you run Java code with zero build setup. It handles dependencies, compilation, and execution with a single command - making Java as easy to run as a script. With JBang, you can: