-
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 » -
Core Java
9 Security mistakes every Java Developer must avoid
Checkmarx CxSAST is a powerful Source Code Analysis (SCA) solution designed for identifying, tracking and fixing technical and logical security…
Read More » -
Core Java
Do we really still need a 32-bit JVM?
Even today (and it’s 2015) we have two versions or Oracle HotSpot JDK – adjusted to 32 or 64 bits architecture.…
Read More » -
Core Java
Use This Preference to Speed up Your Eclipse m2e Configuration
Who doesn’t know them. The good old JFace dialogs in Eclipse that give you a visual representation of what is…
Read More » -
Core Java
Simple benchmarking : Immutable Collections VS Persistent Collections
Often you need to add new elements to a collection. Because you are a good and careful developer you want…
Read More »