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 "Dali 1.0M7 Plan"

(Targeted Features)
 
(2 intermediate revisions by the same user not shown)
Line 7: Line 7:
 
*High level features to consider
 
*High level features to consider
 
**JPA annotation value completion (High)
 
**JPA annotation value completion (High)
**Persistence.xml UI - Structure View (Medium - low cost)
+
**Persistence.xml UI - Structure View (Medium)
 
**Ability to add JPA functionality to an existing Java project (nature to facet conversion) (Low)
 
**Ability to add JPA functionality to an existing Java project (nature to facet conversion) (Low)
 
**Entity Gen extensibility (wholesale replacement concept) High (DDL type solution)
 
**Entity Gen extensibility (wholesale replacement concept) High (DDL type solution)
**DDL Gen extensibility - High (easy)
+
**DDL Gen extensibility - High
 
**Project Explorer (too big)
 
**Project Explorer (too big)
 
**General UI Exensibility? (probably go with what we have now, which is you have to write your own UI)
 
**General UI Exensibility? (probably go with what we have now, which is you have to write your own UI)
Line 20: Line 20:
  
 
===Targeted Features===
 
===Targeted Features===
*Project/Package Rename
+
*Project/Package Rename (https://bugs.eclipse.org/bugs/show_bug.cgi?id=181863)
*JPA annotation value completion  
+
*JPA annotation value completion (https://bugs.eclipse.org/bugs/show_bug.cgi?id=181471)
*Usability in orm.xml - adding mappings, etc
+
*Usability in orm.xml - adding entities/mappings, etc (https://bugs.eclipse.org/bugs/show_bug.cgi?id=176251)
*Entity Gen extensibility (wholesale replacement concept - Delegate to Platform)
+
*Entity Gen extensibility (wholesale replacement concept - Delegate to Platform) (https://bugs.eclipse.org/bugs/show_bug.cgi?id=175177)
*DDL Gen extensibility (Delegate to Platform)
+
*DDL Gen extensibility (Delegate to Platform) (https://bugs.eclipse.org/bugs/show_bug.cgi?id=172965)
 
*Improve on existing functionality  
 
*Improve on existing functionality  
*Text based Named Query Support (Model/Validation/UI Details - Structure View as time permits)
+
*Text based Named Query Support (Model/Validation/UI Details - Structure View as time permits) (https://bugs.eclipse.org/bugs/show_bug.cgi?id=178658)
*Persistence.xml UI - Structure View (Time Permitting)
+
*Persistence.xml UI - Structure View (Time Permitting) (https://bugs.eclipse.org/bugs/show_bug.cgi?id=130580)
*[https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&classification=WebTools&product=Dali+JPA+Tools&target_milestone=1.0+M7&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0= All M7 targeted bugs and ER's]
+
*Online Help/String externalization review (https://bugs.eclipse.org/bugs/show_bug.cgi?id=178911)
 +
*[https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&classification=WebTools&product=Dali+JPA+Tools&target_milestone=1.0+M7&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0= All M7 targeted bugs and ER's]

Latest revision as of 17:33, 24 April 2007

Queries

Features To Consider

  • Final features for 1.0 release
  • High level features to consider
    • JPA annotation value completion (High)
    • Persistence.xml UI - Structure View (Medium)
    • Ability to add JPA functionality to an existing Java project (nature to facet conversion) (Low)
    • Entity Gen extensibility (wholesale replacement concept) High (DDL type solution)
    • DDL Gen extensibility - High
    • Project Explorer (too big)
    • General UI Exensibility? (probably go with what we have now, which is you have to write your own UI)
    • Improve on existing functionality (given)
    • Text based Named Query Support - High (add to model, put in UI Details (Structure as phase 2), validation
    • Refactoring - > Move from annotation to XML; Action to convert JPA annotation metadata to ORM XML metadata (Medium) (post 1.0)
    • Project Rename? (High)
    • Usability in orm.xml - adding mappings, etc (High)

Targeted Features

Back to the top