Embedded Resin for Testing
Scott Ferguson just blogged about Resin 3.1.5's new test friendly embeddable version:
One of the things we've been working on for the Resin 3.1.5 is an embeddable version of Resin, primarily intended to simplify unit testing for Resin users.
The embedded Resin has a testing API that can process a web-request without opening a HTTP port, saving a bit of testing time, and also simplifying the test setup. I've added a wiki page for jUnit and Resin to give an example of this setup.
This rocks, and will make testing web apps so much easier, even nicer that the API isn't tied to JUnit in anyway, so roll on integrating this with TestNG!