We're currently using VelocityLayoutServlet and the useful tools that it provides. But we need to be able to unit-test the pages that are generated. (For example, if I set user information, I can test to see that "Hello, Rob" appears on the generated output.)
We are developing a Page object which has most of the functionality of VelocityLayoutServlet but does not require a servlet container, and is thus much easier (and faster) to unit test (versus using JWebUnit or HttpUnit, for example).
Would this be useful to others?