Sie zeigen eine alte Version dieser Seite an. Zeigen Sie die aktuelle Version an.

Unterschiede anzeigen Seitenhistorie anzeigen

« Vorherige Version anzeigen Version 2 Nächste Version anzeigen »

globe with meridians Language: Deutsch · English

hammer and wrench Integrating rules as a Maven project in an IDE

Develop business rules as a Maven project – auto-generated pom.xml, development mode and Java 8 SDK.

HOW-TO DEVELOPER UPDATED: JUL 2026 APPLIES TO NUCLOS 4.2026.X

On this page

From Nuclos 4.30, business rules can conveniently be integrated as a Maven project in an IDE. Nuclos automatically generates a pom.xml under <NUCLOS-HOME>/data/codegenerator.

Prerequisites

  • the server runs locally (the codegenerator directory is on the developer machine) – or CODEGENERATOR_POM_LIBDIR, …_AXIS_LIBDIR and …_EXTENSION_LIBDIR are configured;
  • the server runs in development mode;
  • an IDE with Maven support (example: IntelliJ IDEA Community Edition);
  • a Java 8 JDK (ideally the same as the server).

Permissions

Run Nuclos with normal user rights (not as a service) to avoid access problems. If that does not help, deleting the codegenerator directory (recreated on server start) may help.

Steps

  1. Create a new project and select the codegenerator directory (IntelliJ recognizes it as a Maven project).
  2. Enable „import Maven projects automatically“.
  3. Keep the server running in the background – only then are all libraries found.
  4. Add the missing SDK (Java 8) via the plus button and finish the wizard.

Templates: pom.xml without extension and pom.xml with extension.

Related pages

gear Integrating rule code in IntelliJ


IntelliJ.

Öffnen →

gear Tutorial: integrating Nuclos into IntelliJ IDEA


Core.

Öffnen →

  • Keine Stichwörter