Tag Archives: designpatterns

Javascript Front Controller for AJAX Applications

Does anyone know if there are any implementations of a Front Controller in Javascript? This could be really handy for my work on the statzen interface.
Here are the problems I am hoping to solve:

The browser’s “back button” doesn’t typically work for AJAX interfaces. The Yahoo! UI Library has a History Manager that solves this problem, [...]