Perl Catalyst: Web Mashups with Catalyst
Blogs20112011-12-02
Web Mashups with Catalyst
Perl’s Catalyst is a MVC web framework which is very like Ruby On Rails, or Python’s Django.I did quick development by using it. Here is a helpful document which leads a quick start:
The following are features of Catalyst, the elegant MVC framework:
- Perl-based web framework
- MVC architecture
- Flexible URL dispatcher
Self-contained, no external file -
Philosophy / coding practices
- DRY – Don’t Repeat Yourself
- Glue – Thin Controllers / Model Wrappers
- Maintainability, maintainability, and maintainability
