Hacker News new | past | comments | ask | show | jobs | submit login

"This probably means that 'controllers' need to go away in favor of 'resources', and routes can be vastly simplified, if not completely derived/inferred by the framework."

http://docs.pylonsproject.org/projects/pyramid/en/1.3-branch...




Also, Zope maps URLs to method invocations on objects or their containers - http://server/ob1/ob2/m1 is served by storage['ob1']['ob2'].m1() (there are ways to mess with that, of course)


yeah, traversal is one of the nice things pyramid took from zope. Very powerful if your data model fits in a nice hierarchy.




Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: