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

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

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
Well, that's why I mentioned this in my initial mail: http://jtauber.com/blog/2006/05/23/primitive_python_version_of_gwt_working (the python to javascript translator part) Of course I know how to make some AJAX to in Zope for some specific application. But I wanted to know if some of the core

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
for this borrows heavily from zc.resourcelibrary) and instructions are at http://zif.hill-street.net/headincludes Development status: works for me. This is just a small piece of the AJAX puzzle for Zope, as I see it. -Jim Washington ___ Zope maillist - Zope