On Thu, Dec 20, 2001 at 08:42:01PM +0100, Wojciech Kocjan wrote: > Hello. > > I've been writing a nice and easy to use DB module. The webpages side > works fine, but I want to write a client-server software for editing tables. > > I want to know if anyone's used AOLserver for server with Tcl/Tk for > client and which technology should I use?
As others suggested, you can use the ::http package in tcl to get/post to AOLserver. Another alternative would be to use nstcl, a pure Tcl package that implements some of the AOLserver and OpenACS 4 APIs for Tcl (DB and Templating API for example). http://michael.cleverly.com/aolserver/nstcl/ -Roberto -- +----| http://fslc.usu.edu USU Free Software & GNU/Linux Club |------+ Roberto Mello - Computer Science, USU - http://www.brasileiro.net http://www.sdl.usu.edu - Space Dynamics Lab, Developer Do what you will with this tagline, just don't bother me about it!
