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 Tutorial"

m
m
Line 1: Line 1:
== Overview ==  
+
== Overview ==
This tutorial provides a step by step walk-through of the Java Diagram Editor.
+
  
== Prerequisites ==
+
This tutorial provides a step by step walk-through of the Java Diagram Editor.  
This tutorial is based on the Eclipse Helios.
+
  
To install JPA Diagram Editor project follow the steps described in [http://wiki.eclipse.org/JPA_Diagram_Editor_Project#How_to_Install How to Install] section of the JPA Diagram Editor wiki main page.
+
== Prerequisites  ==
  
== Open JPA Diagram Editor ==
+
This tutorial is based on the Eclipse Helios.  
In the Eclipse IDE create new JPA 1.0 project.
+
  
The '''''Open Diagram''''' action is available on two levels:
+
To install JPA Diagram Editor project follow the steps described in [http://wiki.eclipse.org/JPA_Diagram_Editor_Project#How_to_Install How to Install] section of the JPA Diagram Editor wiki main page.
* On project level: Select the newly created JPA project and from its context menu select '''''JPA Tools -> Open Diagram'''''
+
 
[http://wiki.eclipse.org/Image:OpenDiagramOnProjectLevel.jpg]
+
== Open JPA Diagram Editor  ==
* On JPA node level: Expand the newly created JPA project and from the context menu of its JPA node, select '''''Open Diagram'''''
+
 
 +
In the Eclipse IDE create new JPA 1.0 project.
 +
 
 +
The '''''Open Diagram''''' action is available on two levels:  
 +
 
 +
*On project level: Select the newly created JPA project and from its context menu select '''''JPA Tools -> Open Diagram'''''
 +
 
 +
[[Image:OpenDiagramOnProjectLevel.jpg]]
 +
 
 +
*On JPA node level: Expand the newly created JPA project and from the context menu of its JPA node, select '''''Open Diagram'''''

Revision as of 10:37, 16 August 2010

Overview

This tutorial provides a step by step walk-through of the Java Diagram Editor.

Prerequisites

This tutorial is based on the Eclipse Helios.

To install JPA Diagram Editor project follow the steps described in How to Install section of the JPA Diagram Editor wiki main page.

Open JPA Diagram Editor

In the Eclipse IDE create new JPA 1.0 project.

The Open Diagram action is available on two levels:

  • On project level: Select the newly created JPA project and from its context menu select JPA Tools -> Open Diagram

OpenDiagramOnProjectLevel.jpg

  • On JPA node level: Expand the newly created JPA project and from the context menu of its JPA node, select Open Diagram

Back to the top