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 (How to Install)
m
Line 1: Line 1:
== Overview ==
+
== 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 [http://eclipse.org/webtools/incubator/ WTP incubator] project. See the [http://wiki.eclipse.org/WTP/JPA_Diagram_Editor/Proposal project proposal] for detailed information.  
 
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 [http://eclipse.org/webtools/incubator/ WTP incubator] project. See the [http://wiki.eclipse.org/WTP/JPA_Diagram_Editor/Proposal 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 [http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/helios/R/eclipse-jee-helios-win32.zip Eclipse for Java EE Developers Helios].
 
  
Start the Eclipse IDE.
+
== Project Status  ==
  
Install the Graphiti project:
+
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
*Go to '''''Help -> Install New Software''''' and click on the '''''Add...''''' button.
+
 
*In the '''''Add Site''''' dialog enter following information:
+
== How to Install  ==
**Name field: Graphiti
+
 
 +
Download and extract [http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/helios/R/eclipse-jee-helios-win32.zip Eclipse for Java EE Developers Helios].
 +
 
 +
Start the Eclipse IDE.
 +
 
 +
Install the Graphiti project:  
 +
 
 +
*Go to '''''Help -> Install New Software''''' and click on the '''''Add...''''' button.  
 +
*In the '''''Add Site''''' dialog enter following information:  
 +
**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]
  
Install the JPA Diagram Editor project:
+
Install the JPA Diagram Editor project:  
*Go to '''''Help -> Install New Software''''' and click on the '''''Add...''''' button.
+
 
*In the '''''Add Site''''' dialog enter following information:
+
*Go to '''''Help -> Install New Software''''' and click on the '''''Add...''''' button.  
**Name field: JPA Diagram Editor
+
*In the '''''Add Site''''' dialog enter following information:  
 +
**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/]
  
== Useful links ==
+
== Getting Started ==
[http://www.youtube.com/watch?v=xZf6pOHX178 JPA Diagram Editor demo]
+
 
 +
== Useful links ==
 +
 
 +
[http://www.youtube.com/watch?v=xZf6pOHX178 JPA Diagram Editor demo]
 +
 
 +
[https://bugs.eclipse.org/bugs/show_bug.cgi?id=320240 Eclipse bug for contributing the JPA Diagram Editor]
 +
 
 +
== Where I can get help and information?  ==
 +
 
 +
[http://www.eclipse.org/newsportal/thread.php?group=eclipse.webtools.incubator WTP Incubator Newsgroup]
 +
 
 +
[https://dev.eclipse.org/mailman/listinfo/wtp-incubator-dev WTP Incubator Dev mailing list]  
  
[https://bugs.eclipse.org/bugs/show_bug.cgi?id=320240 Eclipse bug for contributing the JPA Diagram Editor]
+
== Documents  ==
== Where I can get help and information? ==
+
[http://www.eclipse.org/newsportal/thread.php?group=eclipse.webtools.incubator WTP Incubator Newsgroup]
+
  
[https://dev.eclipse.org/mailman/listinfo/wtp-incubator-dev WTP Incubator Dev mailing list]
+
There is still no documentation available  
== Documents ==
+
There is still no documentation available
+
== How do I get it? ==
+
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'''
+
== How do I get it?  ==
  
from the ''Eclipse CVS'':
+
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:  
  
'''Host''':              dev.eclipse.org
+
'''org.eclipse.jpt.ui.diagrameditor'''
  
'''Repository path''':   /cvsroot/webtools
+
from the ''Eclipse CVS'':  
  
'''Connection Type''':   pserver
+
'''Host''': dev.eclipse.org
  
'''User''':             anonymous
+
'''Repository path''': /cvsroot/webtools
  
 +
'''Connection Type''': pserver
  
To find the plugin, from the repository go to:
+
'''User''': anonymous
  
'''HEAD''':/incubator/org.eclipse.jpt/plugins/org.eclipse.jpt.ui.diagrameditor
+
<br>To find the plugin, from the repository go to:  
  
 +
'''HEAD''':/incubator/org.eclipse.jpt/plugins/org.eclipse.jpt.ui.diagrameditor
  
 +
<br>
  
 
--[[User:Stefan.dimov.sap.com|Stefan.dimov.sap.com]] 13:22, 12 August 2010 (UTC)
 
--[[User:Stefan.dimov.sap.com|Stefan.dimov.sap.com]] 13:22, 12 August 2010 (UTC)

Revision as of 10:05, 16 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

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

Documents

There is still no documentation available

How do I get it?

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