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 "JPA Diagram Editor Project"

m (Project Status)
m (Project Status)
Line 8: Line 8:
 
** 0.5 RC1 (August 18th, 2010), [https://bugs.eclipse.org/bugs/buglist.cgi?classification=WebTools;query_based_on=JPA%20Editor;query_format=advanced;component=wtp.inc.jpaeditor;product=WTP%20Incubator;target_milestone=0.5%20RC1;known_name=JPA%20Editor bugs fixed] (14)
 
** 0.5 RC1 (August 18th, 2010), [https://bugs.eclipse.org/bugs/buglist.cgi?classification=WebTools;query_based_on=JPA%20Editor;query_format=advanced;component=wtp.inc.jpaeditor;product=WTP%20Incubator;target_milestone=0.5%20RC1;known_name=JPA%20Editor bugs fixed] (14)
 
** 0.5 RC2 (September 15th, 2010), [https://bugs.eclipse.org/bugs/buglist.cgi?classification=WebTools;query_based_on=JPA%20Editor;query_format=advanced;component=wtp.inc.jpaeditor;target_milestone=0.5%20RC2;product=WTP%20Incubator;known_name=JPA%20Editor bugs fixed] (18)
 
** 0.5 RC2 (September 15th, 2010), [https://bugs.eclipse.org/bugs/buglist.cgi?classification=WebTools;query_based_on=JPA%20Editor;query_format=advanced;component=wtp.inc.jpaeditor;target_milestone=0.5%20RC2;product=WTP%20Incubator;known_name=JPA%20Editor bugs fixed] (18)
** 0.5 RC3, [https://bugs.eclipse.org/bugs/buglist.cgi?classification=WebTools;query_based_on=JPA%20Editor;query_format=advanced;component=wtp.inc.jpaeditor;target_milestone=0.5%20RC3;product=WTP%20Incubator;known_name=JPA%20Editor bugs targeted] (~5)
+
** 0.5 RC3, [https://bugs.eclipse.org/bugs/buglist.cgi?classification=WebTools;query_based_on=JPA%20Editor;query_format=advanced;component=wtp.inc.jpaeditor;target_milestone=0.5%20RC3;product=WTP%20Incubator;known_name=JPA%20Editor bugs targeted] (~9)
 
* Next feature release (0.7) planned for mid of December 2010. This release will include new enhancements.  
 
* Next feature release (0.7) planned for mid of December 2010. This release will include new enhancements.  
 
** [https://bugs.eclipse.org/bugs/buglist.cgi?classification=WebTools;query_based_on=JPA%20Editor;query_format=advanced;component=wtp.inc.jpaeditor;target_milestone=0.7%20M1;target_milestone=0.7%20M2;target_milestone=0.7%20M3;target_milestone=0.7%20M4;product=WTP%20Incubator;known_name=JPA%20Editor Bugs targeted for 0.7] (~13)
 
** [https://bugs.eclipse.org/bugs/buglist.cgi?classification=WebTools;query_based_on=JPA%20Editor;query_format=advanced;component=wtp.inc.jpaeditor;target_milestone=0.7%20M1;target_milestone=0.7%20M2;target_milestone=0.7%20M3;target_milestone=0.7%20M4;product=WTP%20Incubator;known_name=JPA%20Editor Bugs targeted for 0.7] (~13)

Revision as of 12:06, 27 September 2010

Overview

The JPA Diagram Editor project enables the JPA developers to create, view, and edit their business data model as graphical diagram. Currently, this is a WTP incubator project. For detailed information, see the project proposal.

Project Status

  • First official release (0.5) planned for October 2010. This release will include only bugfixes for the initial contribution.
  • Next feature release (0.7) planned for mid of December 2010. This release will include new enhancements.


Bugzilla bookkeeping:

How to Install

Download and extract Eclipse for Java EE Developers Helios.

Start the Eclipse IDE.

Install the Graphiti project:

  • Go to Help -> Install New Software and choose the Add... button.
  • In the Add Site dialog enter following information:
  • Select everything from the site and follow the next steps of the wizard to install it.

Install the JPA Diagram Editor project:

Using the JPA Diagram Editor 

Getting Started Tutorial

Watch demo on YouTube

Where I can get help and information?

WTP Incubator Forum

WTP Incubator Dev mailing list

Report bugs in Bugzilla, component wtp.inc.jpaeditor

How do I get sources?

The source code is in the following CVS repository:

:pserver:anonymous@dev.eclipse.org/cvsroot/webtools

HEAD:/incubator/org.eclipse.jpt/plugins/org.eclipse.jpt.ui.diagrameditor

See the CVS Howto for help using CVS.

Build Infrastructure

The build is based on Maven+Tycho, executed on Hudson server, hosted at Eclipse Foundation. New build is triggered automatically after a change submitted in CVS.

Hudson build job

P2 repository of the latest build

Note: If you experience 'Bad Gateway' error using the above p2 repository, then you hit a known problem on the Hudson server.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.