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/J2SE5"

(Split the page MoDisco/J2SE5 in 4 tabs)
Line 1: Line 1:
{{MoDiscoTabs|J2SE5}}
+
{{MoDiscoJ2SE5Tabs}}
  
 
The J2SE5 metamodel : it is the reflection of the Java language, as defined in version 3 of "Java Language Specification" from Sun Microsystems ("JLS3" corresponds to JDK 5).
 
The J2SE5 metamodel : it is the reflection of the Java language, as defined in version 3 of "Java Language Specification" from Sun Microsystems ("JLS3" corresponds to JDK 5).
Line 11: Line 11:
  
 
== Team ==
 
== Team ==
Gabriel Barbier ([http://www.mia-software.com Mia-Software])
+
*Gabriel Barbier ([http://www.mia-software.com Mia-Software])
 
+
*Fabien Giquel ([http://www.mia-software.com Mia-Software])
Fabien Giquel ([http://www.mia-software.com Mia-Software])
+
*Frédéric Madiot ([http://www.mia-software.com Mia-Software])
 
+
Frédéric Madiot ([http://www.mia-software.com Mia-Software])
+
  
  
 
[[Category:MoDisco]]
 
[[Category:MoDisco]]

Revision as of 04:29, 21 January 2010

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

The J2SE5 metamodel : it is the reflection of the Java language, as defined in version 3 of "Java Language Specification" from Sun Microsystems ("JLS3" corresponds to JDK 5).

The J2SE5 metamodel contains 101 metaclasses. To better understand it, this page will introduce its main features (metaclasses and links).

You could also browse the model definition, j2se5.ecore available in sources (see install section).

A good tip is also to see the javadoc associated to the metamodel implemented by the Eclipse team in the JDT (Java Development Tool) project. This metamodel and J2SE5 are very similar.

Team

Back to the top