Get started Developing Process Applications with Jakarta EE

This tutorial guides you through your first steps developing an EximeeBPMS process application on top of Jakarta EE: JSF for the user interface, CDI for dependency injection and process variable access, JPA for persistence, and an EJB service bean invoked from the process.

Target Audience: In this tutorial we assume that you are familiar with the basics of Jakarta EE application development, and that you have installed an Eclipse (or comparable IDE) distribution, the Camunda Modeler, and a WildFly application server.

Join in: Get the Sources for this guide.

Download as .zip or checkout the corresponding tag with Git.

In addition to this guide, the source code of the example project is also available on GitHub. You can directly download the whole project or clone it with git:
git clone https://github.com/EximeeBPMS/eximeebpms-get-started-javaee.git
To follow this guide, download the initial state or checkout the tag in the git repository:
git checkout -f Start
or every step in between:
git checkout -f Step-X
After every section in this guide you will find a box which contains a download link to the current state of the project and git instructions to checkout the current version of the repository.

You will be guided through the following steps: