Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "MoDisco/Components/Java/Composition"

< MoDisco‎ | Components‎ | Java
(Overview)
(Overview)
Line 4: Line 4:
 
Java Composition bundles propose a weaving representation between Java elements from a [http://wiki.eclipse.org/MoDisco/Components/Java Java model] and the elements from a [http://wiki.eclipse.org/MoDisco/Components/KDM/Documentation/0.9#Details MoDisco KDM Inventory model].
 
Java Composition bundles propose a weaving representation between Java elements from a [http://wiki.eclipse.org/MoDisco/Components/Java Java model] and the elements from a [http://wiki.eclipse.org/MoDisco/Components/KDM/Documentation/0.9#Details MoDisco KDM Inventory model].
  
Such a weaving information is convenient for client programs in order to access physical files. For example, the [http://wiki.eclipse.org/MoDisco/Components/ModelBrowser MoDisco Browser] may use this information for displaying original code portions associated to Java model elements
+
Such a weaving information is convenient for client programs in order to access physical files. For example, the [http://wiki.eclipse.org/MoDisco/Components/ModelBrowser MoDisco Browser] may use this information for displaying original code portions associated to Java model element.
  
Java Composition project aimed at weaving Java elements from a MoDisco Java model with the elements from a MoDisco KDM Source model.
+
The bundles relies on the [http://wiki.eclipse.org/MoDisco/Components/KDMSourceExtension kdm.source extension framework].
 
+
MoDisco project proposes a metamodel to link those elements, and a discoverer to facilitate the weaving.
+
  
 
==Team==
 
==Team==
 
* Fabien Giquel ([http://www.mia-software.com Mia-Software])
 
* Fabien Giquel ([http://www.mia-software.com Mia-Software])
 
* Nicolas Guyomar ([http://www.mia-software.com Mia-Software])
 
* Nicolas Guyomar ([http://www.mia-software.com Mia-Software])

Revision as of 12:14, 18 August 2010

DEPRECATED use Template:MoDiscoTabs and Template:MoDiscoTab as explain here : Wiki Template for MoDisco

Overview

Java Composition bundles propose a weaving representation between Java elements from a Java model and the elements from a MoDisco KDM Inventory model.

Such a weaving information is convenient for client programs in order to access physical files. For example, the MoDisco Browser may use this information for displaying original code portions associated to Java model element.

The bundles relies on the kdm.source extension framework.

Team

Back to the top