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

Difference between revisions of "Eclipse Modeling Framework"

(fix links)
m
Line 9: Line 9:
  
 
* [http://www.eclipse.org/modeling/emf EMF Website]
 
* [http://www.eclipse.org/modeling/emf EMF Website]
* [[:Category:EMF EMF Wiki Category]]
+
* [[:Category:EMF | EMF Wiki Category]]
  
 
= Planning =
 
= Planning =
Line 37: Line 37:
 
== Related Links ==
 
== Related Links ==
  
* [http://www.eclipse.org/modeling Modeling Project] [[:Category:Modeling Category]] [[Modeling_Project|Wiki]]  
+
* [http://www.eclipse.org/modeling Modeling Project] [[:Category:Modeling | Category]] [[Modeling_Project|Wiki]]  
** [http://www.eclipse.org/modeling/emf EMF] [[:Category:EMF Category]]
+
** [http://www.eclipse.org/modeling/emf EMF] [[:Category:EMF | Category]]
  
 
[[Category:Modeling]]
 
[[Category:Modeling]]
 
[[Category:EMF]]
 
[[Category:EMF]]

Revision as of 00:58, 26 April 2007

The Eclipse Modeling Framework (EMF) project is a modeling framework and code generation facility for building tools and other applications based on a structured data model. From a model specification described in XMI, EMF provides tools and runtime support to produce a set of Java classes for the model, along with a set of adapter classes that enable viewing and command-based editing of the model, and a basic editor. More...

Emf logo.png

Components

For an up to date list of components, see:

Planning

Documentation & Assistance

Most EMF-related documentation can be found on the EMF website, or in the EMF Wiki Category. Online javadoc is also available. A select list of wiki docs follows:


Newsgroups / Mailing Lists

Have a question? Try the FAQ for your individual component. If that doesn't help, chances are your question has been answered in the newsgroup.

Builds & Server Configuration

See Category:EMFT or Category:Releng.

Related Links

Back to the top