On Wed, Aug 13, 2008 at 2:39 PM, <[EMAIL PROTECTED]> wrote:

>
>
> 2) I have been looking (googling) for Jemplates and got no luck really.
> Most of the AJAX tutes do not talk about Catalyst enough (what more of
> Jemplates)...  Any good tutorials for Jemplates especially in terms of
> what I want to achieve (as described above)?


I would start out by setting up an API controller
(MyApplication::Controller::API)
which is a Catalyst::Controller::REST.

Flesh out your API methods and have jQuery act as an intermediary between
your API controller and Jemplate (using $.get, $.post, etc.)

Rob
_______________________________________________
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