This tutorial aims to show how to call kermeta code from a standalone Java program.
We are presenting this tutorial in 6 steps :
Generate a new Kermeta project "HelloWorldKmt"
Add a new operation which returns a string "hello world from a Kermeta project!!!"
Generate a Jar file of the Kermeta project (using a simplified pom.xml)
Create a new Java project
Call the Kermeta API from to the java project
Execute as a java application