RE: [picocontainer-dev] PicoCall : "every object has a URL"

"Michael Rimov" <[email protected]> Thu, 30 Oct 2008 10:59:46 -0700
Newsgroups gmane.comp.java.picocontainer.devel
Organization Centerline Computers, Inc
Message-ID <009d01c93ab9$4b9a3d50$e2ceb7f0$@com>
Sorry, I usually use HTML fragments when dealing with AJAX calls personally, so
I haven't been using JSON as the transport.  

 

Here's some pages that seem relevant, but not tested:

 

http://docs.jquery.com/Ajax  

 

http://encosia.com/2008/05/29/using-jquery-to-directly-call-aspnet-ajax-page-met
hods/

 

In short, it appears that simply setting the data type to JSON will net you a
converted javascript object once the AJAX request is complete.

 

That's what I get for jumping into the middle of a  conversation , but I hope it
helps :)

 

Peter?

 

 

 
-Mike

 

 

From: Paul Hammant [mailto:[email protected]] 
Sent: Thursday, October 30, 2008 10:10 AM
To: dev-qxt/[email protected]
Subject: Re: [picocontainer-dev] PicoCall : "every object has a URL"

 

I need an existing JQuery/JSON demo to fork then.... none of these look like
that ( http://ui.jquery.com/demos )

 

Can you point to anything I could start with ?

 

- Paul

 

On Oct 30, 2008, at 9:57 AM, Michael Rimov wrote:





I second Peter's vote for JQuery.

 

http://jquery.com/

http://ui.jquery.com/

 

Ultra-Cool selection syntax, super fast benchmarks, and not all the bloat of
Prototype/Scriptaculous.

 

 
-Mike

 

On Oct 30, 2008, at 8:14 AM, Paul Hammant wrote:

1) Does anyone think I should concentrate on something other than Dojo?