

Process API Improvements in JDK9
Over the past year, several microservices I have worked on responded to specific events and then executed native OS processes, for...
Scott Leberknight
Apr 2, 20174 min read


Testing HTTP Clients Using Spark, Revisited
In a previous post I described the very small sparkjava-testing library I created to make it really simple to test HTTP client code...
Scott Leberknight
Mar 13, 20172 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 4, 20164 min read

