Documentation
Comparisons betweeen Jifty and other frameworks:
- Catalyst (Perl)
- Rails (Ruby)
- Seaside (Smalltalk)
- Django (Python)
- TurboGears (Python)
The non-use of MVC seems a nice advantage...?
How about an explanation of how this all works? How does the continuation magic work, for example?
How to upgrade existing apps?
I create an app with Jifty app --name MyApp, then I do a cpan upgrade. Does MyApp get upgraded automatically or is there another step?