wildfly / wildfly.org

Source code for WildFly Website (wildfly.org)
https://www.wildfly.org/
15 stars 91 forks source link

How to start a new Jakarta EE Project with the Jakarta EE Starter #597

Open ecabrerar opened 4 months ago

ecabrerar commented 4 months ago

The Jakarta EE Starter https://start.jakarta.ee simplify the creation of new projects based on Jakarta EE. Following some simple steps can get a basic Jakarta EE application with Wildfly.

This tutorial can be a complement of the guide: https://www.wildfly.org/get-started/ .

Note: For experienced developers, it may be wise to use the Maven archetype to create a project instead of a UI like Jakarta EE Starter. Junior developers may find the starter to be a good fit for proof of concept (POC).