Tcl Web Application Framework

Software Screenshot:
Tcl Web Application Framework
Software Details:
Version: 0.3.32
Upload Date: 11 May 15
Developer: Roy Keene
Distribution Type: Freeware
Downloads: 5

Rating: 4.0/5 (Total Votes: 2)

Tcl Web Application Framework simplifies the process of writing Web applications in Tcl (Tool Command Language). It provides the features that form the basis for writing an application, such as sessions, users, privilege separation, and an abstract database interface. It is currently under development, but stable for production use.

It is written in such a way that applications can integrate into the framework without having to modify the framework itself, making upgrading the framework without breaking the application possible.

The Tcl Web Application Framework is written as a Rivet (mod_rivet) application so portions of the code may remain loaded after a request has finished processing. The portions of code that remain loaded are referred to as persistent. Portions of the code are kept persistent to avoid the need to re-read and parse components that will never change during run-time (e.g., function definitions.) Non-persistent portions of code are those pieces of the code that are created and destroyed completely within a single request. Portions of the code are made non-persistent to avoid situations where information from a separate request "collides" with information from the current request. Things such as the session variables, the request arguments, and the "current user" are all kept in non-persistent portions of code.

What is new in this release:

  • This version adds support for using SQLite as a database backend.
  • It changes the password format to salted SHA-1.
  • There are minor bugfixes.

What is new in version 0.3.9:

  • Several Metakit database backend fixes.
  • The session package has been updated to be more intelligent about saving sessions.

Requirements:

  • Apache
  • mod_rivet
  • Mysqtcl
  • MySQL Enterprise Edition

Other Software of Developer Roy Keene

Rivet CGI
Rivet CGI

11 May 15

Comments to Tcl Web Application Framework

Comments not found
Add Comment
Turn on images!