Web Application Framework
Ark は perl で書かれたウェブアプリケーションフレームワーク(WAF)です。
Ark はおなじく perl 製のフレームワークである Catalyst を参考に開発されており、その多くの特徴はそのまま引き継いでいます。
そのため Catalyst の経験のある開発者であればすぐに使い始めることができるでしょう。
Catalyst とのいちばんの違いは、Catalyst は実用的に運用するためには基本的に mod_perl や FastCGI など永続的なプロセス実行環境を要求するのに対し、 Ark は CGI でも実用的に動作するという点を重視して開発されています。
もちろん mod_perl/FastCGI でも動作します。
より詳しい説明はドキュメントを参照ください。
現在の最新バージョンは 0.1rc1 です。以下のURLからダウンロードすることができます。
ドキュメント を参照ください。
また perldoc 形式のドキュメントは github 上にて手に入れることができます。
http://github.com/typester/ark-document-ja
開発版はgithubにて入手できます。
git clone git://github.com/typester/ark-perl.git
Copyright © 2009 KAYAC Inc. All rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
The full text of the license can be found in the LICENSE file included with this module.