//Test This example is for players of Extreme Startup who can't get an HTTP server to run in their prefered development environment. It shows how to do HTTP listening, regexp and testing in Java with Jetty. Getting started: 1. Run ./gradlew eclipse 2. Run ExtremeStartupTest as a JUnit test 3. Run ExtremeStartupServer as a Java main class 4. Go and see the server in action: http://localhost:1337/?q=what+is+the+sum+of+8+and+22 5. Try and modify the number in the above URL and verify that the answer is correct