| From: | Kenneth Downs <ken(at)secdat(dot)com> |
|---|---|
| To: | Anastasios Hatzis <ahatzis(at)gmx(dot)net> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Announce: GPL Framework centered on Postgres |
| Date: | 2006-05-17 11:49:45 |
| Message-ID: | 446B0DD9.5050701@secdat.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Anastasios Hatzis wrote:
> Kenneth Downs wrote:
>
>>
>> My company has developed an application development framework that
>> targets PostgreSQL as its back-end, with PHP in the web layer.
>>
> Is this product somehow related to AndroMDA (which is usually
> pronounced 'Andromeda')?
>
> http://www.andromda.org/
Nope, separate projects.
Theirs is java, we are php.
Theirs is windows, we are linux.
They don't mention a database, I'm sure they're using something, we
target Postgres (though our methodology is platform-neutral).
They look like a code generator, while ours uses libraries + data
dictionary on web server layer, and only generates code on the db server.
Finally, we are "radically table oriented", focusing entirely on
automating software development based on a detailed database
specification which includes derived values and security. They use UML,
while we have a CSS-like way of specifying tables as in:
table customers {
module: ar;
description: customers;
column customer { primary_key: Y; uisearch: Y; }
....
more columns and stuff
....
}
| Attachment | Content-Type | Size |
|---|---|---|
| ken.vcf | text/x-vcard | 186 bytes |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Scott Venter | 2006-05-17 13:31:13 | Re: [Linux] Suitable 64bit |
| Previous Message | Peter Eisentraut | 2006-05-17 10:55:57 | Re: [Linux] Suitable 64bit |