Re: [Zope] ZAjax anyone?

2005-10-08 Thread Peter Bengtsson
2005/10/8, Chris McDonough <[EMAIL PROTECTED]>:
>
> 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.
>

Personally I recommend tw-sack from
http://smurl.name/wg5
It's implemented in many of the AJAX features of the
IssueTrackerProduct (http://smurl.name/8k) which cangive you zope code
to show how to use ajax in zope.

> - C
>
> ___
> Zope maillist  -  Zope@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 )
>


--
Peter Bengtsson,
work www.fry-it.com
home www.peterbe.com
hobby www.issuetrackerproduct.com
___
Zope maillist  -  Zope@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 )


Re: [Zope] ZAjax anyone?

2005-10-08 Thread Greg Fischer
Oh, that's cool!  The naming "RPC" threw me off.  I knew that
was there, but I guess my assumptions (I know , bad) were that it
communicated over a different protocol, not using port 80.  But, I
suppose, tcp over port 80, spewing out xml is good.  Probably just
what I need.  I'll look into that and get a better
understanding.  Thanks Chris.

GregOn 10/8/05, Chris McDonough <[EMAIL PROTECTED]> 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.
- C-- Greg Fischer1st Byte Solutionshttp://www.1stbyte.com
___
Zope maillist  -  Zope@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 )


Re: [Zope] ZAjax anyone?

2005-10-08 Thread Chris McDonough


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.


- C

___
Zope maillist  -  Zope@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 )