From afcbd30b7682e576495f1c2069cdf9fe719aeacf Mon Sep 17 00:00:00 2001 From: Rick Sapir Date: Fri, 31 Aug 2012 07:23:16 -0400 Subject: starting updated doc for dali 3.2 --- jpa/plugins/org.eclipse.jpt.doc.user/title.htm | 40 +++++++++++++ jpa/plugins/org.eclipse.jpt.doc.user/whats_new.htm | 39 ++++++------ .../org.eclipse.jpt.doc.user/whats_new001.htm | 69 +++++++++++++++++----- .../org.eclipse.jpt.doc.user/whats_new002.htm | 41 +++++++------ .../org.eclipse.jpt.doc.user/whats_new003.htm | 47 ++++++++------- .../org.eclipse.jpt.doc.user/whats_new004.htm | 38 +++++++----- .../org.eclipse.jpt.doc.user/whats_new005.htm | 34 ++++++----- 7 files changed, 204 insertions(+), 104 deletions(-) create mode 100644 jpa/plugins/org.eclipse.jpt.doc.user/title.htm diff --git a/jpa/plugins/org.eclipse.jpt.doc.user/title.htm b/jpa/plugins/org.eclipse.jpt.doc.user/title.htm new file mode 100644 index 0000000000..c6bac63f14 --- /dev/null +++ b/jpa/plugins/org.eclipse.jpt.doc.user/title.htm @@ -0,0 +1,40 @@ + + + + + + +Legal + + + + + + + + + + + +

+

Beta Draft: 2012-08-31

+

Legal

+

Copyright © 2011, 2012, Oracle. All rights reserved.

+

This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at:

+

http://www.eclipse.org/legal/epl-v10.html

+

Terms and conditions regarding the use of this guide.

+ + + + + \ No newline at end of file diff --git a/jpa/plugins/org.eclipse.jpt.doc.user/whats_new.htm b/jpa/plugins/org.eclipse.jpt.doc.user/whats_new.htm index 95294a3e2d..1e0148f333 100644 --- a/jpa/plugins/org.eclipse.jpt.doc.user/whats_new.htm +++ b/jpa/plugins/org.eclipse.jpt.doc.user/whats_new.htm @@ -3,48 +3,51 @@ - -What's new - - +Dali Developer Documentation + + + - - - + + + - -

What's new

-

This section contains descriptions of the following new features and significant changes made to the Dali OR Mapping Tool for Release 2.3:

+

Beta Draft: 2012-08-31

+

+
+

Dali Developer Documentation

+

Additional Dali documentation is available online at:

+

http://wiki.eclipse.org/index.php/Dali_Developer_Documentation

+

This developer documentation includes information about:

+
+ - + \ No newline at end of file diff --git a/jpa/plugins/org.eclipse.jpt.doc.user/whats_new001.htm b/jpa/plugins/org.eclipse.jpt.doc.user/whats_new001.htm index 70ca442b7b..47733c40e8 100644 --- a/jpa/plugins/org.eclipse.jpt.doc.user/whats_new001.htm +++ b/jpa/plugins/org.eclipse.jpt.doc.user/whats_new001.htm @@ -3,37 +3,76 @@ - -Improved Internationalization and Localization - - +Tips and tricks + + + - - - + + + - -
-

Improved Internationalization and Localization

-

This release of the Dali OR Mapping Tool provides improved internationalization (i18n) and localization support. Dali projects can support different locales and processing of international data (such as dates and strings).

-
- +

+

Beta Draft: 2012-08-31

+

Tips and tricks

+

The following tips and tricks give some helpful ideas for increasing your productivity.

+
+ +++ + + + + + + + + + + + + + + + + + +
+

Database connections

+
+

When starting a new workbench session, be sure to reconnect to your database (if you are working online). This allows Dali to provide database-related mapping assistance and validation.

+
+

Schema-based persistence.xml file

+
+

If you are behind a firewall, you may need to configure your Eclipse workspace proxy in the Preferences dialog (Preferences > Internet > Proxy Settings) to properly validate a schema-based persistence.xml file.

+
+

@XmlPath content assist and validation

+
+

Dali supports @XmlPath content assist and validation. You can now easily traverse deeply nested XML structures specifying XmlPath values.

+
+

Making persistent entities

+
+

With the Make Persistent dialog, you can easily transform Java classes into persistent entities via Java annotation or entry in an XML mapping file. With multi-select, you can quickly create many entities at once.

