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 "Xpand/Reviews/1.3.0"

 
(4 intermediate revisions by one other user not shown)
Line 3: Line 3:
 
== Overview  ==
 
== Overview  ==
  
Xpand is a subproject of [http://www.eclipse.org/modeling/m2t/?project=xpand Modeling/M2T.]
+
Xpand is a subproject of [http://www.eclipse.org/modeling/m2t/?project=xpand Modeling/M2T.]  
  
 
The '''Xpand''' generator framework provides textual languages, that are useful in different contexts in the MDSD process (e.g. validation, metamodel extensions, code generation, model transformation). Each language (Xpand,Xtend,Check) is built upon a common expression language and type system. Therefore, they can operate on the same models, metamodels and meta-metamodels and you do not need to learn the syntax again and again, because it is always the same.  
 
The '''Xpand''' generator framework provides textual languages, that are useful in different contexts in the MDSD process (e.g. validation, metamodel extensions, code generation, model transformation). Each language (Xpand,Xtend,Check) is built upon a common expression language and type system. Therefore, they can operate on the same models, metamodels and meta-metamodels and you do not need to learn the syntax again and again, because it is always the same.  
  
The expressions framework provides a uniform abstraction layer over different meta-meta-models (e.g. EMF Ecore, Eclipse UML2, JavaBeans, XML Schema etc.). Additionally, it offers a powerful, statically typed expressions language, which is used in the various textual languages.
+
The expressions framework provides a uniform abstraction layer over different meta-meta-models (e.g. EMF Ecore, Eclipse UML2, JavaBeans, XML Schema etc.). Additionally, it offers a powerful, statically typed expressions language, which is used in the various textual languages.  
  
 
== Features  ==
 
== Features  ==
Line 18: Line 18:
 
== Non-Code Aspects  ==
 
== Non-Code Aspects  ==
  
*Tests for XSD typesystem have been integrated into the build<br>
+
*Tests for XSD typesystem have been integrated into the build<br>  
 
*Missing source plugins for SDK features were added
 
*Missing source plugins for SDK features were added
  
Line 33: Line 33:
 
== Tool Usability  ==
 
== Tool Usability  ==
  
The Xpand project wizard creates additionally MWE2 workflow files, if MWE2 is installed.
+
The Xpand project wizard creates additionally MWE2 workflow files, if MWE2 is installed.  
  
No further changes on sample projects.
+
No further changes on sample projects.
 +
 
 +
== Project Health ==
 +
 
 +
The Xpand project is in maintenance mode. The technology as been superseded by Xtend, which is becoming a mature technology with some concepts similar to Xpand. Some existing projects are migrating to Xtend, but there are still large projects that are actively using Xpand.
 +
 
 +
To solve some of the known bugs API changes would be required, which would require a major release. For know, no major release is planned and API is kept stable.
 +
 
 +
It can be expected that Xpand will be further supported, without adding substantially new features. Resolving the existing bugs is first priority.
  
 
== End-of-Life  ==
 
== End-of-Life  ==
Line 43: Line 51:
 
== Bugzilla  ==
 
== Bugzilla  ==
  
Bugzilla snapshot for Xpand as of Feb 21, 2013.
+
Bugzilla snapshot for Xpand as of Feb 21, 2013.  
  
[[Image:Xpand_Bugzilla_Reporrt_2013-02-21.png]]
+
[[Image:Xpand Bugzilla Reporrt 2013-02-21.png]]  
  
 
== Standards  ==
 
== Standards  ==
Line 59: Line 67:
 
== Schedule  ==
 
== Schedule  ==
  
Xpand is a “+2” project in the simultaneous release.&nbsp;
+
*1.3.0 - March 1st 2013
 +
*1.4.0 - June 26th 2013 (Kepler)
 +
 
 +
Xpand is a “+2” project in the simultaneous release.  
 +
 
 +
<br>
  
 
== Communities  ==
 
== Communities  ==
  
 
*Interaction in Bugzilla  
 
*Interaction in Bugzilla  
*Activity in the [http://www.eclipse.org/forums/index.php/f/24/ Eclipse Forum]<br>
+
*Activity in the [http://www.eclipse.org/forums/index.php/f/24/ Eclipse Forum]<br>  
 
*Collaboration with other projects at Eclipse (Xtext, EMF, MWE)<br>
 
*Collaboration with other projects at Eclipse (Xtext, EMF, MWE)<br>
  
== Committer Changes ==
+
== Committer  ==
  
No change.  
+
=== Changes<br>  ===
 +
 
 +
Karsten Thoms has been elected as Co Project Lead.<br>
 +
 
 +
=== Project Leads<br>  ===
 +
 
 +
*Sven Efftinge<br>
 +
*Karsten Thoms<br>
 +
 
 +
=== Committers<br>  ===
 +
 
 +
*Andre Arnold (Independent)<br>
 +
*Sven Efftinge (itemis)<br>
 +
*Moritz Eysholdt (itemis)
 +
*Dennis Huebner (itemis)
 +
*Darius Jockel (itemis)
 +
*Jan Koehnlein (itemis)
 +
*Karsten Thoms (itemis)
 +
*Sebastian Zarnekow (itemis)<br>
 +
 
 +
=== Activity<br>  ===
 +
 
 +
Only activity by Karsten Thoms and Dennis Hübner for the current release.<br>
 +
 
 +
<br>
  
 
== IP Issues  ==
 
== IP Issues  ==

Latest revision as of 10:01, 21 February 2013

This page provides the required docuware for the Xpand 1.3.0 Release Review.

Overview

Xpand is a subproject of Modeling/M2T.

The Xpand generator framework provides textual languages, that are useful in different contexts in the MDSD process (e.g. validation, metamodel extensions, code generation, model transformation). Each language (Xpand,Xtend,Check) is built upon a common expression language and type system. Therefore, they can operate on the same models, metamodels and meta-metamodels and you do not need to learn the syntax again and again, because it is always the same.

The expressions framework provides a uniform abstraction layer over different meta-meta-models (e.g. EMF Ecore, Eclipse UML2, JavaBeans, XML Schema etc.). Additionally, it offers a powerful, statically typed expressions language, which is used in the various textual languages.

Features

New in this release

Non-Code Aspects

  • Tests for XSD typesystem have been integrated into the build
  • Missing source plugins for SDK features were added

APIs

APIs have not changed in this release.

  • The project lead certifies that the requirements for Eclipse Quality APIs have been met for this release.

Architecture

No change.

Tool Usability

The Xpand project wizard creates additionally MWE2 workflow files, if MWE2 is installed.

No further changes on sample projects.

Project Health

The Xpand project is in maintenance mode. The technology as been superseded by Xtend, which is becoming a mature technology with some concepts similar to Xpand. Some existing projects are migrating to Xtend, but there are still large projects that are actively using Xpand.

To solve some of the known bugs API changes would be required, which would require a major release. For know, no major release is planned and API is kept stable.

It can be expected that Xpand will be further supported, without adding substantially new features. Resolving the existing bugs is first priority.

End-of-Life

Some classes/methods have been marked deprecated, which are subject for removal for a potential major release Xpand 2.0. The code is still valid for this release.

Bugzilla

Bugzilla snapshot for Xpand as of Feb 21, 2013.

Xpand Bugzilla Reporrt 2013-02-21.png

Standards

No standards.

UI Usability

  • Xpand 1.3 conforms to Eclipse User Interface Guidelines
  • Eclipse platform standard i18n support used where applicable/possible; stand-alone deployment uses equivalent J2SE APIs
  • ICU4J is used

Schedule

  • 1.3.0 - March 1st 2013
  • 1.4.0 - June 26th 2013 (Kepler)

Xpand is a “+2” project in the simultaneous release.


Communities

  • Interaction in Bugzilla
  • Activity in the Eclipse Forum
  • Collaboration with other projects at Eclipse (Xtext, EMF, MWE)

Committer

Changes

Karsten Thoms has been elected as Co Project Lead.

Project Leads

  • Sven Efftinge
  • Karsten Thoms

Committers

  • Andre Arnold (Independent)
  • Sven Efftinge (itemis)
  • Moritz Eysholdt (itemis)
  • Dennis Huebner (itemis)
  • Darius Jockel (itemis)
  • Jan Koehnlein (itemis)
  • Karsten Thoms (itemis)
  • Sebastian Zarnekow (itemis)

Activity

Only activity by Karsten Thoms and Dennis Hübner for the current release.


IP Issues

The M2T Xpand project leadership verifies that:

  • the about files and use licenses are in place as per the Guidelines to Legal Documentation.
  • all contributions (code, documentation, images, etc) have been committed by individuals who are either Members of the Foundation, or have signed the appropriate Committer Agreement. In either case, these are individuals who have signed, and are abiding by, the Eclipse IP Policy.
  • all significant contributions have been reviewed by the Foundation's legal staff.
  • all non-Committer code contributions, including third-party libraries, have been documented in the release and reviewed by the Foundation's legal staff.
  • all Contribution Questionnaires have been completed.
  • the "provider" field of each plug-in is set to "Eclipse Modeling Project“.
  • the "copyright" field of each feature is set to the copyright owner (the Eclipse Foundation is rarely the copyright owner).
  • any third-party logos or trademarks included in the distribution (icons, help file logos, etc) have been licensed under the EPL.
  • any fonts or similar third-party images included in the distribution (e.g. in PDF or EPS files) have been licensed under the EPL.

The approved Xpand project IP log is located at https://bugs.eclipse.org/bugs/show_bug.cgi?id=396966

Project Plan

The current project plan is available from http://www.eclipse.org/projects/project-plan.php?projectid=modeling.m2t.xpand.

Draft development plan for Xpand 1.4 is not yet available.

Back to the top