I am in process of building up a small framework that does unit testing for JSPs. These JSPs have some custom tags, otherwise they are not any special.
Although ther
Here is a example project that run Jettys ServletTester with jsps.
https://github.com/genthaler/jetty-jsp-unit-test-simple/