Skip to main content

Notice: This Wiki is now read only and edits are no longer 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 (Build Infrastructure)
Line 1: Line 1:
 
== Overview  ==
 
== Overview  ==
 
+
RC1
 
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 [http://eclipse.org/webtools/incubator/ WTP incubator] project. For detailed information, see the [http://wiki.eclipse.org/WTP/JPA_Diagram_Editor/Proposal project proposal].
 
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 [http://eclipse.org/webtools/incubator/ WTP incubator] project. For detailed information, see the [http://wiki.eclipse.org/WTP/JPA_Diagram_Editor/Proposal project proposal].
  
Line 30: Line 30:
 
*In the '''''Add Site''''' dialog enter following information:  
 
*In the '''''Add Site''''' dialog enter following information:  
 
**Name field: Graphiti  
 
**Name field: Graphiti  
**Location field: [http://download.eclipse.org/graphiti/updates/0.7.0RC1/ http://download.eclipse.org/graphiti/updates/0.7.0RC1/]
+
**Location field: [http://download.eclipse.org/graphiti/updates/0.7.0/ http://download.eclipse.org/graphiti/updates/0.7.0/]
 
*Select everything from the site and follow the next steps of the wizard to install it.  
 
*Select everything from the site and follow the next steps of the wizard to install it.  
  

Revision as of 09:12, 8 October 2010

Overview

RC1 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

Back to the top