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"

m (Upcoming Releases)
(47 intermediate revisions by 7 users not shown)
Line 1: Line 1:
=Dali EJB Object Relational Mapping Project=
+
=Dali Java Persistence Tools Project (A subproject of WTP)=
  
Welcome to the Dali project wiki home. These pages will be used to document our evolving project plans, and future integration into the WTP.
+
Welcome to the Dali project wiki home. These pages will be used to document our evolving project plans, and integration into the WTP.
  
*Links
+
==Upcoming Releases==
**[http://eclipse.org/dali Dali's Eclipse Home Page]
+
*[http://www.eclipse.org/projects/project-plan.php?projectid=webtools.dali 3.3 Plan] June 26th, 2012 (Kepler)
**[[Dali New And Noteworthy|New And Noteworthy]]
+
*[[Dali 3.2Planning|3.2 Plan]] June 27th, 2012 (Juno)
**[[Dali Meeting Minutes|Meeting Minutes]]
+
**[[Dali 1.0 planning|1.0 Planning]]
+
  
==Milestone Plan==
+
==Previous Releases==
(Subject to change)
+
*[[Dali 3.1Planning|3.1 Plan]] Nov 23th, 2011
 +
*Dali 3.0 Plan (Indigo 2011)
 +
*Dali 2.3 Plan (Helios 2010)
 +
*Dali 2.2 Plan (Galileo 2009)
 +
*[[Dali 2.1Planning|2.1 Plan]] (Dec 2008)
 +
*[[Dali 2.0 planning|2.0 Plan]] (Ganymede  2008)
 +
*[[Dali 1.0 planning|1.0 Plan]] (Europa 2007)
 +
*[[Dali 0.5 planning|0.5 Plan]] (June 2006)
  
===Milestone 1 - Iteration 1: Feb 10, 2006 - Complete===
+
==Adopter Info==
Iteration Goals: 
+
*[[New Help for Old Friends VII]]
*Support broad array of annotations, including id, basic, and association mappings
+
*[[New Help for Old Friends VIII]]
*Support Embeddeds, MappedSuperclass,
+
*Integrated DB support via WTP's wst.rdb component
+
*DDL Generation (postponed to Milestone 2)
+
*Problems support for invalid mappings
+
*Compliant with EJB3 Persistence Spec - Proposed Final Draft (with exception of a name change for GeneratorType to GenerationType; this will be fixed in an early M1I2 build)
+
  
Target Compatibility: Eclipse 3.1.2, WTP 1.0
+
==Project Info==
 +
*[http://eclipse.org/dali Dali's Eclipse Home Page]
 +
*[[Dali Project/Weekly Meeting]]
 +
*[[Dali Project/KnownIssues | Known Issues]]
 +
*[http://www.eclipse.org/webtools/dali/main.php Documentation]
 +
*[http://www.eclipse.org/dali/docs/tutorial/jsf/dali_jsf_tutorial.htm Tutorial]
 +
*[[Dali QA Testing | Dali QA Testing Status]]
 +
*[http://www.eclipse.org/webtools/development/news/main.php New And Noteworthy]
 +
*[[Dali Developer Documentation]]
 +
*[[Dali Meeting Minutes|Meeting Minutes]]
  
===Milestone 1 - Iteration 2: March 10, 2006===
+
==Development==
Iteration Goals:
+
*[[Dali/Juno | Juno feature docs]]
*Entity Generation from Tables (Phase 1)
+
*[[Dali/Indigo | Indigo feature docs]]
*DDL Generation from Entities
+
*[[Dali Access Warning Documentation|Access Warning Documentation]]
*Enhanced Problem reporting
+
*[[Dali Discouraged Access Warnings|Resolving ''Discouraged Access'' Warnings]]
 +
*[[Evolving_Java-based_APIs| API Development and Evolution Guidelines]]
  
Target Compatibility: Eclipse 3.1.2, WTP1.0.1
+
==Archived links==
 +
*[[Dali feature backlog post 2.0 |Feature Backlog]]
 +
*[[Dali WTP Migration Status|Technology->WTP Migration status]]
 +
*[[Dali Provisional API Changes|Provisional API changes from 2.0 ->2.1]]
  
===Milestone 2: April 14, 2006===
+
[[Category:Eclipse Web Tools Platform Project]]
Milestone Goals:
+
*Entity Generation from Tables (Phase 2)
+
*Management of persistence.xml (Moved to Milestone 3)
+
*Support for IdClass, EmbeddedID (Moved to Milestone 3)
+
*Support multiple JoinColumns for association mappings (Not implemented for M-M)
+
*Online Help, Developer guide (Added)
+
 
+
Target Compatibility: Eclipse 3.2M5, WTP1.5M5
+
 
+
===Milestone 3: May 12, 2006===
+
Milestone Goals:
+
*persistence.xml
+
**Basic template creation when adding Java Persistence to a project
+
**Validation of persistence.xml (problems support)
+
**Support for synchronizing persistence.xml with Entity names
+
*Support for Inheritance (single table)
+
*Usability enhancements
+
**Off-line DB support through RDB component
+
**More intelligent listening of DB connection
+
*More Entity Generation enhancements
+
 
+
Target Compatibility: Eclipse 3.2RC2, WTP1.5RC2
+
 
+
===Milestone 4 / RC0: June 4th, 2006 (Feature freeze for 0.5)===
+
*More support for EmbeddedID
+
*Support for Inheritance (join table)
+
*Better integration with Java refactoring
+
*Support for Temporal annotation
+
*Enhanced support for PK Generation
+
*Support for insertable and updateable
+
 
+
Target Compatibility: Eclipse 3.2RC6, WTP1.5RC4
+
 
+
===RC1: June 21st, 2006 (Code freeze for 0.5)===
+
 
+
Target Compatibility: Eclipse 3.2RC7, WTP1.5RC5
+
 
+
===RC2: Release 0.5: June 28, 2006===
+
This build should be available in as a WTP technology preview.
+
 
+
Target Compatibility: Eclipse 3.2, WTP1.5
+

Revision as of 14:45, 2 January 2013

Dali Java Persistence Tools Project (A subproject of WTP)

Welcome to the Dali project wiki home. These pages will be used to document our evolving project plans, and integration into the WTP.

Upcoming Releases

Previous Releases

Adopter Info

Project Info

Development

Archived links

Back to the top