| Neil Madden 2006-01-27, 7:03 pm |
| Mel wrote:
> Download: http://66.28.147.190/Toolkit.html
>
> Short Description of what it does:
> - Environment to create online application, with full state
> maintenance
> - Built in "Sqlite" RDBMS or (use your own for Mysql, etc.)
> - Comprehensive library of components.
> Menus, Tab-Notebooks, Form Management and Validators
> - about 2 order of magnitude less code. (A sophisticated tab
> notebook, around 500 lines of code) is done in ONE line
> - Self Documentation. Toolkit provides online documentation for the
> toolkit as well as the application its running. (can be turned off for
> production)
> - Remote editing of code from any location
> -and much much more.....
>
> Enjoy
Hi,
I had a brief look over the toolkit -- I don't currently have a need for
this, so only a brief look. One comment I would make is that you use the
namespace "::tk" for your toolkit, which also happens to be the
namespace used by, um, Tk (the GUI toolkit). You might want to consider
changing that to avoid any possible name clashes.
Also, I didn't see any kind of immediately obvious license agreement
either on the website or in the tar file. Is this BSD licensed (like
Tcl), or commercial/shareware or ... ?
It looks like you have some interesting stuff in there. Would it be
worth considering submitting parts of it to tcllib to complement/enhance
the existing ncgi/html etc packages?
-- Neil
|