The GNU Enterprise team is proud to announce a new release of it's enterprise application development suite. This release includes: o GNUe Forms 0.4.1 o GNUe Reports 0.1.0 o GNUe Designer 0.4.1 o GNUe Common 0.4.1 o GNUe Navigator 0.0.2 GNUe-Forms is a platform and UI-independent forms system. It reads an XML-based forms definition and creates GUIs for Win32, GTK, and, soon, Curses (text), and HTML. It has a fully data-aware widget set and can be used in both 2-tier and n-tier environments. GNUe-Reports is a platform and output-independent reporting system. It reads an XML-based report definition and generates arbitrary XML output that can further be translated into any format for which there is an adapter. GNUe Reports currently has outputs for Text, HTML, and CSV -- with PDF, Postscript, and Gnumeric/Excel formats in the works. Reports can output directly to a file, as an email attachment, to a printer, or to a HylaFax server. This version introduces native "Label" support. GNUe-Designer is the IDE for the GNUe tools. It allows you to visually layout your forms in a RAD-style environment. Designer has a builtin forms client, so you can quickly test your forms while still in Designer. Designer also has support for form creation wizards... answer a few questions, attach your form to one or more database tables, select the fields to include, and, voila, a basic form is created. GNUe Navigator is a menuing system for GNUe Forms and Reports. It presents a consistent menuing interface (in GUI or Text) based on an XML "process definition." GNUe Navigator uses the GNUe Forms or GNUe Reports clients to run the actual forms and reports, so these corresponding tools must be installed. GNUe-Common is the basis for the GNUe tools, such as Forms, Reports, Application Server, and Designer. It implements a database-abstraction layer that provides support for most major databases. A builtin XML-to-Object parser and Object-to-XML marshaller are used by Forms, Reports, and Designer to save and read Forms/Report definitions to and from an XML file. It also defines and implements an RPC abstraction layer that will allow server processes to define their public methods once and have them available to CORBA, XML-RPC, SOAP, and DCOM clients. All of these releases are targeted at developers. The five products are available in source form from our website at http://www.gnuenterprise.org/downloads/current.php/ Later this week, we will have Windows installers for the GNUe tools that include all the basic dependencies -- you only have to download a single setup.exe! The Installers include support for PostgreSQL, MySQL, and ODBC. These installers will be available in the same locations listed above. We will also have Debian packages for our the tools in the week to come. We are looking for packagers for other platforms. The tools have been tested and are known to run on: o GNU/Linux (RedHat 6.x/7.x/8.x, Debian 2.x/3.x, Slackware 8.0, ...) o Windows 95/98/2000/XP/NT o Solaris 8.0 o FreeBSD 4.x Changes to GNUe-Forms 0.4.1: o Query-by-detail-block support implemented o Preliminary Curses driver added o Improvements to the GTK2 driver o Improved Developer API: o Global trigger namespace o Many new convenience functions o Reworked checkbox support o Updates to support GNUe Common 0.4.1 o Various user-feedback improvements o Many bug fixes Changes to GNUe-Designer 0.4.1: o Added support for Report's Namespace model to Wizards o User-feedback enhancements o Updates to support GNUe Common 0.4.1 o Many bug fixes Changes to GNUe-Common 0.4.1: o DataSource improvements: o "distinct" rows support o Order by "descending" values o "primarykey" and "explicitfields" support o Added "cursing", a python/curses widget toolkit o Improved validation by the XML parser o GParser support for importable libraries o Added a common Event system for the tools to use Changes to GNUe-Reports 0.1.0: o Implemented basic trigger support o Report-level: On-Startup, On-Exit o Section-level: Pre-Section, On-Process, Post-Section o Added Label support; print out labels on stock referenced by its brand name o Added PS Merge support for the MailMerge template o Added PSFAX Merge support... broadcast fax a postscript file customized for each recipient from database data. o Improved UI-integration; can use form's Curses or WxWindows login dialog if forms is installed (--ui command line) o Implemented support for listing available filters (--list-filters) o Improved encoding/I18N support o Many bugfixes Changes to GNUe Navigator 0.0.1: o Updates to reflect GNUe Common 0.4.1's API o Miscellaneous bug fixes In other news, work on GNUe Integrator and Application Server are well under way in CVS. Expect to see new releases soon. Also, work on a new subproject, GNUe Small Business, has also started. This is a set of business applications (inventory, financials, etc) targeted at Small Businesses (commonly called SME's -- Small to Medium Enterprises.) We are actively looking for volunteers to assist in this subproject.