Pakket: libcatalyst-model-adaptor-perl (0.10-3)
Verwijzigingen voor libcatalyst-model-adaptor-perl
Debian bronnen:
Het bronpakket libcatalyst-model-adaptor-perl downloaden:
- [libcatalyst-model-adaptor-perl_0.10-3.dsc]
- [libcatalyst-model-adaptor-perl_0.10.orig.tar.gz]
- [libcatalyst-model-adaptor-perl_0.10-3.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [metacpan.org]
Vergelijkbare pakketten:
- libcatalyst-perl
- libcatalyst-manual-perl
- libcatalyst-modules-extra-perl
- libcatalyst-model-cdbi-crud-perl
- libcatalyst-plugin-session-store-dbic-perl
- libcatalyst-plugin-i18n-perl
- libcatalyst-log-log4perl-perl
- libcatalyst-view-email-perl
- libcatalyst-plugin-setenv-perl
- libcatalyst-controller-html-formfu-perl
- libcatalyst-plugin-subrequest-perl
glue for Catalyst model modules
The idea is that there's no need for a Catalyst model to be anything other than a line or two of glue. Using this module ensures that Model classes are separate from the rest of the application and therefore are well-abstracted, reusable, and easily testable.
Right now there are too many modules on CPAN that are Catalyst-specific. Most of the models would be better written as a class that handles most of the functionality with just a bit of glue to make it work nicely with Catalyst. Catalyst::Model::Adaptor aims to make integrating that class with Catalyst trivial, so there's no extra work involved in makint the model generic.
Catalyst is an elegant Model-View-Controller web application framework written in Perl.
Andere aan libcatalyst-model-adaptor-perl gerelateerde pakketten
|
|
|
|
-
- dep: libcatalyst-perl
- elegant Model-View-Controller Web Application Framework
-
- dep: libmro-compat-perl
- mro::* interface compatibility for Perls < 5.9.5
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language