From ddlutils-user-return-57-apmail-db-ddlutils-user-archive=db.apache.org@db.apache.org Thu Dec 08 22:41:45 2005 Return-Path: Delivered-To: apmail-db-ddlutils-user-archive@www.apache.org Received: (qmail 40947 invoked from network); 8 Dec 2005 22:41:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Dec 2005 22:41:44 -0000 Received: (qmail 88945 invoked by uid 500); 8 Dec 2005 22:41:44 -0000 Delivered-To: apmail-db-ddlutils-user-archive@db.apache.org Received: (qmail 88928 invoked by uid 500); 8 Dec 2005 22:41:44 -0000 Mailing-List: contact ddlutils-user-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ddlutils-user@db.apache.org Delivered-To: mailing list ddlutils-user@db.apache.org Received: (qmail 88913 invoked by uid 99); 8 Dec 2005 22:41:44 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Dec 2005 14:41:44 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of tomdzk@gmail.com designates 64.233.182.204 as permitted sender) Received: from [64.233.182.204] (HELO nproxy.gmail.com) (64.233.182.204) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Dec 2005 14:41:41 -0800 Received: by nproxy.gmail.com with SMTP id n29so211337nfc for ; Thu, 08 Dec 2005 14:41:20 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=SQDJMxCjen21eE719hio4gJb7z+lkEKlCj59A2FFR8f1K5Q+xNDD50/M6J+DmmDbhPwW0LRz/G27w8HzDG5lZai/vmBHIEcTZh/blDPXdBR9fPg1ROvfWNzA2HUw0HhxnKOTcCSRnhqExu6dev5xmqwWoGmywCtnKwI2IUft9HM= Received: by 10.48.225.20 with SMTP id x20mr359796nfg; Thu, 08 Dec 2005 14:41:20 -0800 (PST) Received: by 10.48.250.6 with HTTP; Thu, 8 Dec 2005 14:41:20 -0800 (PST) Message-ID: <224f32340512081441p4782745dl7decd56817529deb@mail.gmail.com> Date: Thu, 8 Dec 2005 23:41:20 +0100 From: Thomas Dudziak To: ddlutils-user@db.apache.org Subject: Re: other open source projects using ddlutils? In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 12/8/05, Jonathan Carlson wrote: > I'm curious if there are any open-source projects, other than Torque and > OJB, using DDLUtils. > > It would be cool to see an open-source web-based database management > app using it. Don't know about any, but we have not yet had an official release, so that's not actually surprising. > Also, I know this next question belongs on the Torque and OJB lists > (but I'm not on those and I don't feel like joining if the answer to > this question is "no"). Do both of them require pre-compiled Java bean > classes for their persistence? Or do they have support for using > DynaBeans (or similar) like DDLUtil does? OJB should be able to handle DynaBeans (havn't used them myself, but there is definitely support for setting fields at DynaBeans). If not, you can raise an issue and I'll add it (being myself an OJB committer). I somewhat doubt that Torque can deal with DynaBeans because its purpose is to generate Java classes for a database schema. You can always search the mailing lists there to see if anybody asked something along that route before (check http://marc.theaimsgroup.com for searchable archives). Tom