Overview of Software Requirements
Get a brief introduction of the software we need for the course.
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 ...