Paketname | libcatalyst-engine-apache-perl |
Beschreibung | base class for Apache 1.x and 2.x Catalyst engines |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.12-3 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 112 Byte |
Hängt ab von | perl (>= 5.6.0-16), libcatalyst-perl, libapache2-mod-perl2 |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 23420 Byte |
Prüfsumme MD5 | 7d58317ab580822367094f20dc0c31ca |
Prüfsumme SHA1 | aea3c8473dd63b0d93a060bcf016628a4c836423 |
Prüfsumme SHA256 | f81067a23829b344ea61a13c71787bb1e7272b21bbdb4cfff8c7409883e43f38 |
Link zum Herunterladen | libcatalyst-engine-apache-perl_1.12-3_all.deb |
Ausführliche Beschreibung | 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::Engine::Apache is a base class for Apache 1.x and 2.x Engines.
|