Next Previous Contents

12. GUI FrontEnd Tool for PostgreSQL (Graphical User Interface)

Web browser will be the most popular GUI front-end in the future. It is recommended that you migrate all of your "legacy" Windows 95/NT applications to Web-based application.

You should use Web-Application Servers like Enhydra (Java based) or Zope (Python based) or OpenACS .

Best web-scripting (and compiling) language is PHP+Zend compiler PHP is extremely powerful as it combines the power of Perl, Java, C++, Javascript into one single language and it runs on all OSes - unixes and Windows NT/95.

The best tools in the order of preference are -

Language choices in the order of preference are -

  1. Java but its programs run very slow and has license fees. C++ is 5 times faster than Java!!
  2. Python (Powerful object oriented scripting language).
  3. PHP Web server scripting, HTML, DHTML with Javascrpt client scripting and Java-Applets.
  4. Perl scripting language using Perl-Qt or Perl-Tk Perl Database Interface
  5. Omnipresent and Omnipotent language C++ (GNU g++):

There are other tools available - PostgreSQL has Tcl/Tk interface library in the distribution called 'pgTcl'. There is an IDE (integrated development environment) for Tcl/Tk called SpecTcl.

You can also use Borland C++ Builder, Delphi, Borland JBuilder, PowerBuilder on Windows95 connecting to PostgreSQL on unix box through ODBC/JDBC drivers.
Next Previous Contents