search.cpan.org: Sebastian Riedel / Catalyst-Plugin-Ajax-0.02
Catalyst::Plugin::Ajax Plugin for Ajax
Perl の MVC フレームワーク Catalyst に Ajax プラグインが登場。XmlHttpRequest オブジェクトの生成から innerHtml のはめこみあたりを定型化してくれる。
Ruby On Rails でも、
With the inclusion of Ajax helpers in Rails 0.11.0, we've addressed the most important concern holding back large scale Ajax use: Writing DHTML by hand. Manipulating the DOM by hand is a labor-intensive and error-prone process rife with frustration and cross-browser compatibility. With the Ajax support in Rails, writing manual Javascript/DHTML is (almost) a thing of the past.
という感じで Ajax 用の Helper Tags ができたみたいですね。
Ajax 自体は汎用化するのが難しい気もしますが、こうしたフレームワークで再利用性を少しでも高めるのはメリットがありそうです。
http://www.modernmethod.com/sajax/
こーいうのもありますね