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
....
}
begin:vcard
fn:Kenneth Downs
n:Downs;Kenneth
email;internet:ken@xxxxxxxxxx
tel;work:631-689-7200
tel;fax:631-689-0527
tel;cell:631-379-0010
x-mozilla-html:FALSE
version:2.1
end:vcard