Groovy Scripting

I’m migrating an old project from cuba framework,the project is using the Scripting feature,I did not found it in jmix,If jmix support it please give me a document or a demo,If not please git me some suggestion.

Hi,

In Jmix, the recommended way to evaluate a groovy script is using org.springframework.scripting.ScriptEvaluator.

Regards,
Gleb

Further more, accroding to the document of Scripting in cuba framework can dynamic compile and load a java file into spring context,I want add the feature also,Is there any suggestion