Learn Groovy
Last updated
Last updated
If you are new to Groovy or to programming (coding) at all, here are some tips how to get used to it, before you start messing with Boomi.
Buy a book: Groovy in Action, Second Edition ( v2.4 -> published 2015 )
-> read it !
Create a new Groovy Test project in IntelliJ
and learn the language.
Fix the main.groovy
code to make it look similar to Boomi, without a main()
method:
Run it, debug it, extend it .. learn Groovy!