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/DiscoverersManager/New And Noteworthy"

(0.9)
Line 3: Line 3:
 
== 0.9 ==
 
== 0.9 ==
  
Discoverer framework has been refactored to satisfy new requirements, including some simplification for adopters and developers.
+
The discoverer framework has been refactored to satisfy new requirements, including major simplifications for adopters and developers: discoverers are now easier to define and call programmatically.
Existing Discoverers implementations have be written back to comply to this new framework. Old Discoverers implementations have been deprecated.
+
  
Please consult the related documentation for details on new features.
+
All existing discoverer implementations have been migrated to this new framework, and old discoverer implementations have been deprecated.
 +
 
 +
* All discoverers now use a generic parameters dialog:
 +
[[Image:MoDisco_LaunchingDiscovery_Parameters.png]]
 +
 
 +
* A new '''Discoverers''' view shows all registered discoverers:
 +
[[Image:MoDisco_DiscoverersView.png]]
 +
 
 +
* There is now a Wizard to create Discoverers:
 +
[[Image:MoDisco_New_MoDisco_Discoverer.png]]
 +
 
 +
Please consult the related documentation for more details on new features.
  
 
== 0.8  ==
 
== 0.8  ==

Revision as of 09:51, 28 April 2011

MoDisco
Website
Download
Community
Mailing ListForums
Bugzilla
Open
Help Wanted
Bug Day
Contribute
Browse SourceProject Set File

0.9

The discoverer framework has been refactored to satisfy new requirements, including major simplifications for adopters and developers: discoverers are now easier to define and call programmatically.

All existing discoverer implementations have been migrated to this new framework, and old discoverer implementations have been deprecated.

  • All discoverers now use a generic parameters dialog:

MoDisco LaunchingDiscovery Parameters.png

  • A new Discoverers view shows all registered discoverers:

MoDisco DiscoverersView.png

  • There is now a Wizard to create Discoverers:

MoDisco New MoDisco Discoverer.png

Please consult the related documentation for more details on new features.

0.8

We have added notion of discovery parameters in process. So it changes the api of Discoverer interface: method "Resource discoverElement(final Object source, final URI target)" is now deprecated and has been replaced by method "void discoverElement(final Object source, final Map<DiscoveryParameter, Object> parameters)". This new method is more generic and should be used in coordination with provided list of discovery parameters.

We provide also an abstract class "AbstractDiscovererImpl" to ease the development of new discoverers.

The launch configuration dedicated to discovery has been adapted to represent all discovery parameters and to edit their values (it only supports basic types, like primitive types and collection of String).

MoDisco DiscoveryParameters.jpg

0.7

initial version



MoDisco
Components Infrastructure: KDM · SMM · GASTM · Model Browser · Discovery Manager · MoDisco Workflow · Query Manager · Facet Manager · Metrics Visualization Builder · KDM Source Extension
Technologies: Java · JEE · EjbJar · WebApp · XML
Use Cases: Simple Transformation Chain · Model Filter
Help Installation · SVN
Project API Policy · Retention Policy · Project Plan · metrics · Accessibility Guidelines · Capabilities Disablement

Back to the top