IntelliJ IDEA
 
2024.3
Get IntelliJ IDEA

Tutorial: Your first Jakarta EE application

Last modified: 11 October 2024

This tutorial describes how to create a simple Jakarta Enterprise Edition (EE) web application in IntelliJ IDEA. The application will include a single JSP page that shows Hello, World! and a link to a Java servlet that also shows Hello, World!.

You will create a new Jakarta EE project using the web application template, tell IntelliJ IDEA where your application server is located, then use a run configuration to build the artifact, start the server, and deploy the artifact to it.

Here is what you will need: