[Catalyst] AJAX Support?
Andy Grundman
andy at hybridized.org
Tue Nov 22 22:53:35 CET 2005
Chad Lung wrote:
> Hi all. I've been looking through the Catalyst docs/movies/etc and
> cannot seem to find anything on AJAX support, is this something Catalyst
> supports out of the box, or...?
It's a bit of misinformation that a framework has to "support" Ajax;
anything can support Ajax. :)
But yes, Catalyst has things to help make Ajax easier to use, such as
Catalyst::Plugin::Prototype which is a wrapper around HTML::Prototype.
Check the docs for that, as well as the example application MiniMojo [1]
for an intro on using Ajax in Catalyst.
-Andy
[1] http://www.perl.com/pub/a/2005/06/02/catalyst.html
http://dev.catalyst.perl.org/browser/trunk/examples/MiniMojo
More information about the Catalyst
mailing list