[ANNOUNCE] Gedafe (the Generic Database Front-End) 1.0.0

Поиск
Список
Период
Сортировка
От David Schweikert
Тема [ANNOUNCE] Gedafe (the Generic Database Front-End) 1.0.0
Дата
Msg-id 20010124151518.D22480@ee.ethz.ch
обсуждение исходный текст
Ответы Re: [ANNOUNCE] Gedafe (the Generic Database Front-End) 1.0.0  (Manika Dey <bithi@ipr.res.in>)
Список pgsql-interfaces
Tobias Oetiker and David Schweikert are proud to announce:
               _        __            _   ___   ___   __ _  ___  __| | __ _ / _| ___      / | / _ \ / _ \ / _` |/ _ \/
_`|/ _` | |_ / _ \_____| || | | | | | |
 
| (_| |  __/ (_| | (_| |  _|  __/_____| || |_| | |_| |\__, |\___|\__,_|\__,_|_|  \___|     |_(_)___(_)___/ |___/
             #### Gedafe (the Generic Database Front-End) 1.0.0 ####
 


Introduction
------------
   Gedafe (Generic Database Front-End) is an application independent   end-user web front-end for databases.
Applicationindependant means,   that the front-end doesn't have any information about the   structure and contents of
thedatabase.
 
   The idea behind Gedafe is to put all the application logic   into the database, along with meta-information on how
topresent   the data. The front-end then gathers this information and uses it   to build the user interface. This
approachgreatly reduces   development time since you only have to develop the application at   the database level and
theweb front-end comes for free.
 
   And there is more:    * Gedafe uses a flexible templating system. It allows you     customize the look of the user
interfaceto a large degree.
 
   * Gedafe generated interfaces support "deep linking". This     means that you can bookmark every page as it is
presented.
   * At the moment Gedafe works only with PostgreSQL. But the     structure of the application does not depend on
PostgreSQL.
   * Gedafe is *NOT* yet another database-administration front-end     with table editing ability. It is a real user
interface.

Release Notes
-------------
   This is the first public version. The program has been used   internally in a production environment for several
months.

Availability
------------
   Gedafe is released under the GNU General Public License.   Read more about it and download at
   >> http://isg.ee.ethz.ch/tools/gedafe <<



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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] PgAccess - small bug?
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Re: [PATCHES] Re: Fixes and enhancements to JDBC driver (take 2)