A new entry has been added to the news database.
Database Admin: http://www.postgresql.org/admin/edit_news.php?228
Submitted by: petew@yellowhawk.co.uk
Headline: Whitebeam 0.9.30 Release
Summary:
PostgreSQL has been one of the key underlying technologies for Whitebeam over the last 3 years. The latest release adds
ageneric PostreSQL API.
Story:
This release of Whitebeam exposes a comprehensive server-side JavaScript API to the Postgres database. Full details of
theAPI can be found on the accompanying tutorial at: http://www.whitebeam.org/library/guide/TechNotes/postgres.rhtm
Whitebeam is an XML based web application server. Sophisticated applications can be developed in a structured
environment,built using server-side JavaScript (using Mozillas SpiderMonkey engine) and XML.
Whitebeam has used PostgreSQL very successfully behind the scenes since it\'s first public release over 3 years ago.
PreviouslyWhitebeam has hidden PostgreSQL behind a \'template\' interface, isolating web-authors from the complexities
ofa SQL database. Application developers can create complex applications with no knowledge of SQL.
The latest release offers a full PostgreSQL interface making it now an ideal platform for developing complex
applications.The interface supports both standard data storage and the PostgreSQL large object interface.
Whitebeam has been used to develop a number of complex online applications over the last 3 years (see
http://www.whitebeam.org/community/users.rhtm).The team have found the PostreSQL to be an excellent high performance
back-endtechnology for these applications.