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"

(Where I can get help and information?)
(How do I get sources?)
Line 48: Line 48:
 
== How do I get sources?  ==
 
== How do I get sources?  ==
  
The source code is in the following CVS reporistory:
+
The source code is in the following CVS repository:
  
'''Host''': dev.eclipse.org  
+
''':pserver:anonymous@dev.eclipse.org/cvsroot/webtools'''
  
'''Repository path''': /cvsroot/webtools
+
'''HEAD''':/incubator/org.eclipse.jpt/plugins/org.eclipse.jpt.ui.diagrameditor
  
'''Connection Type''': pserver
+
See the [[CVS Howto]] for help using CVS.  
 
+
'''User''': anonymous
+
 
+
<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 07:41, 1 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

  • 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 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.


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

Back to the top