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 feature backlog post 2.0"

(Dali Feature Backlog)
(Dali Feature Backlog)
 
(One intermediate revision by the same user not shown)
Line 15: Line 15:
  
 
*API
 
*API
**API for easily saving OrmXML and PersistentXML models [https://bugs.eclipse.org/bugs/show_bug.cgi?id=223197 223197] (low priority - help wanted)
 
**Headless API for committing changes to CU [https://bugs.eclipse.org/bugs/show_bug.cgi?id=184470 184470] (low-priority - help wanted)
 
 
**Move from provisional to public where possible (high)
 
**Move from provisional to public where possible (high)
 
*Entity Generation extensibility [https://bugs.eclipse.org/bugs/show_bug.cgi?id=175177 175177] (Help Wanted)
 
*Entity Generation extensibility [https://bugs.eclipse.org/bugs/show_bug.cgi?id=175177 175177] (Help Wanted)
Line 23: Line 21:
 
''More Spec support''
 
''More Spec support''
  
*Enhance Validation (many enhancements associated with this in bugzilla) (medium-high priority)
+
*[https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=validation&classification=WebTools&product=Dali+JPA+Tools&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&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= Enhance Validation (medium-high priority)]
 
**Conflicting mapping annotations - Basic and One to One on same attribute; resource model validation
 
**Conflicting mapping annotations - Basic and One to One on same attribute; resource model validation
 
*Enhance inheritance support (change strategies mid hierarchy) [https://bugs.eclipse.org/bugs/show_bug.cgi?id=141528 141528] (eclipselink related - lower priority)
 
*Enhance inheritance support (change strategies mid hierarchy) [https://bugs.eclipse.org/bugs/show_bug.cgi?id=141528 141528] (eclipselink related - lower priority)
Line 29: Line 27:
 
*Support Callbacks [https://bugs.eclipse.org/bugs/show_bug.cgi?id=198985 198985] (Low Priority)
 
*Support Callbacks [https://bugs.eclipse.org/bugs/show_bug.cgi?id=198985 198985] (Low Priority)
 
*Multiple Persistent Unit support (Non-overlapping – classes must be listed in persistence.xml) [https://bugs.eclipse.org/bugs/show_bug.cgi?id=194833 194833]  (3.0?)
 
*Multiple Persistent Unit support (Non-overlapping – classes must be listed in persistence.xml) [https://bugs.eclipse.org/bugs/show_bug.cgi?id=194833 194833]  (3.0?)
*Java Class file support [https://bugs.eclipse.org/bugs/show_bug.cgi?id=197069 197069] (2.2)
+
*Better support for EAR development
**Cross project references
+
  
  
Line 37: Line 34:
 
*Tabbed Properties integration (not currently possible, but still fighting the good fight)
 
*Tabbed Properties integration (not currently possible, but still fighting the good fight)
 
*Participate in Java Refactoring  [https://bugs.eclipse.org/bugs/show_bug.cgi?id=136333 136333] (higher priority)
 
*Participate in Java Refactoring  [https://bugs.eclipse.org/bugs/show_bug.cgi?id=136333 136333] (higher priority)
*Enhance Entity Gen (look for contributions) (2.2)
+
*Enhance Entity Gen  
**Type configuration (some support now by editing platform def files)
+
**Add relationship management code (add/remove)
+
 
**Detect existing entities when generating new entities from schema [https://bugs.eclipse.org/bugs/show_bug.cgi?id=146451 146451] (helpwanted)
 
**Detect existing entities when generating new entities from schema [https://bugs.eclipse.org/bugs/show_bug.cgi?id=146451 146451] (helpwanted)
 
**Many others
 
**Many others
Line 46: Line 41:
 
*Action to move annotation metadata to XML Mapping File metadata for a given attribute?, type, package, or project. [https://bugs.eclipse.org/bugs/show_bug.cgi?id=138622 138622](3.0?)
 
*Action to move annotation metadata to XML Mapping File metadata for a given attribute?, type, package, or project. [https://bugs.eclipse.org/bugs/show_bug.cgi?id=138622 138622](3.0?)
 
*Remove Utility Module requirement [https://bugs.eclipse.org/bugs/show_bug.cgi?id=234383 234383](higher priority)
 
*Remove Utility Module requirement [https://bugs.eclipse.org/bugs/show_bug.cgi?id=234383 234383](higher priority)
*Unify class specification(linking, lightbulbs, etc) [https://bugs.eclipse.org/bugs/show_bug.cgi?id=231533 231533](Complete 2.2)
 

Latest revision as of 14:39, 18 June 2010

Dali Feature Backlog

(as of Dali 2.1 release)


EclipseLink

JPA 2.0


Extensibility

  • API
    • Move from provisional to public where possible (high)
  • Entity Generation extensibility 175177 (Help Wanted)


More Spec support

  • Enhance Validation (medium-high priority)
    • Conflicting mapping annotations - Basic and One to One on same attribute; resource model validation
  • Enhance inheritance support (change strategies mid hierarchy) 141528 (eclipselink related - lower priority)
  • Additional Query support (high)
  • Support Callbacks 198985 (Low Priority)
  • Multiple Persistent Unit support (Non-overlapping – classes must be listed in persistence.xml) 194833 (3.0?)
  • Better support for EAR development


Usability/Integration (take further advantage of Eclipse integration)

  • Tabbed Properties integration (not currently possible, but still fighting the good fight)
  • Participate in Java Refactoring 136333 (higher priority)
  • Enhance Entity Gen
    • Detect existing entities when generating new entities from schema 146451 (helpwanted)
    • Many others
  • Autosync between project and persistence.xml 141421 (medium priority)
  • Multi-select “Make Entity” support 182849 (low priority)
  • Action to move annotation metadata to XML Mapping File metadata for a given attribute?, type, package, or project. 138622(3.0?)
  • Remove Utility Module requirement 234383(higher priority)

Back to the top