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 - [email protected] > 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 - [email protected] 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 )
