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.0 planning"

(Links)
(Draft Milestone Plan (Aligns with WTP 2.0 Milestones))
Line 38: Line 38:
  
 
===M5 - Feb 23 2007===
 
===M5 - Feb 23 2007===
*Basic persistence.xml editing
+
*Defaults processing
*orm.xml support on par with annotation support (partial support)
+
*Basic Validation framework
*Tabbed properties (if technically possible)
+
*Enhanced Project Creation/Configuration
*Preliminary API/Extensions
+
*DB access via DTP - Table/Column suggestions in the UI
 +
*Entity Generation
  
 
===M6 - April 6 2007===
 
===M6 - April 6 2007===
*Complete support for remaining high-priority annotations (adopter requested, high use)
+
*Basic persistence.xml editing
*In source annotation auto-completion (if API provided by JDT)
+
*Complete support for remaining annotations
*Quick fixes/text markers (basic support)
+
 
*Support for features that allow for adoption (public fields, fully qualified annotations, mixed access type, etc)
 
*Support for features that allow for adoption (public fields, fully qualified annotations, mixed access type, etc)
 +
*Additional validation
 +
*Enanced support for Inheritance, SecondaryTable, JoinColumn, and Generators
  
 
===RC1 - May 18 2007===
 
===RC1 - May 18 2007===
 
*Ability to map to binary classes (wish list)
 
*Ability to map to binary classes (wish list)
 +
*In source annotation auto-completion (if API provided by JDT)
 +
*Quick fixes/text markers (basic support)
 
*Text based query support with associated model
 
*Text based query support with associated model
 
*Specialized annotation validation using APT (wish list)
 
*Specialized annotation validation using APT (wish list)
*Refine Provisional API
+
*Preliminary API/Extensions
  
 
===R1.0 - June 29 2007===
 
===R1.0 - June 29 2007===

Revision as of 18:46, 22 January 2007

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 - (some items depend on new feature development in the JDT)
    • Better validation, quick fixes, code assist

Draft Milestone Plan (Aligns 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

  • Integrated with WTP Build

M4 - December 22nd 2006 (Date change to align with new WTP 2.0 M4 date)

  • Fully integrated with WTP Build
  • Demonstrate simultaneous Java annotation support with orm.xml support

M5 - Feb 23 2007

  • Defaults processing
  • Basic Validation framework
  • Enhanced Project Creation/Configuration
  • DB access via DTP - Table/Column suggestions in the UI
  • Entity Generation

M6 - April 6 2007

  • Basic persistence.xml editing
  • Complete support for remaining annotations
  • Support for features that allow for adoption (public fields, fully qualified annotations, mixed access type, etc)
  • Additional validation
  • Enanced support for Inheritance, SecondaryTable, JoinColumn, and Generators

RC1 - May 18 2007

  • Ability to map to binary classes (wish list)
  • In source annotation auto-completion (if API provided by JDT)
  • Quick fixes/text markers (basic support)
  • Text based query support with associated model
  • Specialized annotation validation using APT (wish list)
  • Preliminary API/Extensions

R1.0 - June 29 2007

Back to the top