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"

m
(reorganize and add links to N&N)
Line 1: Line 1:
 
<table width="100%"><tr valign="top"><td>
 
<table width="100%"><tr valign="top"><td>
The [http://www.eclipse.org/modeling/emf/ Eclipse Modeling Framework (EMF)] is one of several top-level projects in the [[Modeling Project]].  
+
The [http://www.eclipse.org/modeling/emf/ 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. [http://eclipse.org/modeling/emf/ More...]
 
</td><td width="295">
 
</td><td width="295">
 
[[Image:Emf_logo.png]]</td></tr></table>
 
[[Image:Emf_logo.png]]</td></tr></table>
  
== Web Documents ==
+
= Components =
  
* [http://www.eclipse.org/modeling/emf/docs/ http://www.eclipse.org/modeling/emf/docs/]
+
For an up to date list of components, see:
* [http://www.eclipse.org/modeling/emf/javadoc/ http://www.eclipse.org/modeling/emf/javadoc/]
+
  
== Wiki Documents ==
+
* [http://www.eclipse.org/modeling/emf EMF Website]
 +
* [http://wiki.eclipse.org/index.php/Category:EMF EMF Wiki Category]
 +
 
 +
= Planning =
 +
 
 +
* [http://www.eclipse.org/modeling/emf/docs/dev-plans/emf_project_plan_2.3.html EMF 2.3 Project Plan]
 +
* EMF 2.3 '''[[EMF 2.3 New and Noteworthy|New and Noteworthy]]'''
 +
* EMF-QTV 1.1 '''[[EMF-QTV_1.1_New_and_Noteworthy|New and Noteworthy]]'''
 +
 
 +
= Documentation & Assistance =
 +
 
 +
Most EMF-related documentation can be found on the [http://www.eclipse.org/modeling/emf/docs/ EMF website], or in the [[:Category:EMF | EMF Wiki Category]]. Online [http://www.eclipse.org/modeling/emf/javadoc/ javadoc] is also available. A select list of wiki docs follows:
  
 
* [[EMF-FAQ|EMF FAQ]]
 
* [[EMF-FAQ|EMF FAQ]]
Line 17: Line 27:
 
* [http://wiki.eclipse.org/index.php/Category:EMF Other Docs]
 
* [http://wiki.eclipse.org/index.php/Category:EMF Other Docs]
  
[[Category:Modeling]] [[Category:EMF]]
+
== Newsgroups / Mailing Lists ==
 +
 
 +
Have a question? Try the FAQ for your individual component. If that doesn't help, chances are [http://www.eclipse.org/modeling/emf/newsgroup-mailing-list.php your question has been answered in the newsgroup].
 +
 
 +
== Builds & Server Configuration ==
 +
 
 +
See [[:Category:EMFT]] or [[:Category:Releng]].
 +
 
 +
== Related Links ==
 +
 
 +
* [http://www.eclipse.org/modeling Modeling Project] [http://wiki.eclipse.org/index.php/Category:Modeling Category] [[Modeling_Project|Wiki]]
 +
** [http://www.eclipse.org/modeling/emf EMF] [http://wiki.eclipse.org/index.php/Category:EMF Category]
 +
 
 +
[[Category:Modeling]]
 +
[[Category:EMF]]

Revision as of 00:54, 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