Changes for version 0.70 - 2009-08-27
- reimplemented Squatting::With::Log using Squatting::H
- added Squatting::H->bless (breaking all the rules ;)
- changed Squatting::Mapper semantics
- $controller->{queue} has been deprecated in favor of $controller->{continuity}
- Squatting::Mapper now dispatches on $sid + $controller + $path (in that order)
- It used to just be $sid + $controller, but when people start opening multiple tabs, that wasn't enough. It was necessary to be able to distinguish between the different tabs, and putting something random at the end of a path was one way to do that, so it's now the default.
- updated L<Squatting::Cookbook/The Anatomy of a Squatting Application>
Documentation
Squatting server start-up script
Web Development Techniques for Squatting
Modules
A Camping-inspired Web Microframework for Perl
default controller class for Squatting
a slot-based object that's vaguely reminiscent of Camping::H
map requests to session queues
if all else fails, you can still deploy on CGI
embed a Squatting app into a Catalyst app
use Continuity as the server for your Squatting app
a handler for Apache 1.3's mod_perl
mod_perl 2.0 support for Squatting
default view class for Squatting
provide a simple access log on STDERR
inspect running Squatting apps with Coro::Debug
a simple error log for Squatting apps