Difference between revisions of "Catalyst (framework)"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
 
(→‎Links: more on Handel)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
==Overview==
 
==Overview==
 
"Catalyst is an elegant web application framework [for [[Perl]]], extremely flexible yet extremely simple. It's similar to [[Ruby on Rails]], Spring ([[Java]]), and Maypole, upon which it was originally based."{{seed}}
 
"Catalyst is an elegant web application framework [for [[Perl]]], extremely flexible yet extremely simple. It's similar to [[Ruby on Rails]], Spring ([[Java]]), and Maypole, upon which it was originally based."{{seed}}
 +
 +
Catalyst is available in the repositories for [[Ubuntu]] and probably other [[Linux distro]]s.
 +
 
==Reference==
 
==Reference==
 
* [http://search.cpan.org/~mramberg/Catalyst-Runtime-5.7002/lib/Catalyst/Manual/Intro.pod Intro (version 5.70002)]
 
* [http://search.cpan.org/~mramberg/Catalyst-Runtime-5.7002/lib/Catalyst/Manual/Intro.pod Intro (version 5.70002)]
 +
* {{wikipedia|Catalyst (software)}}
 +
 
==Links==
 
==Links==
 
* [http://www.perl.com/pub/a/2005/06/02/catalyst.html Catalyst] by Jesse Sheidlower
 
* [http://www.perl.com/pub/a/2005/06/02/catalyst.html Catalyst] by Jesse Sheidlower
 
** [http://www.perl.com/pub/a/2005/06/02/catalyst.html?page=2 Sample Application: MiniMojo, an Ajax-Based Wiki in 30 Lines of Written Code]
 
** [http://www.perl.com/pub/a/2005/06/02/catalyst.html?page=2 Sample Application: MiniMojo, an Ajax-Based Wiki in 30 Lines of Written Code]
 +
** [http://www.catalystframework.org/calendar/ Catalyst Advent Calendar]
 +
*** [http://www.catalystframework.org/calendar/2006/2 Day 2 - Handel]: [http://handelframework.com/ Handel] is a "basic framework for cart/order/checkout operations" ([[e-commerce]] [[shopping cart software]])
 +
**** [http://www.perl.com/pub/a/2005/11/17/handel.html Building E-Commerce Sites with Handel]
 +
*** [http://www.catalystframework.org/calendar/2006/5 Day 5 - Taming legacy websites with Catalyst and wget]

Latest revision as of 23:00, 7 April 2007

Overview

"Catalyst is an elegant web application framework [for Perl], extremely flexible yet extremely simple. It's similar to Ruby on Rails, Spring (Java), and Maypole, upon which it was originally based."

This page is a seed article. You can help HTYP water it: make a request to expand a given page and/or donate to help give us more writing-hours!

Catalyst is available in the repositories for Ubuntu and probably other Linux distros.

Reference

Links