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/v0.7"

(Replacing page with 'Modisco v0.7 is deprecated. Please use new versions, you can consult documentation [http://help.eclipse.org here] if you absolutely want to see v0.7 documention, you can consul...')
Line 1: Line 1:
==Version 0.7 (for Galileo)==
+
Modisco v0.7 is deprecated. Please use new versions, you can consult documentation [http://help.eclipse.org here]
To facilitate reuse of components between several modernization solutions, MoDisco is organized in several layers
+
if you absolutely want to see v0.7 documention, you can consult the wiki history.
===Infrastructure===
+
The Infrastructure layer contains generic components independent from any legacy technology.
+
 
+
All the components of this layer are available as plug-ins and provided in one single Eclipse feature
+
 
+
{{CommentBox|Feature '''Infrastructure 0.7''' (released) contains :
+
* reference implementations of '''OMG/ADM metamodels''' ([[MoDisco/Components/KDM|KDM]] and [[MoDisco/Components/SMM|SMM]])
+
* a transformation from '''[[MoDisco/Components/KDM/Documentation#UMLConverter|KDM to UML]]'''
+
* a '''[[MoDisco/Components/KDM/Documentation#KDM_Source_Discoverer|source discoverer]]''' which creates a KDM model describing the files and directories of an existing project
+
* a '''[[MoDisco/Components/ModelBrowser|model browser]]''' to facilitate the navigation through a complex model
+
* a '''[[MoDisco/Components/DiscoverersManager|discovery manager]]''' to register and integrate discoverers into Eclipse
+
* a '''[[MoDisco/Components/Workflow|workflow]]''' to easily chain several discoverers and transformers
+
* a '''[[MoDisco/Components/MetricsVisualizationBuilder | metrics visualizations builder]]''' which generates HTML, SVG or Excel outputs from a model containing metrics
+
}}
+
 
+
=== Technologies ===
+
The Technology layer contains components dedicated to one legacy technology but independent from the modernization use-case.
+
 
+
All the components of this layer are available as plug-ins and provided in several Eclipse features: one for each technology.
+
 
+
{{CommentBox|Feature '''J2SE5 0.7''' (released) contains:
+
* a complete [[MoDisco/Components/J2SE5|metamodel]] for the Java language
+
* a complete [[MoDisco/JavaDiscoverer|discoverer]] to create J2SE5 models from Java source code contained in a Java project
+
* a transformation from [[MoDisco/JavaDiscoverer|J2SE5 models to KDM]]
+
 
+
''Note: these components are deprecated for MoDisco v0.8''}}
+

Revision as of 08:08, 4 April 2012

Modisco v0.7 is deprecated. Please use new versions, you can consult documentation here if you absolutely want to see v0.7 documention, you can consult the wiki history.

Back to the top