Saturday, 16 July 2016

This week 10/2016

This weekend I got to know a little Groovy (v2.4). The most important for me was, how to start developing. I opened one tutorial and I did step by step every action. Finally to use Groovy in eclipse I had to add resource for my version (Mars) and install the Groovy tools. The resource provide the older version of Groovy, not supporting dynamic invoke. I didn't find out how is in IntelliJ case. Anyway it is possible to download jars manually or by extension in Maven and then you can start implementing in Groovy.
Using Eclipse version of Groovy I tested if it is possible to use Jdk8 lambda expression in Java method and then execute it in Groove. Test passed, code compiled and executed.
Now let's study Groovy syntax and it semantic.

No comments:

Post a Comment