MdgHybridScripting - Helmut-Ortmann/EnterpriseArchitect_hoTools GitHub Wiki

MDG: hoToolsHybridScripts

Use the power of Java, C# inside your EA VBScripts, JScripts, JavaScripts. Write a Console Application with Java, C# and call them. SPARX calls this HybridScripting.

Integration

Use Windows Environment Variable 'Path' to avoid using absolute paths.

Examples

C#

' Test Run C#(..,..)
result = RunCommand("myC#Script.exe", "", " ")

Java

' Test RunJava(..,..)
result = RunCommandJava("java.exe", "SparxSystems.RepositoryInterface", " ", " ")

Reference