Re: [AOLSERVER] Fix for ns_tmpnam under Windows

2008-05-05 Thread Titi Alailima
There is a missing variable declaration in this patch for i, the for-loop index. Anyone want to make this fix and commit it? Titi Ala'ilima Lead Architect MedTouch LLC 1100 Massachusetts Avenue Cambridge, MA 02138 617.621.8670 x309 -Original Message- From: AOLserver Discussion

Re: [AOLSERVER] Fix for ns_tmpnam under Windows

2008-05-05 Thread Maurizio Martignano
Dear Titi, The proper version of the file, properly compiled and tested is the one attached to this email message. Hope it helps, Maurizio -Original Message- From: AOLserver Discussion [mailto:[EMAIL PROTECTED] On Behalf Of Titi Alailima Sent: 05 May 2008 19:03 To:

Re: [AOLSERVER] Fix for ns_tmpnam under Windows

2008-05-05 Thread Tom Jackson
After Gustaf updated this for WIN32, I started looking at some old problems with temp files. I noticed that Tcl core has some internal API for this (temporary files are used for buffering pipe I/O), which might be able to be used. The core code also handles file systems which have wide char (I

Re: [AOLSERVER] Fun, free applications for building personal sites.

2008-05-05 Thread Jeff Rogers
Dossy Shiobara wrote: Back in Feburary 2005, Dan Chak at MIT said something to me that I just haven't had the motivation to pursue. However, I really would like to hear what folks think of his statement: What AOLServer community needs is a bunch of fun, free applications for

Re: [AOLSERVER] Fun, free applications for building personal sites.

2008-05-05 Thread Tom Jackson
Wait, I thought mashups were simply http requests from javascript to update parts of a web page. You return either javascript, html or an xml document, which is probably a worthless option. Maybe I got this wrong, but AOLserver should be able to step into a mashup instantly. tom jackson

Re: [AOLSERVER] Fun, free applications for building personal sites.

2008-05-05 Thread Jeff Rogers
Tom Jackson wrote: Wait, I thought mashups were simply http requests from javascript to update parts of a web page. You return either javascript, html or an xml document, which is probably a worthless option. Maybe I got this wrong, but AOLserver should be able to step into a mashup

Re: [AOLSERVER] Fun, free applications for building personal sites.

2008-05-05 Thread Dave Bauer
On Mon, May 5, 2008 at 5:29 PM, Jeff Rogers [EMAIL PROTECTED] wrote: Tom Jackson wrote: Wait, I thought mashups were simply http requests from javascript to update parts of a web page. You return either javascript, html or an xml document, which is probably a worthless option. Maybe I

Re: [AOLSERVER] Fun, free applications for building personal sites.

2008-05-05 Thread Tom Jackson
On Monday 05 May 2008 14:29, Jeff Rogers wrote: The wikipedia entry on mashups gives a better description (and references!) than my blurb here: http://en.wikipedia.org/wiki/Mashup_%28web_application_hybrid%29 Right, there is nothing special about mashups. An AOLserver application could

Re: [AOLSERVER] Fun, free applications for building personal sites.

2008-05-05 Thread Bas Scheffers
On 06/05/2008, at 11:44 AM, Tom Jackson wrote: The main thing you need with a mashup is data. Without that, there is nothing to mash. And much of that data is in XML and tdom runs rings around any Java XML implementation, though not sure about the ones in PHP, Perl, etc which are also

Re: [AOLSERVER] Fun, free applications for building personal sites.

2008-05-05 Thread Rusty Brooks
I've used TclSoap. I wasn't like, impressed with it's speed but it seems OK. It seems quite behind the times, though, I did extensive modifications trying to get it to work with various WSDL files and in general it does not do a complete job, which is kind of frustrating, especially when

Re: [AOLSERVER] Fun, free applications for building personal sites.

2008-05-05 Thread Tom Jackson
On Monday 05 May 2008 19:45, Bas Scheffers wrote: On 06/05/2008, at 11:44 AM, Tom Jackson wrote: The main thing you need with a mashup is data. Without that, there is nothing to mash. And much of that data is in XML and tdom runs rings around any Java XML implementation, though not sure

Re: [AOLSERVER] Fun, free applications for building personal sites.

2008-05-05 Thread Tom Jackson
Following up on my previous post about tWSDL... If you guys are actually using WSDL, please look at tWSDL. It functions very well as a server. But internally you can define/derive types as described in the XML-Schema types/structures standards. Once defined, you can create and validate types