Re: Code Generation in Perl

[prev] [thread] [next] [Date index for 2004/06/15]

From: Nelson Ferraz
Subject: Re: Code Generation in Perl
Date: 23:58 on 15 Jun 2004
Allen Day wrote:
> You might also want to check out the Turnkey project, 
> http://www.sf.net/projects/turnkey
> 
> It does something similar to what you describe, but operates on the 
> database SQL directly rather than requiring an XML descriptor.

Dear Allen,

I'm glad to hear about your project, and I'll take a look on that.

The first version of AppML (at the time called "auto_coder"), also 
worked directly on the SQL. The problem was that the database only 
provided a subset of the required semantics.

For instance: I was forced to use captions similar to the field names, 
and I wasn't able to tell if a field should be visible by default.

With XML, which is eXtensible, I can describe the project with as much 
information as needed.

Moreover, it's easier to parse a single XML source than the different 
SQL schemas out there.

The database creation scripts are generated automatically, and I use 
Class::DBI to achieve database independence and to make the resulting 
code more mantainable.

[]s

Nelson

(message missing)

Code Generation in Perl
Nelson Ferraz 18:25 on 15 Jun 2004

Re: Code Generation in Perl
Allen Day 18:38 on 15 Jun 2004

Re: Code Generation in Perl
Nelson Ferraz 23:58 on 15 Jun 2004

Re: Code Generation in Perl
Tim Bunce 08:51 on 16 Jun 2004

Re: Code Generation in Perl
Nelson Ferraz 13:57 on 16 Jun 2004

Re: Code Generation in Perl
Tim Bunce 15:44 on 16 Jun 2004

Re: Code Generation in Perl
Tony Bowden 20:00 on 15 Jun 2004

Re: Code Generation in Perl
Nelson Ferraz 00:25 on 16 Jun 2004

RE: Code Generation in Perl
Addison, Mark 11:24 on 16 Jun 2004

Re: Code Generation in Perl
Allen Day 23:52 on 16 Jun 2004

Generated at 11:34 on 01 Dec 2004 by mariachi v0.52