Case Studies
Converters for EMF (Eclipse Modeling Framework)
Development of specialized utilities – Converters for EMF (Eclipse Modeling Framework) – as part of “Gecko EMF Utilities” project, including:
- Java Reference Type to EPackage converter – converts Java reference types (classes, interfaces, enums, collections ) to dynamic EMF model, including entire JARs of classes
- DTO to EPackage converter – converts DTO-like Java classes to dynamic EMF model
- DTO to EObject converter – converts DTO-like Java classes to EMF EObjects
Technology stack
- Java 11
- EMF (Eclipse Modeling Framework)
- Apache Felix
- OSGi 8
- JUnit
- BND 7.1.0
- Gradle 7.4
Industry
IT
More information
-
Repository: https://github.com/geckoprojects-org/org.gecko.emf.utils/
-
57 Data Transfer Objects Specification - OSGi Core 8: https://docs.osgi.org/specification/osgi.core/8.0.0/framework.dto.html
-
707 Converter Specification - OSGi Compendium 8: https://docs.osgi.org/specification/osgi.cmpn/8.1.0/util.converter.html