Re: JSON and WebObjects

2009-11-11 Thread Miguel Arroz
Hi! Just include the Wonder Ajax framework and use the (IIRC) AjaxProxy component. It gives you a bare bones jason bridge. Yours Miguel Arroz On 2009/11/11, at 03:50, Don Lindsay wrote: Hello; I am looking to play with some JSON implementations with WebObjects. Unfortunately I hav

Re: JSON and WebObjects

2009-11-11 Thread John Lennard
Hi, I have been doing a fair bit of json-rpc the last few days. There are a few approaches i have been using in my apps In one.. i am using the json rpc at a component level for auto completion, and for the starting of and tracking of long running server processes. These both use LEWOStuff.. a

Re: JSON and WebObjects

2009-11-11 Thread Don Lindsay
Thank you sir. On Nov 11, 2009, at 1:26 AM, Andrew Lindesay wrote: Hello Don; The framework will deal with EO serialisation for you. Watch the WOWODC-2009 video on this subject and check out the sample code which was shown in the video; http://homepage.mac.com/andrewlindesay/le/

Re: JSON and WebObjects

2009-11-10 Thread Andrew Lindesay
Hello Don; The framework will deal with EO serialisation for you. Watch the WOWODC-2009 video on this subject and check out the sample code which was shown in the video; http://homepage.mac.com/andrewlindesay/le/downloads/JSONRPCHandsOn-SessionCode-1sep2009.zip I think John Lennard i

Re: JSON and WebObjects

2009-11-10 Thread Chuck Hill
On Nov 10, 2009, at 8:05 PM, Don Lindsay wrote: Hello Chuck; Already did that. When I go to WOWODC, the slideshow loads but then never does it anything, just plays the same overview screen for 15 minutes. You mean the one marked *** PREVIEW *** Using JSON-RPC with WebObjects*** PREVIE

Re: JSON and WebObjects

2009-11-10 Thread Don Lindsay
Hello Chuck; Already did that. When I go to WOWODC, the slideshow loads but then never does it anything, just plays the same overview screen for 15 minutes. On Nov 10, 2009, at 10:56 PM, Chuck Hill wrote: http://www.google.com/search?client=safari&rls=en&q=Webobjects+JSON ? On Nov 10,

Re: JSON and WebObjects

2009-11-10 Thread Don Lindsay
I am wanting to pass EO Objects back and forth to an AJAX web application. We have a need where the entire front wend web application will be designed by graphics designers, no developers involved, then it will be turned over to the Developers to make sure all the bits are filled in. (man

Re: JSON and WebObjects

2009-11-10 Thread Andrew Lindesay
Hello Don; You will be happy to know that I've got some quite good material in this space. Check out my WOWODC-2009 video and or look at LEWOStuff; http://homepage.mac.com/andrewlindesay/le/manuals/lewostuff/LEWOStuffOverview.pdf (6.10.1 LEJSONFormat) (7.20 JSON-RPC) Th

Re: JSON and WebObjects

2009-11-10 Thread Chuck Hill
http://www.google.com/search?client=safari&rls=en&q=Webobjects+JSON ? On Nov 10, 2009, at 7:50 PM, Don Lindsay wrote: Hello; I am looking to play with some JSON implementations with WebObjects. Unfortunately I have not been able to find much information or examples. I searched through go