Howtos
"How do I do X in Catalyst?"
Authentication and authorization
- Interim Authorization and Authentication Example - Until the documentation catches up with recent authentication/authorization changes, this might help you overcome any confusion.
- SSO Authentication - authentication via information provided by an external single-sign-on service.
- Auth Open IDRoles DBIC - authenticate via OpenID, but fetch roles from local table.
- Redirect after login to the previous page
Deployment
- mod perl vs. Fast CGI? - please leave this alone (MojoMojo bug testcase)
- mod perl vs Fast CGI?
- nginx - nginx leads lighttpd in terms of popularity and better resource utilization, according to WikiVS
- Lighttpd - lighttpd is lighter, simpler and considerably faster than Apache. If you don't have a specific reason to use Apache, lighttpd will probably do the job with less headache and overhead.
- Apache
- Lite
Speed - Installing Lite Speed and Fast CGI for Catalyst - Building PAR Packages - Catalyst Advent Calendar 2005
- PAR Deployments with Apache and Fast CGI
Misc
- Introduction to Catalyst for CGI Programmers
- Debugging Catalyst applications
- Writing Components - How to write components (Model, Views and Controllers) and handle configuration
- Redirect Methods - How to handle redirecting, particularly after a POST request.
- Using Unicode
- Facebook applications
- Layering static content over your Catalyst Application with Apache and FastCGI
- Long Computations - Giving something to your client before the controller is finished
- Chained Examples - Examples of how to use :Chained()
- Model Config Sharing - Sharing configurations between models
