Back Button/History Integration
To integrate or not? That is the question. There are existing frameworks/plugins to allow history management in HTML/JS web apps... why reinvent the wheel?
If there already are frameworks that work well, maybe you pick one as a "official recommendation"? That way developers don't have to wonder if app-UI works with history library X.
The only one I've integrated it with is jquery.address, you can see an example here: http://triceam.github.com/app-UI/examples/samples/04%20-%20browser%20history/index.html source: https://github.com/triceam/app-UI/tree/master/samples/04%20-%20browser%20history It should work with others, but you have to put the "hooks" in manually.