In general, a URL can be broken into several parts. Consider the
following example:
http://www.example.com/docs/resource1.html
(more…)
Read more »
The new Java is here! Mark Reinhold, the chief architect of Java at Oracle, has just proposed the list of the 5 main elements of the JDK Enhancement Proposal (JEP) that should be embedded in Java 14. (more…)
Read more »
TensorFlow’s announcement of a Java api is great news for the clojure community. I wrote a post a couple of weeks ago that argued that TF’s Java api already provides everything that we need to do useful things. This is mostly true, by leveraging interop w... (more…)
Read more »
stackparam - JVM agent to add method parameters to Java stack traces... (more…)
Read more »
In Part 1 of this tutorial we created a Property-based test (PBT) from a normal JUnit test with basic types. Now let us extend the domain object PostalParcel with a list of Products. All examples a… (more…)
Read more »