X-Original-To: pgsql-www-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.144]) by svr1.postgresql.org (Postfix) with ESMTP id 4940132A009 for ; Wed, 29 Sep 2004 22:21:48 +0100 (BST) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 13808-01 for ; Wed, 29 Sep 2004 21:21:38 +0000 (GMT) Received: from www.postgresql.com (www.postgresql.com [200.46.204.209]) by svr1.postgresql.org (Postfix) with ESMTP id 6501E329F83 for ; Wed, 29 Sep 2004 22:21:40 +0100 (BST) Received: by www.postgresql.com (Postfix, from userid 80) id 5A1AD5A1064; Wed, 29 Sep 2004 22:21:36 +0100 (BST) To: pgsql-www@postgresql.org Subject: New News Entry Message-Id: <20040929212136.5A1AD5A1064@www.postgresql.com> Date: Wed, 29 Sep 2004 22:21:36 +0100 (BST) From: www@www.postgresql.com (World Wide Web Owner) X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, hits=0.0 tagged_above=0.0 required=5.0 tests= X-Spam-Level: X-Archive-Number: 200409/229 X-Sequence-Number: 5299 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 a generic PostreSQL API. Story: This release of Whitebeam exposes a comprehensive server-side JavaScript API to the Postgres database. Full details of the API 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. Previously Whitebeam has hidden PostgreSQL behind a \'template\' interface, isolating web-authors from the complexities of a 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-end technology for these applications.