Re: [Zope] AJAX and Zope

2006-05-24 Thread Andreas Jung
--On 24. Mai 2006 13:43:27 +0100 Pascal Peregrina [EMAIL PROTECTED] wrote: Hi, I was wondering if there is any plan to have built-in support (i.e. helpers, built-in Zope objects, etc) in order to support AJAX in Zope at some point. Zope is already XML-RPC compliant, so it should not be

Re: [Zope] AJAX and Zope

2006-05-24 Thread Lennart Regebro
On 5/24/06, Pascal Peregrina [EMAIL PROTECTED] wrote: I was wondering if there is any plan to have built-in support (i.e. helpers, built-in Zope objects, etc) in order to support AJAX in Zope at some point. The helpers would then be some sort of Ajax JS library. I think that at this time it

RE: [Zope] AJAX and Zope

2006-05-24 Thread Pascal Peregrina
to Zope within the browser. Does it make more sense now? Pascal -Message d'origine- De : Lennart Regebro [mailto:[EMAIL PROTECTED] Envoyé : mercredi 24 mai 2006 14:56 À : Pascal Peregrina Cc : zope@zope.org Objet : Re: [Zope] AJAX and Zope On 5/24/06, Pascal Peregrina [EMAIL PROTECTED

Re: [Zope] AJAX and Zope

2006-05-24 Thread Jonathan
Have you looked at: http://zif.hill-street.net/jsonserver Jonathan - Original Message - From: Pascal Peregrina [EMAIL PROTECTED] To: zope@zope.org Sent: Wednesday, May 24, 2006 9:18 AM Subject: RE: [Zope] AJAX and Zope By Zope objects I meant: You've got a page template

RE: [Zope] AJAX and Zope

2006-05-24 Thread Andreas Jung
--On 24. Mai 2006 14:18:34 +0100 Pascal Peregrina [EMAIL PROTECTED] wrote: By Zope objects I meant: You've got a page template for example, and you include such an AJAX enabled object, basically rendering an HTML fragment, and the resulting page will include the page template code + the

Re: [Zope] AJAX and Zope

2006-05-24 Thread Lennart Regebro
On 5/24/06, Pascal Peregrina [EMAIL PROTECTED] wrote: By Zope objects I meant: You've got a page template for example, and you include such an AJAX enabled object, basically rendering an HTML fragment, and the resulting page will include the page template code + the fragment (similar to a

Re: [Zope] AJAX and Zope

2006-05-24 Thread Tarek Ziadé
Lennart Regebro wrote: On 5/24/06, Pascal Peregrina [EMAIL PROTECTED] wrote: By Zope objects I meant: You've got a page template for example, and you include such an AJAX enabled object, basically rendering an HTML fragment, and the resulting page will include the page template code + the

RE: [Zope] AJAX and Zope

2006-05-24 Thread Pascal Peregrina
of including the JS library and then make some python code). Pascal -Message d'origine- De : Lennart Regebro [mailto:[EMAIL PROTECTED] Envoyé : mercredi 24 mai 2006 15:27 À : Pascal Peregrina Cc : zope@zope.org Objet : Re: [Zope] AJAX and Zope On 5/24/06, Pascal Peregrina [EMAIL PROTECTED

Re: [Zope] AJAX and Zope

2006-05-24 Thread Lennart Regebro
On 5/24/06, Tarek Ziadé [EMAIL PROTECTED] wrote: You might want to look at Azax approach as well: besides the way it works (you define behaviors in XML files, that get processed by a js engine) it gathers Zope 3 help views, that let the developer define the behavior in Python I think the stuff

Re: [Zope] AJAX and Zope

2006-05-24 Thread Jim Washington
Lennart Regebro wrote: On 5/24/06, Pascal Peregrina [EMAIL PROTECTED] wrote: By Zope objects I meant: You've got a page template for example, and you include such an AJAX enabled object, basically rendering an HTML fragment, and the resulting page will include the page template code + the