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 » -
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 » -
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 » -
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 » -
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 » -
Java 8 Friday: No More Need for ORMs
At Data Geekery, we love Java. And as we’re really into jOOQ’s fluent API and query DSL, we’re absolutely thrilled…
Read More » -
Oracle Drops Collection Literals in JDK 8
In a posting on the OpenJDK JEP 186 Oracle’s Brian Goetz informs that Oracle will not be pursuing collection literals…
Read More » -
Testing Lucene’s index durability after crash or power loss
One of Lucene’s useful transactional features is index durability which ensures that, once you successfully call IndexWriter.commit, even if the…
Read More » -
Attempt to map WCF to Java terms
By writing this post I’m taking a huge risk of being rejected by both .NET and Java communities. This is…
Read More »