[ANN] WebFormKit 0.1 released.

Antonio Cuni REMOVE_cuni at programmazione.it
Wed Aug 11 20:54:42 CEST 2004


WebFormKit is a Webware's plugin that helps programmers to develop Web
based application.

One of the key concept of WebFormKit is the strong separation between
presentation logic and business logic: a page is generally composed by
an XML file containing the structure of the document and a Python
file, containing the programming logic underlying the page.

It is event-driven, meaning that developing WebFormKit's application
is in a way similar to developing "standard" GUI application.

Finally, WebFormKit is very extensible: developers can easly write
their own custom extensions that will fit perfectly in core APIs.

You can download WebFormKit from http://webformkit.sourceforge.net




More information about the Python-announce-list mailing list