Core Java
-
Scalable Counters For Multi Core
Counters are required everywhere , for e.g. to find key KPI of application, load on application, total number of request…
Read More » -
Better JUnit-based Unit Tests with NetBeans 7.4 beta Hints
In my last post, I wrote about hints provided in NetBeans 7.4 beta that improve a developer’s ability to avoid…
Read More » -
On a quest for missing stacktraces
One comment to our recent blog post brought back some memories about a specific experience. The type of experience I…
Read More » -
Java Mission Control 5.2 is Finally Here! Welcome 7u40!
It has been a while since we last heard of this fancy little thing called Mission Control. It came all…
Read More » -
Dealing With Slow Resource Leaks
Finding resource leaks using Java-monitor Finding slow resource leaks is key to keeping your application servers up and running for…
Read More » -
Deep dive into Optional class API in Java 8
We all as Java programmers been through the situation where in we invoke a method to get some value and…
Read More » -
Thread Jiggling
Overview Thread jiggler is a simple testing framework for exercising code to find threading problems. It works by modifying classes…
Read More » -
NetBeans 7.4 Beta Hints Warn of Ineffective Exception Handling
There are numerous examples of how Java exception handling can be more difficult than it might first appear and Josh…
Read More » -
The Pros and Cons of Play and Grails Java Framework
Frameworks simplify the process of application development by providing some helpful features to programmers. Java frameworks are often used by…
Read More »