+
+
+ - + \ No newline at end of file diff --git a/jpa/plugins/org.eclipse.jpt.doc.user/whats_new002.htm b/jpa/plugins/org.eclipse.jpt.doc.user/whats_new002.htm index 46b15e5afc..c13085fe0d 100644 --- a/jpa/plugins/org.eclipse.jpt.doc.user/whats_new002.htm +++ b/jpa/plugins/org.eclipse.jpt.doc.user/whats_new002.htm @@ -3,49 +3,52 @@ - -Multiple Improvements to the Dali Perspective - - +What's new + + + - - - + + + - -

-
-

Multiple Improvements to the Dali Perspective

-

There have been multiple improvements to the Dali perspectives to improve its ease-of-use:

+

+

Beta Draft: 2012-08-31

+

What's new

+

This section contains descriptions of the following new features and significant changes made to the Dali OR Mapping Tool for Release 3.2 (Web Tools Platform 3.4):

-
- - + \ No newline at end of file diff --git a/jpa/plugins/org.eclipse.jpt.doc.user/whats_new003.htm b/jpa/plugins/org.eclipse.jpt.doc.user/whats_new003.htm index 5061cc4f3a..0559ac42db 100644 --- a/jpa/plugins/org.eclipse.jpt.doc.user/whats_new003.htm +++ b/jpa/plugins/org.eclipse.jpt.doc.user/whats_new003.htm @@ -3,46 +3,45 @@ - -Support for JPA 2.0 and EclipseLink - - +EclipseLink multitenancy support + + + - - - + + + - -

+

Beta Draft: 2012-08-31

+

-

Support for JPA 2.0 and EclipseLink

-

This release of the Dali OR Mapping Tool supports generic JPA 2.0 as well as specific items for EclispeLink 1.2.

+

EclipseLink multitenancy support

+

Dali Release 3.2 supports configuration of EclipseLink's multitenancy feature. Multitenancy allows multiple application tenants to share the same schema using tenant descriptor columns. Dali supports the following multitenant strategies:

+ +

For more information, see:

+
@@ -53,11 +52,11 @@ -
+
- + \ No newline at end of file diff --git a/jpa/plugins/org.eclipse.jpt.doc.user/whats_new004.htm b/jpa/plugins/org.eclipse.jpt.doc.user/whats_new004.htm index 7ad545bfb6..d64bd71b3a 100644 --- a/jpa/plugins/org.eclipse.jpt.doc.user/whats_new004.htm +++ b/jpa/plugins/org.eclipse.jpt.doc.user/whats_new004.htm @@ -3,26 +3,36 @@ - -Conversion of Java Projects to JPA Projects - - +EclipseLink static weaving support + + + - - - + + + - -

+

Beta Draft: 2012-08-31

+

-

Conversion of Java Projects to JPA Projects

-

The Dali OR Mapping Tool now uses the Eclipse Configure menu to convert existing Java projects to JPA projects.

-

See "Converting a Java Project to a JPA Project" for more information.

+

EclipseLink static weaving support

+

Dali Release 3.2 allows the configuration of EclipseLink's weaving support at the workspace or project properties level. Static weaving allows you to use EclipseLink's weaving support in cases where dynamic weaving is not available or is not an option

+persistence.xml Editor, Weaving options +

For more information, see:

+
@@ -31,11 +41,11 @@ -
+
- + \ No newline at end of file diff --git a/jpa/plugins/org.eclipse.jpt.doc.user/whats_new005.htm b/jpa/plugins/org.eclipse.jpt.doc.user/whats_new005.htm index 431f99807f..d1b30542bf 100644 --- a/jpa/plugins/org.eclipse.jpt.doc.user/whats_new005.htm +++ b/jpa/plugins/org.eclipse.jpt.doc.user/whats_new005.htm @@ -3,26 +3,32 @@ - -EclipseLink 2.x Support - - +Generating EclipseLink dynamic entities from tables + + + - - - + + + - -

+

Beta Draft: 2012-08-31

+

-

EclipseLink 2.x Support

-

Release 2.3 provides support for EclipseLink 2.x features.

-

EclipseLink (the Eclipse Persistence Services Project) is a complete persistence frame work. Refer to http://www.eclipse.org/eclipselink/ for more information.

+

Generating EclipseLink dynamic entities from tables

+

When using EclipseLink JPA, you can create dynamic entities from your database tables. This dynamic persistence provides access to a relational database with all the benefits of JPA without coding or maintaining Java classes.

+JPA Tools > Generate Dynamic Entities from Tables +

For more information, see:

+
@@ -31,11 +37,11 @@ -
+
- + \ No newline at end of file -- cgit v1.2.3