Ark

Web Application Framework

Description

Ark は perl で書かれたウェブアプリケーションフレームワーク(WAF)です。

Ark はおなじく perl 製のフレームワークである Catalyst を参考に開発されており、その多くの特徴はそのまま引き継いでいます。

そのため Catalyst の経験のある開発者であればすぐに使い始めることができるでしょう。

Catalyst とのいちばんの違いは、Catalyst は実用的に運用するためには基本的に mod_perl や FastCGI など永続的なプロセス実行環境を要求するのに対し、 Ark は CGI でも実用的に動作するという点を重視して開発されています。

もちろん mod_perl/FastCGI でも動作します。

より詳しい説明はドキュメントを参照ください。

Download

現在の最新バージョンは 0.1rc1 です。以下のURLからダウンロードすることができます。

Ark version 0.1rc1

Install and how to use

ドキュメント を参照ください。

また perldoc 形式のドキュメントは github 上にて手に入れることができます。

http://github.com/typester/ark-document-ja

Development

開発版はgithubにて入手できます。

git clone git://github.com/typester/ark-perl.git

Authors

Copyright and License

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.