Hi All, I see that IvyScript does not support some of the new features in Java8 like Streams and Lambda expressions. Is it in the road-map ? Best Regards, Yordan Yunchov asked 18.07.2016 at 13:22 Stelt0 |
It is not planned to extend the ivyscript functionality in any way. Its more likely that in the future another scripting language like Groovy will be supported to configure process elements. I'd only use ivyscript for simple mappings or short snippets ( <= 20 lines of code). More complex code is normally easier to maintain and especially easiert to test if is written in plain java and then called from ivyscript. Especially if I look at your code example. I'd anyway encapsulate it in a simple DAO class.
answered 18.07.2016 at 13:58 Reguel Werme... ♦♦ |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 18.07.2016 at 13:22
Seen: 2,667 times
Last updated: 18.07.2016 at 13:59