There are fears the sunken vessels off Indonesia, which are the graves of 2,200 people, may have been salvaged for metal...
Read more »
Together with Oracle Java experts and the Java community, we cordially invite you to join us for a very special online event to hear our personal stories, experiences, and ideas that add to and enrich the ongoing Java story. (more…)
Read more »
This blog post is a reminder that you should make sure that all your builds in the Java ecosystem access the artifact repositories
(e.g. Maven Central) via HTTPS instead of HTTP.
This often just means replacing the ‘http:’ in repository URLs with ‘https:’... (more…)
Read more »
Java.lang package provides a Long class which wraps a value of the primitive type long in an object. An object of type Long contains a single field whose type is long. (more…)
Read more »
A Java app is not an obvious choice for a streaming media server, but for us it was the logical choice. With our distributed architecture, we expect roughly constant scaling at the app level and each individual app would only need to support a small numbe... (more…)
Read more »