GNU Enterprise Application Server

GNUe AppServer is GNUe's middleware for database access.

Python driver GNUe Application Server.

Home Page: http://www.gnuenterprise.org/tools/appserver/

POSIX Support: YES

Win32 Support: YES

Platforms Tested:

Connection Properties

The following properties can be specified in your connections.conf file:

Examples

The following is an example of a connection.conf entry:

  [appserver]
  comment = Connection to the GNUe Application Server
  provider = appserver
  rpctype = xmlrpc
  host = localhost
  port = 8765
  transport = http

Notes

  1. GNUe AppServer works natively in utf-8, so encoding= is not a valid property.
  2. This driver is fully functional with no known serious problems.

GNUe Home

Developer Tools