a VIPs YAPC::NA 2010 notes
YAPC::NA 2010 Technology Overview
I am new to the Perl community. This is an overview of the the technology I found interesting in the talks I attended at YAPC::NA 2010 http://yapc2010.com/.
Web
- Catalyst - MVC framework for Perl supporting many different runtime environments
- Catalyst::Controller::DBIC::API - Simplify REST interface to DBIx::Class
- HTML::Zoom - rips the logic right out of your template thus acheiving a Zoom for the average designer
- Template::Declare - declaritive templating
- Form::Factory - a Moosified general-purpose form handling API,
looks very promising - PSGI - Perl Web Server Gateway Interface Specification (aka middleware)
- Plack - Perl Superglue for Web frameworks and Web Servers (Perl implementation of PSGI specification)
- http://nginx.org - Highly optimized HTTP and reverse proxy server,
as well as a mail proxy server - http://qublog.net - Catalyst web application using Template::Declare and Form::Factory