The MSPro Boomi Collection
About
ScriptEase For Boomi
ScriptEase For Boomi
  • ScriptEase
    • ScriptEase Development Environment
    • What AI says!
      • The limits of AI ...
  • Software Installation
    • Install a local Atom
  • Project Setup
    • IntelliJ Configuration
    • Verify Project Setup
  • Concepts
    • Use Test Data
  • Examples
    • 1 - Debug an existing process script
    • 9 - Aggregate Prices Example
  • Test Contexts
    • The Process Call Chain
  • Download
  • 💤Appendix
    • Script Templates
    • Java thoughts and recommendations
      • Chose newer JVM for local development
    • Boomi documentation and links
    • Initialize IntelliJ Templates
    • Script Contexts
  • Troubleshoot
    • Java the weed
    • ClassNotFoundException - GroovyStarter
    • Invalid VCS root mapping
    • An illegal reflective access operation has occurred
    • UnauthorizedAccess Error
  • Licensing
    • License Activation
    • Privacy Policy
Powered by GitBook
On this page

Software Installation

One time preparation of your development computer

Last updated 1 month ago

Before you can start Groovy Scripting on your local machine, you must install some software. Find a checklist and detailed information below.

Checklist

A checklist what needs to be done. Find below more detailed information about how to accomplish each step.

Local Atom

The local Atom is required on your machine because we must reference the Atom binaries (Boomi’s Java libraries) and the bundled Java Run-Time (JRE).

Atom installation typically takes ~5 minutes. A good Internet connection is and Admin Rights are required.

Install a local Atom

There is no need to start the ATOM, and you may disable the Windows Service.

Groovy 2.4.13 SDK

Boomi Integration uses Groovy v2.4.13 to run Groovy scripts. I recommend using this version 13 because you will want to test and debug your scripts with the same run-time that the Atom uses. (Groovy v1.5 is not supportet!)

  • Download Groovy SDK v2.4.13

  • Unzip into any directory you want.

    • I prefer using: %UserProfile%\.groovy\sdk\groovy-2.4.13

Using a Terminal Window
md %UserProfile%\.groovy\sdk

Note

There are newer version of Groovy Script, there are other 2.x versions and there are older versions, like v1.5. Do not download or install any of them! Boomi Integration uses Groovy Script v2.4.13 and that is the only version we want!

JetBrains IntelliJ IDEA - Groovy IDE

ScriptEase uses JetBrains IntelliJ IDEA. While I recommend using the Ultimate Edition for professional use, the Community Edition is good enough to get started.

You must scroll down a bit on the download page to find the Community Edition -> 650MB:


Project Setup
Page cover image