NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Mostly client-side (Score:1)
Re:Mostly client-side (Score:2)
Anyway,
You used XML to push data around in your back-end with AxKit -- now you use JSON to push data to the client (and back).
Javascript is relatively easy to learn, but you'll be spending all sorts of time learning the APIs of the browsers and then of all the Javascript libraries people put on top to avoid dealing with the browser quirks more than necessary.
For internal applications ExtJS is Really Excellent. For a highly QA'ed, well documented "outside facing" library the YUI JS is great.
- ask
-- ask bjoern hansen [askbjoernhansen.com], !try; do();
Reply to This
Parent
Re: (Score:1)
Personally I like Catalyst better, and like Catalyst, because it gets away with quite little magic (unlike Jifty), but it has neat provisions to make your code very, very non-repetitive. Dispatch-type Chained is the bomb; it has helped clean up my code (that was already reasonably well-structured) to a similar extent as going from procedural to object-oriented in a GUI app (and I don’t mean messy procedural code).