Java
-
Java 8 news
The first release candidates of Java 8, b128 and Java 8 RC2 showed up on February, fixing a serious flaw…
Read More » -
Using Reflection for Testing
I am working on a presentation about the ‘Single Responsibility Principle’, based on my previous post. It take most of…
Read More » -
OutOfMemoryError: solution antipatterns
Throughout those years we have kept a close eye on the problems packaged in different flavours of OutOfMemoryError message. Daily…
Read More » -
Invoking APIs using a Web App with OAuth2 and use of JWT – WSO2 API Manager
In this post I am to share my experience and understandings using WSO2 API Manager(API-M) for a very common and…
Read More » -
ADF Faces. Immediate custom client events
In this post I am going to focus on ADF Faces Javascript API method to fire a custom event from…
Read More » -
Creating Maven Source and Javadoc Artifacts
Many people are aware of maven source and javadoc artifacts but don’t know why they would want to create them.…
Read More » -
Creating Sonarqube Projects
Sonarqube (nee Sonar) is da bomb. It’s not something you have to check daily but if you’re serious about quality…
Read More » -
Drools 6 Performance with the PHREAK Algorithm
Drools 6 introduces a new lazy matching algorithm. The details of that algorithm have been covered in two previous blogs:…
Read More » -
Configure favicon.ico in Spring MVC based application
Favicon is an icon (favicon.ico) associated with your website. Not every website is using favicon though. But most browsers do…
Read More »