タグ

perlとCGI-Ajaxに関するishideoのブックマーク (2)

  • PerlでAjax(CGI-Ajax編)

    prototype.jsの利用例:マウスオーバー時にテキストを編集できるようにするでは、お問い合わせフォームの確認画面上でテキストを編集可能にするためにprototype.jsと利用しました(prototype.jsの利用例なので当然ですが^^;) prototype.jsはRailsと親和性の高い有用なライブラリですが、裏を返すとPerl等で作られた古いアプリケーションのAjax化にはそれほど親和性は高くないということで・・・。レガシーなアプリのAjax化にはprototype.js(の直接利用)は必ずしも適さないかもと感じました。そこで、レガシーなPerlアプリをAjax化する際に使えそうなライブラリを探して触ってみましたのでお伝えします。CGI::AjaxとHTML::Prototypeという二つのライブラリをとりあげる予定です。今回は、まずCGI::Ajaxをとりあげます。 なお、

  • Using Ajax from Perl

    Using Ajax from Perl Mar 2, 2006 by Dominic Mitchell If you’re even remotely connected to web development, you can’t have failed to have heard of Ajax at some point in the last year. It probably sounded like the latest buzzword and was one of those things you stuck on the “must read up on later” pile. While it’s definitely a buzzword, it’s also quite a useful one. Ajax stands for “Asynchronous Jav

  • 1