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"

m (M3 - January 07)
(Links)
 
(21 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
==Links==
 
==Links==
 
*[[Dali feature backlog|Feature backlog]]
 
*[[Dali feature backlog|Feature backlog]]
 +
*[[Dali Deployment Scenarios | Dali Deployment Scenarios]]
 +
*[[Dali WTP Migration Status|WTP Migration Status]]
 +
*[[Dali 1.0 Meeting Minutes]]
 +
*[[Dali 1.0M6 Plan]]
 +
*[[Dali 1.0M7 Plan]]
 +
*[[Dali 1.0RC1 Plan|Dali 1.0 RC Bug Queries]]
  
*Dali R1.0 Planning meetings
+
==Major Themes==
**[[Dali R1.0 Planning meetings - Monday|Monday 7-17-06]]
+
*'''Ecosystem Integration'''
**[[Dali R1.0 Planning meetings - Tuesday|Tuesday 7-18-06]]
+
**Platform/JDT/WTP/DTP
**[[Dali R1.0 Planning meetings - Wednesday|Wednesday 7-19-06]]
+
*'''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)==
  
==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===
===M1 - September 06===
+
 
*DTP Migration
 
*DTP Migration
 
*New orm.xml prototype
 
*New orm.xml prototype
*Using Facet Framework (may need to move to M2 based on model rework)
+
*Using Facet Framework (may need to move to M3 based on model rework)
===M2 - November 06===
+
 
*orm.xml implementation 20%
+
===M3 - November 17th 2006===
*In source annotation auto-completion
+
*Integrated with WTP Build
===M3 - January 07===
+
 
*orm.xml support on par with annotation support
+
===M4 - December 22nd 2006 (Date change to align with new WTP 2.0 M4 date)===
*Quick fixes/text markers (basic support)
+
*Fully integrated with WTP Build
*Complete support for remaining high-priority annotations (adopter requested, high use)
+
*Demonstrate simultaneous Java annotation support with orm.xml support
*All wizards using WTP Wizard Framework that are able to. (Non-JDT UI related wizards)
+
 
*Preliminary API/Extensions
+
===M5 - Feb 23 2007===
*Support for features that allow for adoption (public fields, fully qualified annotations, mixed access type, etc)
+
*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===
 +
*persistence.xml validation
 +
*Support for more annotations and orm.xml elements
 +
*Support for features that allow for adoption (public fields, fully qualified annotations)
 +
*Additional annotation and orm.xml validation
 +
*Support for Inheritance, SecondaryTable, JoinColumn, and Generators
  
===M4 - March 07===
+
===M7 - May 18 2007===
*Tabbed properties (if technically possible)
+
*Additional Support for ORM XML
*Merged View of annotations and orm.xml settings (the "what will happen when I run" view)
+
*Enhance Project Creation
===M5 - May 07===
+
*persistence.xml editing
+
*Basic automap capability
+
*Ability to map to binary classes
+
 
*Text based query support with associated model
 
*Text based query support with associated model
*Specialized annotation validation using APT?
+
*Provisional API/Extensions
*Provisional API
+
  
===R1.0 - June 07===
+
===R1.0 - June 29 2007===

Latest revision as of 09:01, 8 June 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

  • persistence.xml validation
  • Support for more annotations and orm.xml elements
  • Support for features that allow for adoption (public fields, fully qualified annotations)
  • Additional annotation and orm.xml validation
  • Support for Inheritance, SecondaryTable, JoinColumn, and Generators

M7 - May 18 2007

  • Additional Support for ORM XML
  • Enhance Project Creation
  • Text based query support with associated model
  • Provisional API/Extensions

R1.0 - June 29 2007

Back to the top