Overview of Software Requirements
Explore the essential software requirements to run examples in Jakarta EE security using Payara Micro. Understand how to set up Java 11, Maven 3.6, and Payara Micro to develop and test secure Java Enterprise applications.
We'll cover the following...
We'll cover the following...
Overview of Payara Micro
We will use Payara Micro, a simple to use and compatible Jakarta EE 8 runtime, to run the examples in this course. Since all of our examples will use Jakarta EE-compliant constructs, you can use whatever runtime you prefer to run the demo code in this course. Look up the documentation of any Jakarta EE 8 supported runtime, such as WildFly or OpenLiberty.
The code examples here are designed to illustrate certain concepts, not necessarily to be production-ready or follow best practices. We will take some ...