Java
-

Hibernate Logging: Tips and Solutions to Common Problems
How to solve some of the most common Hibernate issues with proper logging? Hibernate’s logging configuration is an important but…
Read More » -

New Distributed Primitives for Developers
Object-Oriented Primitives (in-process primitives) As a Java developer, I’m well familiar with object-oriented concepts such as class, object, inheritance, encapsulation,…
Read More » -

Elasticsearch Tutorial for Java Developers
Course Overview Elasticsearch is a search engine based on Lucene. It provides a distributed, multitenant-capable full-text search engine with an…
Read More » -

Oracle JDK 9 Early Access Documentation Updated
Raymond Gallardo‘s 4 April 2017 post Early Access documentation for Oracle JDK 9 has been updated today announces updates to…
Read More » -

Implications of the Presence of StringBuffer
When I am working on legacy code and run across instances of StringBuffer, I typically replace them with instances of…
Read More » -

Java RAM Usage in Containers: Top 5 Tips Not to Lose Your Memory
In this article, we would like to share specifics of Java memory management and elasticity inside containers that are not…
Read More » -

Use Cases for Java Enhanced Enums
In the message Enhanced Enums — use cases, Brian Goetz writes, “We’re hoping to get user feedback on the feature…
Read More » -

A Java gist on zip and unzip
Compressing is one of the major actions that can be issued in our code when it comes to writing files.…
Read More » -

Java Finalizer and Java File Input/Output Streams
I often find myself noticing topics online more after I’ve worked directly with them or spent time learning about them.…
Read More »



