[Catalyst] Catalyst - any good AJAX tutes?

David Dorward david at dorward.me.uk
Fri Mar 6 09:45:34 GMT 2009


kakimoto at tpg.com.au wrote:
>  I would like to use AJAX in my catalyst app. Any good references/tutes
> to recommend?
>   
Ajax just comes down to "making HTTP requests without leaving the page 
using JavaScript". There isn't really anything Catalyst specific about 
it (except possibly a mention that Catalyst::View::JSON could be useful 
for presenting data in a way that is easy to parse using JavaScript).

For some general Ajax material I would suggest 
http://domscripting.com/blog/display/41 and a library such as 
http://developer.yahoo.com/yui/connection/

-- 
David Dorward
http://dorward.me.uk/





More information about the Catalyst mailing list