-
Core Java
Dismantling invokedynamic
Many Java developers regarded the JDK’s version seven release as somewhat a disappointment. On the surface, merely a few language…
Read More » -
Core Java
ChronicleMap – Java Architecture with Off Heap Memory
My last post was written a couple of weeks ago and after some valid feedback I’d like to clarify a…
Read More » -
DevOps
Deploying Code Fast? Here’s How to Tell If You Broke Something
Here at Takipi, we’re in the error tracking business. Each day, Takipi is used to track more than 500,000 errors…
Read More » -
Core Java
While You Were Sleeping: The Top New Java 8 Additions
What are some of the most interesting additions to Java 8 since it was launched? Java 8 recently celebrated its…
Read More » -
Enterprise Java
Writing Clean Tests – Trouble in Paradise
If our code has obvious faults, we are very motivated to improve it. However, at some point we decide that…
Read More » -
Enterprise Java
Message Content Filtering with WSO2 ESB
Every integration architect or developer should be familiair with Enterprise Integration Patterns (EIP) as described by Gregor Hohpe and Bobby…
Read More » -
Software Development
Simplicity
Lately, I’ve been thinking a lot about the importance of simplicity in software. I can remember a time in my…
Read More » -
Enterprise Java
Hibernate Tutorial – The ULTIMATE Guide (PDF Download)
EDITORIAL NOTE: In this post, we feature a comprehensive Hibernate Tutorial. Hibernate ORM (Hibernate in short) is an object-relational mapping…
Read More » -
Core Java
How to exclude libraries from all dependencies in Gradle
I am using Spring boot. Spring boot by default comes with logback. I wanted to use log4j (for whatever reasons..)…
Read More »