> -----Original Message----- > From: wolf2k5 [mailto:[EMAIL PROTECTED] > Sent: Sunday, October 02, 2005 3:33 PM > To: CF-Talk > Subject: [SOT] Better WDDX JavaScript serializer/deserializer functions? > > Hi all, > > I am developing a web application with ColdFusion MX 6.1. > > I added some AJAX features using WDDX as format for exchanging data > between the browser and the server, since it's supported natively by > ColdFusion (e.g. CFCs with remote access). > > However the WDDX JavaScript serializer/deserializer functions from the > www.openwddx.org web site seems pretty slow when dealing with > large/complex amount of data, e.g. a 50 KBytes WDDX packet, containing > a struct, containing some strings and a large recordset ... > > Both Internet Explorer and Firefox take up a lot of time (e.g. 10 > seconds) to decode the data ... > > Do you know any better WDDX JS library?
I've got one... I'm not sure if it's "better" tho'. Right now it's sort of embedded in a larger library (the full library does WDDX, JSON, XML-RPC and YODEL) - I could split it out for you if you like. It may be faster, it may not.... but it definitely takes advantage of more modern scripting techniques. Jim Davis ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:219849 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

