Chapter 5. Calling java static operation with kermeta extern

This tutorial show how to call some java static operations directly with the extern operator. It also shows how to package and declare the java code for being used by the extern operator.

TODO

5.1. Presentation/key points

This tutorial will detail the following points:

  1. create a java project that proposes some static operations

  2. create a jar from this java project

    the current recommanded packaging method is to use maven

  3. create a kermeta project

    configure the project to use this java project and its eventual depdendencies

    call the static operation

  4. compile and run the kermeta application