Re: Announce: GPL Framework centered on Postgres - Mailing list pgsql-general

From Kenneth Downs
Subject Re: Announce: GPL Framework centered on Postgres
Date
Msg-id 446B0DD9.5050701@secdat.com
Whole thread Raw
In response to Re: Announce: GPL Framework centered on Postgres  (Anastasios Hatzis <ahatzis@gmx.net>)
List 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

pgsql-general by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: [Linux] Suitable 64bit
Next
From: "Scott Venter"
Date:
Subject: Re: [Linux] Suitable 64bit