commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue/common README.databases NEWS


From: Jan Ischebeck
Subject: gnue/common README.databases NEWS
Date: Mon, 27 May 2002 20:19:50 -0400

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Changes by:     Jan Ischebeck <address@hidden>  02/05/27 20:19:50

Modified files:
        common         : README.databases NEWS 

Log message:
        added appserver to database list (should geas entry be removed)
        fix date of last NEWs entry

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/common/README.databases.diff?tr1=1.5&tr2=1.6&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/common/NEWS.diff?tr1=1.12&tr2=1.13&r1=text&r2=text

Patches:
Index: gnue/common/NEWS
diff -c gnue/common/NEWS:1.12 gnue/common/NEWS:1.13
*** gnue/common/NEWS:1.12       Sat Jan 19 15:57:38 2002
--- gnue/common/NEWS    Mon May 27 20:19:50 2002
***************
*** 1,4 ****
! New features/changes in version 0.1.1: (19-JAN-2001)
  o Database driver performance enhancements
  o Misc bug fixes and enhancements
  
--- 1,4 ----
! New features/changes in version 0.1.1: (19-JAN-2002)
  o Database driver performance enhancements
  o Misc bug fixes and enhancements
  
Index: gnue/common/README.databases
diff -c gnue/common/README.databases:1.5 gnue/common/README.databases:1.6
*** gnue/common/README.databases:1.5    Wed Nov 14 14:49:29 2001
--- gnue/common/README.databases        Mon May 27 20:19:50 2002
***************
*** 18,23 ****
--- 18,24 ----
   * Sybase ASE 11.0.3/11.9.2 [via Sybase-Python]
  
  Quick chart of supported middleware:
+  * GNUe Appserver [via GNURPC]
   * GEAS [via GEAS+ORBit]
   * ODBC [via PythonWin ODBC, mxODBC]
   * SQLRelay [via SQLRelay-Python]
***************
*** 468,473 ****
--- 469,511 ----
  
  MIDDLEWARE ADAPTERS
  ===================
+ 
+ 
+ GNUe Application Server (GEAS V.2)
+ ==================================
+ 
+ *** gnue/appserver [http://www.gnue.org/]
+ 
+     POSIX Support: YES
+     Win32 Support: YES
+ 
+     Platforms Tested:  
+        ??? (We need your help!)
+ 
+     Description: 
+        GNUe's own Enterprise Application Server, currently under heavy
+        development, provides a business rules and data backend. Works
+        with a variety of databases. [Not yet stable]
+ 
+     Example connections.conf entry:
+ 
+        [myconn]
+        provider = appserver   # Use the GNUe appserver adapter
+        rpctype = xmlrpc       # connect via xmlrpc ( for a list of
+                               # GNURPC protocols look at doc/RPC-status.txt
+        host = localhost       # The hostname/IP of the GNUe App. host
+        port = 8765            # The portnumber of       "    "     "
+        transport = http       # The transport used by the RPC protocol
+ 
+     Notes:
+ 
+       1. This driver has not been fully tested.  If you are successfully using
+          this driver, please let us know. 
+ 
+       2. This driver does not support schema introspection, so you will not
+          be able to use Wizards in GNUe Designer. 
+ 
+ 
  
  GNUe Enterprise App Server
  ==========================



reply via email to

[Prev in Thread] Current Thread [Next in Thread]