On stateful URLs
From a recent post I made on the seaside mailing list:
The web is both presentation... and interaction. Presentation should be bookmarkable. Interaction should not be (except within a limited context).
Seaside makes it easy to do interaction, and possible to do presentation. Most web frameworks are the other way around.
Comments