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

< MoDisco‎ | Components‎ | Java
(0.8)
(0.8)
Line 7: Line 7:
 
== 0.8 ==
 
== 0.8 ==
  
 +
=== Java generation ===
 
A [[MoDisco/Java/Documentation/0.8#Java_Generation|'Java Generation']] plugin is available.
 
A [[MoDisco/Java/Documentation/0.8#Java_Generation|'Java Generation']] plugin is available.
 
The aim is to provide Java code generation from a Java model.
 
The aim is to provide Java code generation from a Java model.
Line 12: Line 13:
  
  
 +
=== Java discovery filters ===
 
Java Discovery parameters are completed with a Java filter field which allows to exclude some Java packages from discovery. This feature will be convenient dealing with a large amount of Java source in one single Java project.
 
Java Discovery parameters are completed with a Java filter field which allows to exclude some Java packages from discovery. This feature will be convenient dealing with a large amount of Java source in one single Java project.

Revision as of 09:32, 2 February 2010

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

0.7

Initial publication

0.8

Java generation

A 'Java Generation' plugin is available. The aim is to provide Java code generation from a Java model. Such a generation will participate to Legacy Refactoring & Migration chains.


Java discovery filters

Java Discovery parameters are completed with a Java filter field which allows to exclude some Java packages from discovery. This feature will be convenient dealing with a large amount of Java source in one single Java project.

Back to the top