kakim...@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/



_______________________________________________
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/

Reply via email to