パッケージ: libcatalyst-manual-perl (5.9013-1)
libcatalyst-manual-perl に関するリンク
Debian の資源:
libcatalyst-manual-perl ソースパッケージをダウンロード:
- [libcatalyst-manual-perl_5.9013-1.dsc]
- [libcatalyst-manual-perl_5.9013.orig.tar.gz]
- [libcatalyst-manual-perl_5.9013-1.debian.tar.xz]
メンテナ:
- Debian Perl Group (QA ページ, メールアーカイブ)
- gregor herrmann (QA ページ)
- Ansgar Burchardt (QA ページ)
- Florian Schlichting (QA ページ)
外部の資源:
- ホームページ [metacpan.org]
類似のパッケージ:
- libcatalyst-action-renderview-perl
- libcatalyst-model-dbi-perl
- libcatalyst-model-adaptor-perl
- libcatalyst-plugin-cache-perl
- libcatalyst-modules-extra-perl
- libcatalyst-model-cdbi-crud-perl
- libcatalyst-plugin-session-store-file-perl
- libcatalyst-plugin-setenv-perl
- libcatalyst-view-json-perl
- libcatalyst-log-log4perl-perl
- libcatalyst-view-mason-perl
developer's manual for Catalyst
Catalyst is an elegant web application framework, extremely flexible yet extremely simple. It's similar to Ruby on Rails, Spring (Java) and Maypole, upon which it was originally based.
Catalyst follows the Model-View-Controller (MVC) design pattern, allowing you to easily separate concerns, like content, presentation, and flow control, into separate modules. This separation allows you to modify code that handles one concern without affecting code that handles the others. Catalyst promotes the re-use of existing Perl modules that already handle common web application concerns well.
Catalyst::Manual contains Catalyst developer's manual.