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

(New page: ==Version 0.7 (for Galileo)== To facilitate reuse of components between several modernization solutions, MoDisco is organized in several layers ===Infrastructure=== The Infrastructure laye...)
 
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Version 0.7 (for Galileo)==
+
{{warning|Deprecated|Modisco v0.7 is deprecated and is not an official version. Please use other recent versions, you can consult their documentation [http://help.eclipse.org here]
To facilitate reuse of components between several modernization solutions, MoDisco is organized in several layers
+
===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
+
If you absolutely want to see v0.7 documention, you can consult the wiki history.}}
 
+
{{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''}}
+

Latest revision as of 08:24, 4 April 2012

Warning2.png
Deprecated
Modisco v0.7 is deprecated and is not an official version. Please use other recent versions, you can consult their documentation here If you absolutely want to see v0.7 documention, you can consult the wiki history.

Back to the top