Skip to main content

Notice: This Wiki is now read only and edits are no longer 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.0 planning"

Line 8: Line 8:
  
 
==Major Themes==
 
==Major Themes==
*Ecosystem Integration
+
*'''Ecosystem Integration'''
 
**Platform/JDT/WTP/DTP
 
**Platform/JDT/WTP/DTP
*Extensibility
+
*'''Extensibility'''
 
**Build in from the bottom and up.
 
**Build in from the bottom and up.
*Round out JPA support
+
*'''Round out JPA support'''
 
**UI support for XML Descriptor (orm.xml)
 
**UI support for XML Descriptor (orm.xml)
 
**Cover more of the spec
 
**Cover more of the spec
*Usability
+
*'''Usability'''
 
**Better validation, quick fixes, code assist...
 
**Better validation, quick fixes, code assist...
  

Revision as of 11:26, 26 October 2006

Links

Major Themes

  • Ecosystem Integration
    • Platform/JDT/WTP/DTP
  • Extensibility
    • Build in from the bottom and up.
  • Round out JPA support
    • UI support for XML Descriptor (orm.xml)
    • Cover more of the spec
  • Usability
    • Better validation, quick fixes, code assist...

Draft Milestone Plan (Very subject to change, will align with WTP 2.0 Milestones)

M1 - August 24th 2006

  • No new functionality planned

M2 - October 6th 2006

  • DTP Migration
  • New orm.xml prototype
  • Using Facet Framework (may need to move to M3 based on model rework)

M3 - November 17th 2006

  • orm.xml implementation 20%
  • Integrated with WTP Build

M4 - January 4th 2006

  • orm.xml support on par with annotation support
  • Complete support for remaining high-priority annotations (adopter requested, high use)
  • All wizards using WTP Wizard Framework that are able to. (Non-JDT UI related wizards)
  • Preliminary API/Extensions
  • Support for features that allow for adoption (public fields, fully qualified annotations, mixed access type, etc)

M5 - Feb 23 2007

  • Tabbed properties (if technically possible)
  • In source annotation auto-completion (if API provided by JDT)
  • Quick fixes/text markers (basic support)
  • Merged View of annotations and orm.xml settings (the "what will happen when I run" view)

M6 - April 6 2007

  • persistence.xml editing
  • Basic automap capability
  • Ability to map to binary classes
  • Text based query support with associated model
  • Specialized annotation validation using APT?
  • Refine Provisional API

RC1 - May 18 2007

R1.0 - June 29 2007

Back to the top