In this post I will describe some miscellaneous feature which didn’t find a place in the other EMF tutorials but are very useful.
Tag: Code Generation

EMF: Constraints Checking
In this tutorial i will show you how to define constraints, which could be checked before starting the generation process. If a constraint fails, we can stop the generation process.

EMF: Advanced Xpand Project – Runnable JAR
In this blog post you will see how to create a runnable JAR file which will run directly the code generation outside of Eclipse.

EMF: Advanced Xpand Project – Java
In this post I will show you how to use Java methods in order to do more complex operations with EMF and the Xpand templates.

EMF: Advanced Xpand Project – The Template Part
This post explains how to write the header, source and main template in order to generate code from the parsed XML files.

EMF: Advanced Xpand Project – Workflow And XML
In this blog post we will start creating a new and more advanced code generation project. It will parse XML files and will generate code.