Today, I decided to write a new webapp (this will be out soon). I have been off since a while in the webapp developpement, so it’s a bit hard to start this new project.
I decided to look on recent Quixote’s developpement on Alinea. I first used the same components.. after 2 hours.. nothing works :
- issues with session management, not really hard to fix
- big trouble with _q_traversal, _q_index .. I really hate this stuff. I don’t really understand why quixote have a so complicated framework.
After 2 hours, I switched to something more friendly: CherryPy in 10 minutes I have the base working. I really like the way you can use medusa or mod_scgi in Quixote, but Webware, CherryPy, Zope have some simple components for sessions, and url handling: And this is so hard in Quixote :(








