Posted By:
Anonymous
Posted On:
Thursday, October 2, 2003 05:45 AM
Did somebody try final version 5.1 of DODS ? Data Object Design Studio is an open source Object/Relational mapping tool. Based on XML data model descriptions (DOML files) SQL DDL, sophisticated Java O/R code and documentation (HTML, pdf, XMI) is generated automatically using a generator GUI, by Ant tasks or from within your IDE of choice (using Kelp). The generated Java code provides a lot of possibilities for runtime optimization (DO LRU caching, Query LRU caching, cache initialization, lazyloading,...). DODS can be used with or without the Enhydra application server. Resources can be found there: Home page http://dods.enhydra.o
More>>
Did somebody try final version 5.1 of DODS ?
Data Object Design Studio is an open source Object/Relational mapping tool.
Based on XML data model descriptions (DOML files) SQL DDL, sophisticated Java O/R code and documentation (HTML, pdf, XMI) is generated automatically using a generator GUI, by Ant tasks or from within your IDE of choice (using Kelp).
The generated Java code provides a lot of possibilities for runtime optimization (DO LRU caching, Query LRU caching, cache initialization, lazyloading,...).
DODS can be used with or without the Enhydra application server.
Resources can be found there:
Home page http://dods.enhydra.org
Objectweb project http://forge.objectweb.org/projects/dods
Download page http://forge.objectweb.org/project/showfiles.php?group_id=61
<<Less