-
Core Java
Maven and Java multi-version modules
Introduction Usually, a project has a minimum Java version requirement and that applies to all of its modules. But every…
Read More » -
Core Java
New BigInteger Methods in Java 8
Attention to new features in JDK 8 has rightfully been largely focused on new language features and syntax. However, there…
Read More » -
Groovy
The Grails depedency injection inheritance pitfall
This blog post is about a small pitfall you should be aware of when combining dependency injection in Grails with…
Read More » -
Core Java
How to add an IntelliJ project to GitHub
Although the GitHub docs contains good info on how to add an existing GitHub project to your local machine, how…
Read More » -
Software Development
Apache Hadoop 2.4.0
The Apache community has voted to release Apache Hadoop 2.4.0, so the new release is now available and consists of…
Read More » -
Enterprise Java
Circuit Breaker Pattern in Apache Camel
Camel is very often used in distributed environments for accessing remote resources. Remote services may fail for various reasons and…
Read More » -
Core Java
10 Books Every Java Developer Should Read
I have read my share of software development books and I have noticed that it is very rare to find…
Read More » -
Enterprise Java
Using ActiveMQ – “Master/Slave” configuration with failover protocol
Introduction ActiveMQ broker(s) tends to be a core piece of messaging infrastructure in an enterprise. It is vital for this…
Read More » -
Enterprise Java
Temp, Store and Memory Percent Usage in ActiveMQ
In order to effectively use ActiveMQ, it is very important to understand how ActiveMQ manages memory and disk resources to…
Read More »