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 "GEF/GEF4"

< GEF
Line 16: Line 16:
 
* [[Image:Progress.gif]][[GEF/GEF4/FX | GEF4 FX]]  - Provides JavaFX Geometry Node implementations and other utilities. ([https://bugs.eclipse.org/bugs/show_bug.cgi?id=427114 427114])
 
* [[Image:Progress.gif]][[GEF/GEF4/FX | GEF4 FX]]  - Provides JavaFX Geometry Node implementations and other utilities. ([https://bugs.eclipse.org/bugs/show_bug.cgi?id=427114 427114])
  
* [[Image:Progress.gif]][[GEF/GEF4/SwtFX | GEF4 SwtFX]]  - Provides JavaFX Node implementations for SWT Controls, so that you can embed SWT Controls in a JavaFX scene graph. ([https://bugs.eclipse.org/bugs/show_bug.cgi?id=410772 410772])
+
* [[Image:Progress.gif]][[GEF/GEF4/SwtFX | GEF4 SwtFX]]  - Provides JavaFX Node implementations for SWT Controls, so that you can embed SWT Controls in a JavaFX scene graph using the JavaFX SWT integration. ([https://bugs.eclipse.org/bugs/show_bug.cgi?id=410772 410772])
  
 
* [[Image:Progress.gif]][[GEF/GEF4/MVC | GEF4 MVC]]  - Core model-view-controller framework to build up graphical editors and views. Provides an UI toolkit independent and a JavaFX specific layer. ([https://bugs.eclipse.org/bugs/show_bug.cgi?id=419805 419805])
 
* [[Image:Progress.gif]][[GEF/GEF4/MVC | GEF4 MVC]]  - Core model-view-controller framework to build up graphical editors and views. Provides an UI toolkit independent and a JavaFX specific layer. ([https://bugs.eclipse.org/bugs/show_bug.cgi?id=419805 419805])

Revision as of 09:12, 31 January 2014

GEF4 is the unified effort to develop a new GEF 4.0 code base as a modernization of the current one (Draw2d, GEF (MVC) 3.x, and Zest 1.x, in the following referred to as GEF proper). Being developed in parallel to maintaining the GEF proper code base, GEF4 is set up as a provisional component in order to not being bound to the same API compatibility constraints.

Current Status

As GEF4 Geometry is now functionally complete (see Bugzilla 355997 for details), work on a replacement for the core of Draw2d, namely GEF4 SwtFX, has been started (see Bugzilla 410772 for details). Simultaneously, migration of the former Zest2 code base is being performed (see 420061).

Additional information about current status and plans can also be found here:

Components

  • Ok green.gif GEF4 Geometry - Provides different abstractions (Euclidean, Projective, Planar) for 2D geometric calculations, and conversions of planar geometries (curves, shapes, poly shapes) to/from respective SWT and AWT equivalents (as well as conversions between these SWT and AWT geometries). (355997)
  • Progress.gif GEF4 FX - Provides JavaFX Geometry Node implementations and other utilities. (427114)
  • Progress.gif GEF4 SwtFX - Provides JavaFX Node implementations for SWT Controls, so that you can embed SWT Controls in a JavaFX scene graph using the JavaFX SWT integration. (410772)
  • Progress.gif GEF4 MVC - Core model-view-controller framework to build up graphical editors and views. Provides an UI toolkit independent and a JavaFX specific layer. (419805)
  • Progress.gif GEF4 Layout - Will provide a data model for layout calculations as well as basic layout algorithms. Will be based on the contents of the org.eclipse.draw2d.graph package as well as on the SWT/JFace independent parts of the org.eclipse.zest.core.layouts plug-in.( 394219)
  • Ok green.gif GEF4 Cloudio - Provides support for visualizing tag clouds. (Refactored out of the Zest2 code base, see 420061 for details)
  • Progress.gif GEF4 Zest - Original Zest2 code base, already adopted to GEF4 namespace and versioning, integrated into GEF4 Git repository and update-site. Not yet adopted/re-modularized to depend on other GEF4 components only (i.e. still dependent on Draw2d 3.x). Will be split/re-modularized, some parts will for instance be moved to GEF4 Layouts components (372365)

Bugs/Enhancements

Bugzilla components (for those listed above) are created one by one as parts of the remaining code base are migrated. In addition, all bugs related to GEF4 are prefixed [GEF4]. Here is a list of all bugs currently related to GEF4.

Source Code

The complete source code of GEF4 is located in the GEF4 Git repository. For further information on how to obtain it and how set-up in order to contribute, please refer to the GEF Project Contributor Guide.

Update Sites

A Tycho-based build infrastructure for the GEF4 provisional component has been configured under https://hudson.eclipse.org/hudson/job/gef4-master. The build job is triggered hourly in case of changes to the source code repository and further once per day. It produces an update-site, which does not get promoted to downloads.eclipse.org, but can directly be consumed from:

In addition to this, integration, milestones, and release builds are promoted to downloads.eclipse.org and can be found here:

Note that while integration builds are promoted automatically once per week (every friday), milestone and release builds are published only manually on the respective occasions (not yet). Further note that these update sites are merged (so old builds are preserved), while the nightly update site gets replaced on each build.

Back to the top