Paketname | libcatalyst-perl |
Beschreibung | elegant Model-View-Controller Web Application Framework |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 5.80025-1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 804 Byte |
Hängt ab von | perl, libclass-data-inheritable-perl, libwww-perl (>= 5.814), libhtml-parser-perl, liburi-perl, libp |
Empfohlene Pakete | libfcgi-perl, libcatalyst-devel-perl |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 293624 Byte |
Prüfsumme MD5 | f158ebde83176b47ed5f65458478821f |
Prüfsumme SHA1 | 5ef5d4f43e0a1aeb38e26d290b13d5dc77f78e4d |
Prüfsumme SHA256 | 5f95cdb7c7e57b1fe40b3deb8aa356f8cbcc4841a3fc79bd126469c0be9e64d2 |
Link zum Herunterladen | libcatalyst-perl_5.80025-1_all.deb |
Ausführliche Beschreibung | Catalyst is an elegant web application framework, extremely flexible yet very
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.
.
This package only contains the Catalyst::Runtime module. If you want to develop
your own web applications install libcatalyst-modules-perl as well.
|