Latest

All the resources in the Guide, starting with most recent.

Summary Shortcuts

Part of tutorial

Summary Shortcuts
Live Template summary and shortcuts used.
Introduction

Part of tutorial

Introduction
What are Live Templates and why might you want to use them?
Basic Example

Part of tutorial

Basic Example
Creating a Live Template to add a `private void method`.
Advanced Example

Part of tutorial

Advanced Example
Creating a Live Template to add a JUnit test.
Writing Less Code With Live Templates

Tutorial

Writing Less Code With Live Templates
How you can use live templates to get IntelliJ IDEA to write more code for you.
Using IntelliJ IDEA's migration tool

Part of tutorial

Using IntelliJ IDEA's migration tool
Migrating to Java EE with IntelliJ IDEA's refactoring tool.
Updating Tomcat version

Part of tutorial

Updating Tomcat version
How the project is set up in Docker and upgrading Tomcat.
Updating the persistence file

Part of tutorial

Updating the persistence file
Fixing the final `javax` references in your files.
Updating Dependencies

Part of tutorial

Updating Dependencies
Modifying your `pom.xml` file to use jakarta dependencies.
Summary and shortcuts used

Part of tutorial

Summary and shortcuts used
Summary and shortcuts used.
Migrating from the `javax` to `jakarta` namespace

Tutorial

Migrating from the `javax` to `jakarta` namespace
How to transition your application from Java EE to Jakarta EE.
Setting the scene

Part of tutorial

Setting the scene
Downloading the project and running the application.