Re: [ADMIN] Using Postgresql as application server

Поиск
Список
Период
Сортировка
От Rich Shepard
Тема Re: [ADMIN] Using Postgresql as application server
Дата
Msg-id alpine.LNX.2.00.1108131159430.1426@salmo.appl-ecosys.com
обсуждение исходный текст
Ответ на Re: [ADMIN] Using Postgresql as application server  (c k <shreeseva.learning@gmail.com>)
Ответы INSERT-colision/MERGE in postgresql  (Rafal Pietrak <rafal@zorro.isa-geek.com>)
Список pgsql-general
On Sun, 14 Aug 2011, c k wrote:

> I would like to generate content dynamically. I want minimum developers to
> be required, simple and powerful security and administration, and most
> importantly ability to respond to changes.
>
> For my application the most important part is generating dynamic content.

Chaitanya,

   There are three major components of a database application: the dbms back
end (postgres in this case), middleware (in the language of your choice),
and the UI. The UI will use apache to display pages and accept user input.
The middleware contains business logic and is the interface between the user
and the back end.

   Each (scripting) language has application development frameworks. My
partner (a highly experienced software engineer) is using Ruby on Rails for
one of our projects. It is powerful but has a long learning curve and you
need to do everything the Rails way. In python (my scripting language of
choice) there's django, turbogears, pylon, and probably many more.

   Depending on the approach you select you may be able to meet all your
desired attributes as above. What you might consider doing is list those
requirements in order of importance and focus on meeting the most important
ones. This may mean droping other preferences (e.g., minumum number of
developers unless you have a long lead time for this project).

Rich

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

Предыдущее
От: "sad@bestmx.ru"
Дата:
Сообщение: Re: [ADMIN] Using Postgresql as application server
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: postgresql server crash on windows 7 when using plpython