perl - Why doesn't Catalyst support routes dispatching -


i'm wondering why catalyst not have routes-based dispatching mechanism. have insights on that?

i know of achievable chained methods, struggle them (my bad, know). used routes in mojolicious , feel more comfortable.

i'm tempted roll own based on path::router, before embark on such project thought i'd ask wise people.

and, while i'm @ it, there source understanding dispatching in catalyst, beside reading code?

thanks-

it possible construct routes dispatching mechanism in catalyst. this question , answer discusses it, , meaty part can found in this advent calendar article.

that first link refer definitive guide catalyst, book worth getting hold of. dispatching discussed @ length therein.


Comments

Popular posts from this blog

php - Submit Form Data without Reloading page -

linux - Rails running on virtual machine in Windows -

php - $params->set Array between square bracket -