Java
-
Generational disparity in garbage collection
For the last year, I have been helping the startup Instana to create a Java agent that traces executions within…
Read More » -
Architectural Layers and Modeling Domain Logic
As I was discussing the PoEAA patterns used to model domain logic (i.e. transaction script, table module, domain model), I…
Read More » -
[MEGA DEAL] Novice to Expert Java Bundle (96%)
Go From Zero to Hero in the World’s Most Popular Programming Language Hey fellow geeks, This week, on our JCG…
Read More » -
Neo4j: Dynamically add property/Set dynamic property
I’ve been playing around with a dataset which has the timetable for the national rail in the UK and they…
Read More » -
What’s New in CUBA Platform 6.3
We are proud to announce the general availability of the new release of the CUBA Platform and Studio! Perhaps this…
Read More » -
Do you really need instanceof?
Using instanceof is a code smell. I think we may agree on that. Whenever I see a construction like that…
Read More » -
Drools 6.5.0.Final is available
The latests and greatest Drools 6.5.0.Final release is now available for download. This is an incremental release on our previous build…
Read More » -
The Curse of Project Jigsaw: Why is Java 9 Delayed Over and Over Again?
JDK 9 release date is postponed to July 2017 With less than 200 days to the release of JDK 9,…
Read More » -
Work with Parallel Database Streams using Java 8
What is a Parallel Database Stream? Read this post and learn how you can process data from a database in…
Read More »