Kermeta action language is a DSL that allows to manipulate models. However it isn't a general purpose language and thus doesn't directly offer all the libraries to build an application for example with a sophisticated GUI.
This serie of tutorials is about integrating Kermeta 2 code with its environment
Prerequisite | |
---|---|
Preconditions so that the tutorials could run correctly
Alternatively to the first 3 points, you can use the predefined eclipse package with all kermeta tools preinstalled. |
Important | |
---|---|
This tutorial serie explain various procedure to acheive some goal, however, the attentive reader must know that even if the presented procedure work, you may acheive similar results using alternative or slightly modifying the proposed procedure because you ma decide to use another tool or use it differently. Roughly, all this tutorial serie is actually about :
In all cases, there are various ways to compile, package and deploy, either using Eclipse builders or using maven. This tutorial will try to give suggestions and explain the underlying process but explaining maven, Eclipse, java, OSGI isn't in the scope of this document. The user must be ready to find and read the appropriate documentations. |