Re: [Webware-discuss] Python and AJAX

2005-11-17 Thread Eduardo Elgueta
John, We are using your method and it works great. The only change I've introduced is a parameter to specify the servlet to call from within de ajax call, beacuse all of our client functionality is in a separate servlet (in fact, our client pages are not servlets, but regular html files serve

RE: [Webware-discuss] Python and AJAX

2005-11-02 Thread jose
WOOHOO I can't wait to give this a try. Thanks for putting in the effort Jose > Original Message > Subject: Re: [Webware-discuss] Python and AJAX > From: John Dickinson <[EMAIL PROTECTED]> > Date: Wed, November 02, 2005 8:03 am > To: Eduardo Elguet

Re: [Webware-discuss] Python and AJAX

2005-11-02 Thread John Dickinson
ok, it's now on the wiki. feel free to ask any questions. improvements are welcome. http://wiki.w4py.org/ajax_in_webware.html that's the first time i've used a wiki, so be gentle. --john Eduardo Elgueta wrote: John, I think you should post this in the Wiki (http://wiki.w4py.org/). You nee

Re: [Webware-discuss] Python and AJAX

2005-11-02 Thread Eduardo Elgueta
John, I think you should post this in the Wiki (http://wiki.w4py.org/). You need to subscribe first, in Goto | Login. Once you do that, Me and everyone else can check it out. Regards, Ed. John Dickinson wrote: I written one that I use in our main web application. In my opinion, it's really

Re: [Webware-discuss] Python and AJAX

2005-11-02 Thread John Dickinson
I written one that I use in our main web application. In my opinion, it's really easy to use. The idea is that the javascript only needs to be written once and everything else is handled in pure python in a webware-ish way. The code is not hosted anywhere right now, but I'd be more than happy

Re: [Webware-discuss] Python and AJAX

2005-11-02 Thread Stephan Diehl
On Wednesday 02 November 2005 14:46, Eduardo Elgueta wrote: > Hi All, > > Does anybody knows about a good AJAX framework suited to Python? > > I found about OpenRico (http://wiki.w4py.org/ajaxservlet.html) but I > have no references about it. Is it good? Is it feature/component rich? > Has anybody