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 (Getting Started)
m
Line 28: Line 28:
  
 
== Getting Started  ==
 
== Getting Started  ==
[http://wiki.eclipse.org/JPA_Diagram_Editor_Project_Tutorial Getting Started]
+
[http://wiki.eclipse.org/JPA_Diagram_Editor_Project_Tutorial Getting Started] section describes the necessary information for using JPA Diagram Editor.
  
 
== Useful links  ==
 
== Useful links  ==
Line 42: Line 42:
 
[https://dev.eclipse.org/mailman/listinfo/wtp-incubator-dev WTP Incubator Dev mailing list]  
 
[https://dev.eclipse.org/mailman/listinfo/wtp-incubator-dev WTP Incubator Dev mailing list]  
  
== How do I get it?  ==
+
== How do I get sources?  ==
  
 
A regular Eclipse download will be available shortly after the release of Indigo (end of June 2011). In the meantime, you can get the following plugin:  
 
A regular Eclipse download will be available shortly after the release of Indigo (end of June 2011). In the meantime, you can get the following plugin:  

Revision as of 05:42, 17 August 2010

Overview

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

Project Status

The initial code is already contributed into Eclipse CVS. The first milestone build of the project is planned to be available by the September, 20-th 2008

How to Install

Download and extract Eclipse for Java EE Developers Helios.

Start the Eclipse IDE.

Install the Graphiti project:

Install the JPA Diagram Editor project:

Getting Started

Getting Started section describes the necessary information for 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?

A regular Eclipse download will be available shortly after the release of Indigo (end of June 2011). In the meantime, you can get the following plugin:

org.eclipse.jpt.ui.diagrameditor

from the Eclipse CVS:

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