GobSmack: A GUI Framework for the Web V0.0.1

In an effort to create a GUI framework that can be used on web pages, I managed to complete a first, very early version. It includes a session manager demon for UNIX-like systems, a CGI frontend that communicates with the daemon, an AJAX library for communicating with the CGI frontend, and a simple test page to write the screen size to the session manager.

GobSmack v0.0.5 - Version with bugfix for get_resource() and the new features of configuration files and JavaScript serving.

GobSmack v0.0.4 - Version with bugfix for internal document fragment serving.

GobSmack v0.0.3 - Version with bugfix for invalid CGI request handling.

GobSmack v0.0.2 - Version with bugfix for random number generator.

GobSmack v0.0.1 - Initial version.

5 Antworten auf “GobSmack: A GUI Framework for the Web V0.0.1”

  1. ekkehard sagt:

    Project is now co-hosted on SourceForge.
    URI: http://sourceforge.net/projects/gobsmack/

  2. ekkehard sagt:

    I fixed a small bug in the random number generator of the session server. Download v0.0.2 to get the fixed version.

  3. ekkehard sagt:

    Another tiny bug fixed in the handling of invalid requests to the CGI frontend. Now error 400 is always returned. Download v0.0.3 to get this fix.

  4. ekkehard sagt:

    Internal documents are now always served as XML. This ensures compatibility with XMLHttpRequest. Download v0.0.4 to get this fix.

  5. ekkehard sagt:

    Another bugfix fixed a small but important problem in get_resource(). Desktop and menu bar serving is now prepared. And internally, JavaScript is served instead of XML (b/c of the problems of integrating result documents into the visible document). Now, document changes are effected by rewriting portions of it using JavaScript. Download v0.0.5 to get this fix.

Antwort schreiben

Sie müssen als angemeldet sein, um einen Kommentar schreiben zu können.