What ScriptEase is
Last updated
Last updated
ScriptEase is an eco-system that allows you to develop and manage Groovy scripts for Boomi Integration. ScriptEase brings together
Groovy - the language component,
Java - the virtual machine on which the code executes,
the Boomi Atom Libraries - to provide Boomi Atom specific pieces, like dynamic properties etc.
JetBrains IntelliJ IDEA - the Integrated Development Environment (IDE),
and finally, the magic inbetween: the ScriptEaseLib that glues everything together
ScriptEase for Boomi brings the following advantages without any disadvantage. The only cost is to get used to it, which can take a little time. And it requires your personal commitment that you want to work with Groovy Script. If you don't like scripting, yet, you may want to give it a try. Maybe you will love scripting afterwards.
I recommend Groovy-Learn, or if you are looking for a Christmas or birthday present: Groovy in Action, Second Edition.
Develop Scripts in a full-featured IDE (IntelliJ)
with syntax highlighting
code completion (intellisense)
immediate (syntax) error checking etc.
Debug your scripts
breakpoints, single-step, debug variables, log messages
Full support for
All types of documents (JSON, XML, Flat-File)
Dynamic Document Properties
Process and Dynamic Process Properties
Logging
Write Unit Test
to ensure your scripts still provide the same expected results
in all scenarios