

Testing HTTP Client Code with MockWebServer
When testing HTTP client code, it can be challenging to verify your application's behavior. For example, if you have an HTTP client that...
Scott Leberknight
Jan 155 min read


Testing HTTP Clients Using the Spark Micro Framework
Testing HTTP client code can be a hassle. Your tests either need to run against a live HTTP server, or you somehow need to figure out how...
Scott Leberknight
Oct 5, 20164 min read


Fortitude gives Dropwizard presentation at DevIgnition
Fortitude's Scott Leberknight gave a presentation  on the Dropwizard framework Friday April 29, 2016 at the DevIgnition  conference....
Scott Leberknight
Apr 30, 20161 min read


Why Isn't Dropwizard Validating Objects In Resource Methods?
Dropwizard provides automatic validation of Jersey resource method parameters by simply adding the @Valid annotation. For example, in...
Scott Leberknight
Aug 15, 20153 min read