|
By Shawn Moore (sartak) from Tsukuba.pm Date: Wednesday, 23 June 2010 10:00 Duration: 20 minutes Target audience: Any Language: English Tags: design dispatcher moose oop path router |
Hey! Path::Dispatcher kicks ass!
You can find more information on the speaker's site:
- Abstract: http://sartak.org/talks/yapc-na-2010/path-dispatcher/abstract.txt
- Talk: http://sartak.org/talks/yapc-na-2010/path-dispatcher/
Path::Dispatcher solves the problem of "dispatch" - mapping a string (the path) through a set of rules to find matches and then act upon them. Most commonly this is done in web applications to run one or more actions based on each incoming request URI. However, Path::Dispatcher, unlike most of the other modules in its niche, is not married to the web. It is also used to dispatch based on command-line arguments in some applications, and to dispatch commands in a MUD engine.
This talk will give a brief overview of Path::Dispatcher's features. Then the meat of the talk will describe how its flexible design has met the challenges thrown at it, and how Path::Dispatcher's sibling rival, Path::Router, would have fared.
Check it out:
http://search.cpan.org/perldoc?Path::Dispatcher
http://github.com/bestpractical/path-dispatcher
- Sterling Hanenkamp (zostay)
- Arthur Schmidt (fREW)
- Stevan Little (stevan)
- Jesse Luehrs (doy)
- Devin Austin (dhoss)
- Kenneth Graves (kag)
- Michael Lambert
- Shawn Moore (sartak)
- Jason May (jasonmay)
- Adam Foxson (Fhoxh)
- Chas. Owens (cowens)
- Chris Nehren (apeiron)
- jerry gay (particle)
- Nicholas Perez (nperez)
- Kevin Falcone (jibsheet)
- Stephen Scaffidi (hercynium)
- Chris Hemmerich
- Nova Patch (patch)