Easy Extension Framework v0.5 Help

IntelliJ IDEA Setup Guide

Prerequisites

Before you begin, ensure that SAP Commerce Cloud is installed on your local machine and that you have cloned the repository containing the Easy extension(s) you intend to develop.

Install and Configure the SAP Commerce IntelliJ IDEA Plugin

Install the SAP Commerce Developers Toolset IntelliJ IDEA plugin and import your SAP Commerce project into IntelliJ IDEA.

Import Your Easy Extension

  1. Navigate to File > Project Structure.

  2. Click + Add > Import Module and browse to your Easy extension folder.

    Import Module in IntelliJ IDEA Project Structure

    Figure | Import Module in IntelliJ IDEA Project Structure

  3. Select Create module from existing source and click Next.

    Create Module from Existing Source

    Figure | Create Module from Existing Source

  4. Ensure the Groovy source directory is automatically detected, then click Next.

    Imported Module from Existing Source

    Figure | Imported Module from Existing Source

  5. Click Next.

    Review Detected Libraries

    Figure | Review Detected Libraries

  6. Click Next.

    Review Suggested Module Structure

    Figure | Review Suggested Module Structure

  7. Click Create.

    Detected Frameworks

    Figure | Detected Frameworks

Configure Dependencies for the Easy Extension

  1. Go to File > Project Structure.

  2. Select the Easy extension under Custom.

  3. Click + Add > Library....

  4. Select Platform Bootstrap and click Add Selected.

  5. Click Add > Module Dependency....

    Module dependencies

    Figure | Module dependencies

  6. Select all required modules and click OK.

    Choose Modules

    Figure | Choose Modules

  7. Click OK to complete the setup. Your extension is now ready for development.

    Update Module Dependencies

    Figure | Update Module Dependencies

Last modified: 18 August 2025