pio-tech.blogspot.com
Piotr Tech Notes: Continous Integration with Dropwizard, ClassRule, ClassPathSuite, Maven and RestAssured
http://pio-tech.blogspot.com/2013/02/continous-integration-with-dropwizard.html
Saturday, February 16, 2013. Continous Integration with Dropwizard, ClassRule, ClassPathSuite, Maven and RestAssured. I recently had a chance to do several projects using dropwizard. I found it to be a great tool. Basically, it's a rest container built using embedded jetty, jersey, guava, logback bundled with it. Details can be seen here. This tool was developed and open sourced by yammer. Here are key classes in the project. As he was leading development effort of classes below. Override protected void ...
pio-tech.blogspot.com
Piotr Tech Notes: February 2013
http://pio-tech.blogspot.com/2013_02_01_archive.html
Saturday, February 16, 2013. Continous Integration with Dropwizard, ClassRule, ClassPathSuite, Maven and RestAssured. I recently had a chance to do several projects using dropwizard. I found it to be a great tool. Basically, it's a rest container built using embedded jetty, jersey, guava, logback bundled with it. Details can be seen here. This tool was developed and open sourced by yammer. Here are key classes in the project. As he was leading development effort of classes below. Override protected void ...