[Templates] Templates and AJAX
Buddy Burden
buddy@thinkgeek.com
Sun, 19 Nov 2006 12:27:21 -0500
Bill,
> Has anyone managed to get PerlJAX or some other AJAX library working
> with TTK?
We use OpenThought (http://www.openthought.net/) with TT2. Altho OT was designed to use CGI::Application and
HTML::Template, it works well without that framework too, so if you don't need all the fancy bells and whistles (e.g. we
didn't need any session tracking built in because we already had that for our site), it's fairly easy to use TT2 with
OT. (And if you do need all the bells & whistles, I understand that CGI::Application works well with TT2, but I don't
know how difficult it would be to convince the OT code to do that.) And Eric (OT's author) is very responsive.
-- Buddy