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"

(How do I get sources?)
(How to Install)
Line 21: Line 21:
 
**Name field: Graphiti  
 
**Name field: Graphiti  
 
**Location field: [http://download.eclipse.org/graphiti/updates/nightly http://download.eclipse.org/graphiti/updates/nightly]
 
**Location field: [http://download.eclipse.org/graphiti/updates/nightly http://download.eclipse.org/graphiti/updates/nightly]
 +
*Select everything from the site and follow the next steps of the wizard to install it.
  
 
Install the JPA Diagram Editor project:  
 
Install the JPA Diagram Editor project:  
Line 28: Line 29:
 
**Name field: JPA Diagram Editor  
 
**Name field: JPA Diagram Editor  
 
**Location field: [http://download.eclipse.org/webtools/incubator/repository/jpaeditor/milestones/ http://download.eclipse.org/webtools/incubator/repository/jpaeditor/milestones/]
 
**Location field: [http://download.eclipse.org/webtools/incubator/repository/jpaeditor/milestones/ http://download.eclipse.org/webtools/incubator/repository/jpaeditor/milestones/]
 +
*Select everything from the site and follow the next steps of the wizard to install it.
  
 
== Using the JPA Diagram Editor  ==
 
== Using the JPA Diagram Editor  ==

Revision as of 12:24, 18 August 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

  • Initial contribution is submitted in Eclipse CVS
  • First milestone released - 0.5 RC1
  • First official release (0.5) planned for end of September 2010.

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 section contents the necessary information about using JPA Diagram Editor.

Useful links

JPA Diagram Editor demo

Eclipse bug for contributing the JPA Diagram Editor

Where I can get help and information?

WTP Incubator Newsgroup

WTP Incubator Dev mailing list

How do I get sources?

The source code is in the following CVS reporistory:

Host: dev.eclipse.org

Repository path: /cvsroot/webtools

Connection Type: pserver

User: anonymous


To find the plugin, from the repository go to:

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


--Stefan.dimov.sap.com 13:22, 12 August 2010 (UTC)

Back to the top