Welcome to GNUe Enterprise Putting the 'free' back into 'free enterprise'...

  GNUe Project  

 

  GNUe Tools  

 

  GNUe Packages  

 

  GNUe Community  

  0.5.3 releases available for download.

GNUe Project
  Home Page
  News
  Media Resources
  Downloads
  Documentation
  FAQs
  Screenshots
  More...

GNUe Tools
  Forms
  Designer
  Reports
  Application Server
  Common
  Bayonne
  More...

GNUe Packages
  Financials
  Customer Relations
  Human Resources
  Manufacturing
  Sales
  Supply Chain
  DCL
  More...

GNUe Community
  Get Involved!
  IRC
  Sponsors
  Contributors
  Other Projects
  History
  Bug Tracking
  More...

Project Info: New Releases of All GNUe Tools Available

3rd June 2002

The GNU Enterprise team is proud to announce a major release of it's enterprise application development suite. This release includes:

  • GNUe Forms 0.3.0
  • GNUe Designer 0.3.0
  • GNUe Common 0.3.0
  • GNUe Reports 0.0.1
  • GNUe Application Server 0.0.1

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 and HTML. It has a fully data-aware widget set and can be used in both 2-tier and n-tier environments.

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-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.

GNUe Application Server is the data and business rules server for the GNU Enterprise project. It will provide an object- oriented backend to forms and reports. In an n-tier environment, GEAS holds all business rules/logic and provides object-to- relational access to various database backends. This release is primarily a proof-of-concept release that illustrates the use of GNUe-Common's database backends and RPC abstraction tools.

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.

We also have Windows installers for GNUe-Designer and GNUe-Forms 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 are available in the same locations listed above.

GNUe-Forms 0.3.0, Designer 0.3.0, and Common 0.3.0 have been tested and are known to run on:

  • GNU/Linux (RedHat 6.x/7.x, Debian 2.x, Slackware 8.0, ...)
  • Windows 95/98/2000/XP/NT
  • Solaris 8.0
  • FreeBSD 4.x

The introductory releases of GNUe Reports and GNUe Application Server are known to work on:

  • GNU/Linux (RedHat 6.x/7.x, Debian 2.x, Slackware 8.0, ...)
  • FreeBSD 4.x
  • Windows 95/98/2000/XP/NT

Changes to GNUe-Forms 0.3.0:

  • Modularization of UI drivers
  • Moved trigger logic into Common; addition of new triggers
  • (pre-insert, pre-update, pre-delete, pre-commit)
  • Added a virtual key mapping system
  • Moved Field Display/Keystroke logic out of the UI drivers
  • Implemented clipboard support
  • Added Go To First Record / Go To Last Record support
  • Began translations using Common's new GetText support
  • Field values are now typecasted in accordance with the new DataObject changes in Common
  • Improved the forms event model; allow two-way messages
  • Lots of bug fixes

Changes to GNUe-Designer 0.3.0:

  • Drag and drop field creation
  • Added a creation toolbar
  • Greatly enhanced mouse support (cross-hair selectors, ...)
  • Added in-place label editing (by double-clicking on a label)
  • Better wizard support (new master/detail wizards)
  • Integrated database schema support
  • Modularization of code / removed dependencies on Forms

Changes to GNUe-Common 0.3.0:

  • Formal trigger subsystem added
  • Implemented a new runtime configuration system which makes the gnue.conf file optional
  • First working implementation of a GNUe RPC driver (XMLRPC)
  • GNU Gettext i18n support added, with initial translations (de, en, en_GB, en_US, hu_HU, lt, lt_LT, ru, uk)
  • Added database schema introspection support for SAP-DB, MySQL, Interbase/Firebird, and DB2 database drivers
  • Updated PostgreSQL code to support PostgreSQL 7.2 oddities
  • DataObjects are now properly typecasted
  • Added XML Namespace support to our XML Parser
  • Removed dependency on PyXML
  • Native support for Python's internal stepping debugger
  • Changes required for first releases of Reports and App Server
  • Misc bug fixes and lots of performance enhancements

Changes to GNUe-Reports 0.0.1:

  • Initial release

Changes to GNUe Application Server 0.0.1:

  • Initial release

Return to GNUe News Archive

News items are the property of their posters. All the rest © 1999, 2001 - 2003 by Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA
Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved