Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

EMF4Net

Revision as of 09:41, 19 December 2007 by Reinhold.bihler.gmx.de (Talk | contribs) (New page: ==Introduction== EMF4Net is an component of the EMFT project with the goal to enhance the Eclipse Modeling Framework (EMF) with a code generation facility for the .Net platform. EMF4Net s...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Introduction

EMF4Net is an component of the EMFT project with the goal to enhance the Eclipse Modeling Framework (EMF) with a code generation facility for the .Net platform. EMF4Net should allow you to generate C# code from your existing Ecore models and use that code in a similar way you can use the Java code generated by EMF.

The translation of the EMF core runtime from Java to C# is the main task of this project. The EMF core runtime comprises the following plugins:

  • org.eclipse.emf.ecore
  • org.eclipse.emf.common
  • org.eclipse.emf.ecore.xmi
  • org.eclipse.emf.ecore.change

Back to the top