Java
-
Java performance tuning survey results (part I)
We conducted a Java performance tuning survey during October 2014. The main goal of the survey was to gathering insight…
Read More » -
How Immutability Helps
In a few recent posts, including “Getters/Setters. Evil. Period.”, “Objects Should Be Immutable”, and “Dependency Injection Containers are Code Polluters”,…
Read More » -
Use reactive streams API to combine akka-streams with rxJava
Just a quick article this time, since I’m still experimenting with this stuff. There is a lot of talk around…
Read More » -
Spring boot war packaging
Spring boot recommends creating an executable jar with an embedded container (tomcat or jetty) during build time and using this…
Read More » -
EasyCriteria has evolved to uaiCriteria. New name and more features
Hello, how are you? I am very happy to announce the release of the uaiCriteria, the EasyCriteria evolution. Was it…
Read More » -
How to build and clear a reference data cache with singleton EJBs, Ehcache and MBeans
In this post I will present how to build a simple reference data cache in Java EE, using singleton EJBs…
Read More » -
Spring Rest API with Swagger – Exposing documentation
Once you create API documentation it is important to make it available to the stakeholders. In ideal case, this published documentation…
Read More » -
Java Annotations Tutorial – The ULTIMATE Guide (PDF Download)
EDITORIAL NOTE: In this post, we feature a comprehensive Java Annotations Tutorial. Annotations in Java are a major feature and…
Read More » -
Using the Neo4j browser with Embedded Neo4j
There are times when you have an application using Neo4j in embedded mode but also need to play around with…
Read More »