IntelliJ IDEA 2023.3 Help

Java Enterprise

IntelliJ IDEA provides support for developing enterprise Java applications based on Jakarta EE (formerly known as Java EE). All the required plugins are bundled and enabled by default in IntelliJ IDEA Ultimate. The main plugin is Jakarta EE Platform for the core platform support, such as a dedicated project wizard. Other plugins that start with Jakarta EE in their name add support for various specifications, such as JPA, JAX-RS, and so on.

Depending on the set of plugins that you have enabled, IntelliJ IDEA does a lot of routine setup work for you. For example, it can create the relevant facet in your project, generate and update deployment descriptors and manifest files according to your project settings, add artifact configurations (JAR, WAR, EAR), detect problems and errors with how your application is configured. You can use dedicated run configurations for most of the supported application servers to start the corresponding server if necessary, build and deploy your artifacts, and open a predefined URL in your web browser. This greatly reduces the amount of manual setup and routine actions.

If you are new to enterprise Java development, start with Tutorial: Your first Java EE application. Then you can read more about the supported application servers and cloud providers. And learn how to develop your own RESTful web service.

Here is a video to get you started:

Last modified: 15 March 2024