WebFormKit News
Status: Alpha
Brought to you by:
antocuni
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.