Re: Announce: GPL Framework centered on Postgres

Поиск
Список
Период
Сортировка
От Kenneth Downs
Тема Re: Announce: GPL Framework centered on Postgres
Дата
Msg-id 446B0DD9.5050701@secdat.com
обсуждение исходный текст
Ответ на Re: Announce: GPL Framework centered on Postgres  (Anastasios Hatzis <ahatzis@gmx.net>)
Список 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
....
}


Вложения

В списке pgsql-general по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: [Linux] Suitable 64bit
Следующее
От: "Scott Venter"
Дата:
Сообщение: Re: [Linux] Suitable 64bit