2 Your first Quarkus application
This chapter covers
- Creating Quarkus applications
- Analyzing the content of Quarkus applications
- Demonstrating the packaging and running of Quarkus
- Explaining Quarkus extensions
Imagine being asked to evaluate Quarkus for your current company. Your boss asks you to get acquainted with the tools required to run and package Quarkus applications, different strategies for easing the learning curve for your colleagues, and, of course, a small performance measurement that can prove that Quarkus is the right choice. You should evaluate the extensibility and usability of the Quarkus by demonstrating a simple application deployment on your computer and be able to state the reasons why you would choose Quarkus as your application runtime.
Any first contact with every new technology represents an interesting experience—either positive or negative. After the previous chapter, you should have a good idea of what Quarkus is and what it aims to achieve. Now it’s time to get our hands dirty.