[Zope] Re: ZAjax anyone?

Bakhtiar A Hamid bakhtiar.ahamid at gmail.com
Mon Oct 10 11:28:03 EDT 2005


On 10/10/05, Greg Fischer <retheoff at gmail.com> wrote:
>
> Ok, after further investigation, Tim Morgan's React is not exactly what I
> am looking for. That said, his work is outstanding, and I think it's
> awesome! It's like Ruby On Rails implemented (better IMHO) in Zope! Very
> cool!
>
> However, I think what I want to work with is just a Zope product without
> the MVC stuff.



here's how i look at it

we have zope (dtml/script/zsql-method) that do specific calls that spits out
results via xmlrpc.

on the browser side, we have all these ajax libs - openrico, dojo,
mochikits, azax, DataRequestor, jsolait, tim morgan's mini, etc

we just need to connect the dots. the ajax lib + our java functions/etc will
call dtml/script/sql-method via xmlrpc(builtin) or jasonrpc(with the jsonrpc
product) and page will be updated inline(?)

not much voodo involved. everything is there already.

a simple demo is at http://myzope.kedai.com.my/blogs/kedai/demo/; a script
python that just spits out DateTime().pCommon(), and the other, a script
python tah calls html file randomly. replace that with anythin we want.

zope rox! but i guess we all know that



Thanks again everyone!
>
> Greg
>
> On 10/9/05, Greg Fischer <retheoff at gmail.com> wrote:
> >
> > Thank you everyone! I really appreciate all the input. It's amazing what
> > you find by doing a little more thorough searching... here's more of what I
> > am looking for:
> > http://timmorgan.org/wiki/ReactFrameworkForZope
> >
> > Tim Morgan has put together what I would call Zajax from the looks of
> > it. I am going to start playing around with it, and see how it fits my
> > needs.
> >
> > On a side note, I have put together a quick 'n' dirty blog about the
> > things I am finding, particularly for XMLHTTP, not JSON or XML-RPC.
> > www.zajax.net <http://www.zajax.net> - (I liked the name so much, I had
> > to register the domain! :)
> >
> > On 10/9/05, Michael Haubenwallner < michael at d2m.at> wrote:
> > >
> > > Chris McDonough wrote:
> > >
> > > >
> > > > On Oct 8, 2005, at 6:54 AM, Greg Fischer wrote:
> > > >
> > > >>
> > > >> I would love to have a product (called ZAjax :) that simply
> > > receives
> > > >> a request from the client and spits out xml. To be more specific, a
> > >
> > > >> set of classes that call ZSQL methods and retrieve records, then
> > > send
> > > >> that back in xml format.
> > > >
> > > >
> > > > We've had this built in to Zope for a long time in the form of XML-
> > > > RPC. There are several JavaScript libraries that implement an XML-
> > > RPC
> > > > client, the best in my recollection being vcXMLRPC.
> > > >
> > >
> > > http://myzope.kedai.com.my/blogs/kedai/49
> > > shows a few different ways to do Ajax and Zope.
> > >
> > > Michael
> > >
> > > --
> > > http://zope.org/Members/d2m
> > > http://planetzope.org
> > >
> > > _______________________________________________
> > > Zope maillist - Zope at zope.org
> > > http://mail.zope.org/mailman/listinfo/zope
> > > ** No cross posts or HTML encoding! **
> > > (Related lists -
> > > http://mail.zope.org/mailman/listinfo/zope-announce
> > >  http://mail.zope.org/mailman/listinfo/zope-dev )
> > >
> >
> >
> >
> > --
> > Greg Fischer
> > 1st Byte Solutions
> > http://www.1stbyte.com
> >
>
>
>
> --
> Greg Fischer
> 1st Byte Solutions
> http://www.1stbyte.com
>
> _______________________________________________
> Zope maillist - Zope at zope.org
> http://mail.zope.org/mailman/listinfo/zope
> ** No cross posts or HTML encoding! **
> (Related lists -
> http://mail.zope.org/mailman/listinfo/zope-announce
> http://mail.zope.org/mailman/listinfo/zope-dev )
>
>
>


--
http://myzope.kedai.com.my - my-zope org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.zope.org/pipermail/zope/attachments/20051010/9eba08de/attachment.htm


More information about the Zope mailing list