Month: May 2015
-
Core Java

Performance Comparison of Multithreading in Java
There are different techniques for multithreading in Java. One can parallelize a piece of code in Java either with synchronize…
Read More » -
Enterprise Java

How does Hibernate NONSTRICT_READ_WRITE CacheConcurrencyStrategy work
Introduction In my previous post, I introduced the READ_ONLY CacheConcurrencyStrategy, which is the obvious choice for immutable entity graphs. When…
Read More » -
Enterprise Java

Configuration over JNDI in Spring Framework
From a certain point on, an application has to be configurable.Ā Spring Framework has a nice auxiliary tool for this…
Read More » -
Core Java

Implementing Filter and Bakery Locks in Java
In order to understand how locks work, implementing custom locks is a good way. This post will show how to…
Read More » -
Enterprise Java

More advanced stuff with JMS and AWS SQS
As you might know SQS in AWS SQS stands for āSimple Queue Serviceā. While playing around with it I recently…
Read More » -
Core Java

How Java 9 And Project Jigsaw May Break Your Code
Java 9 looms on the horizon and it will come with a completed Project Jigsaw. I didnāt pay much attention…
Read More » -
Software Development

Spark and Cluster Computing
In this post Iāll mention the first paper at which Spark is introduced,Ā Spark: Cluster Computing with Working Sets. Ā This post…
Read More » -
Enterprise Java

Unit And Integration Test Reports For Maven Projects In SonarQube
Since SonarQube 4.2. the test report isnāt generated by the Sonar Maven Plugin during a Maven build (see SonarQubeās blog…
Read More » -
Core Java

Build Automation Panel
Last Tuesday, I participated in an online panel on the subject of Build Automation as part of Continuous Discussions (#c9d9),…
Read More »





