How to call external java operations in Sirius

407 views Asked by At

I am designing an editor for a DSL using Sirius , I would like to know how to call java methods from the odesign and store the content returned by the Java methods.

1

There are 1 answers

2
Banoffee On

What you want to do is create a Java service, add its fully-qualified name to the odesign and then call it. Here is the documentation to do this.