Skip to content
Timur Sağlam edited this page Jul 6, 2017 · 35 revisions

The Ecorification of Java code was originally developed as a part of a bachelors' thesis. The thesis is accessible at KITopen.

Ecorification of Java Code

This is a proof of concept for the ecorification of Java code. The ecorification tries to decorate Java code with the functionality of model code generated from Ecore metamodels. The Java code will be interlaced with the generated model code of an Ecore metamodel that was extracted from the original Java code (see 0. Concept). To extract Ecore metamodels, an automated approach was developed (see the EcoreMetamodelExtraction project and its wiki).

Prototypical Implementation

IMPORTANT: This first implementation is prototypical and is opposed to the Ecore metamodel extraction limited to the ecorification of few selected features.

Diagram of the Ecorification Workflow

The prototypical ecorification of a Java project consists out of the following steps:

Clone this wiki locally