Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 2078 invoked from network); 17 Oct 2003 00:22:33 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 17 Oct 2003 00:22:33 -0000 Received: (qmail 95407 invoked by uid 500); 17 Oct 2003 00:21:51 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 95338 invoked by uid 500); 17 Oct 2003 00:21:51 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@cocoon.apache.org Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 95270 invoked from network); 17 Oct 2003 00:21:48 -0000 Received: from unknown (HELO ags01.agsoftware.dnsalias.com) (216.6.48.60) by daedalus.apache.org with SMTP; 17 Oct 2003 00:21:48 -0000 Received: from ags01.agsoftware.dnsalias.com (localhost [127.0.0.1]) by ags01.agsoftware.dnsalias.com (8.12.8/8.12.8) with ESMTP id h9H0LqwY015563; Thu, 16 Oct 2003 18:21:52 -0600 Received: (from apache@localhost) by ags01.agsoftware.dnsalias.com (8.12.8/8.12.8/Submit) id h9H0LqXZ015561; Thu, 16 Oct 2003 18:21:52 -0600 X-Authentication-Warning: ags01.agsoftware.dnsalias.com: apache set sender to agallardo@agsoftware.dnsalias.com using -f Received: from 10.0.0.5 (SquirrelMail authenticated user agallardo) by ags01.agsoftware.dnsalias.com with HTTP; Thu, 16 Oct 2003 18:21:52 -0600 (CST) Message-ID: <34527.10.0.0.5.1066350112.squirrel@ags01.agsoftware.dnsalias.com> Date: Thu, 16 Oct 2003 18:21:52 -0600 (CST) Subject: [OT] - [SourceForge.net Release] druid : Druid From: "Antonio Gallardo" To: , X-Priority: 3 Importance: Normal Cc: , X-Mailer: SquirrelMail (version 1.2.11) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi: I was working the lastest days in the Druid project. This new release contains part of my idea of automatics tools for building database O/R mapping that will help in webapps development using Cocoon framework and OJB. Now druid allow us to generate the OJB repository.xml from your database! Also for people trying to use JDO with OJB [as me :-D ] there is also a new Java generation for JDO that generate for you the Java Beans, the .jdo files and a Ant build.xml to compile, JDO enhance and make a jar of the java beans! In my current project with 71 tables and 378 fields all this work is done in less than 2 mins.! The generated jar is 247 KB! Also you can get XHTML and PDF documentation of your database it is really very cool! Well, I hope you will find very useful Druid. I know I am pushing too much the use of druid, but I think it can really can save us time in boring code. And I really like to share the ideas with this nice community. ;-) Download: https://sourceforge.net/project/showfiles.php?group_id=15111&release_id=191510 Release Notes and ChangeLog: https://sourceforge.net/project/shownotes.php?release_id=191510 Best Regards, Antonio Gallardo.