blob: 4d9fec54a279b7f247952a6ce86900af168234e7 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="../new_and_noteworthy.xsl"?>
<release name="3.0 M6" root="../../..">
<!--
<component name="component name, such as JPA Tools">
<item title="item title can go here">
<title>item title can also go here</title>
<description>description of this new feature, preferably with cropped .pngs (800px wide or less) of the UI</description>
</item>
</component>
-->
<component name="Dali JPA Tools">
<item title="Generic Persistence XML Editor">
<description>
Generic editing support for the persistence.xml file has been added in M6.
This will provide users with a way to edit the persistence.xml file without
writing raw XML. It also provides an extension mechanism for adopters to
add their own provider specific persistence.xml editing content.
<br />
<br />
<img src="jpt/persistence_xml_editor.png"
alt="Persistence XML Editor" />
</description>
</item>
<item title="JPA Project Explorer">
<description>
JPA Content is now available in the Project Explorer. This can be used to browse
the structure and content of a JPA project, as defined by the persistence.xml.
The Explorer also allows navigation of a project, with double-click access to
the associated resource.
<br />
<br />
<img src="jpt/project_explorer.png"
alt="Project Explorer" />
</description>
</item>
<item title="Convert Java project to JPA project">
<description>
This new feature provides a way to easily convert an existing Java project
into a JPA project. The JPA project wizard will allow you to configure the
JPA aspects of the project
<br />
<br />
<img src="jpt/convert_project.png"
alt="Project Conversion" />
</description>
</item>
<item title="Named Query support">
<description>
You can now define and manage named and native queries in the UI.
<br />
<br />
<img src="jpt/named_queries.png"
alt="Named Queries" />
</description>
</item>
<item title="Full Column definition">
<description>
Columns can now be fully defined via the UI. This can be useful for top-down development.
<br />
<br />
<img src="jpt/column.png"
alt="Named Queries" />
</description>
</item>
</component>
</release>