Enterprise Java
-
Introduction to mutation testing with PIT and TestNG
Mutation testing is a technique which allows to discover which parts of our code are not covered by tests. It…
Read More » -
How to use SPDY with Jetty
SPDY is a new protocol proposed by Google as a new protocol for the web. SPDY is compatible with HTTP…
Read More » -
Twitter4j and Esper: Tracking user sentiments on Twitter
For new comers to Complex Event Processing and Twitter API, I hope this serves as a short tutorial and helps…
Read More » -
Spring & JSF integration: MVC Nuts and Bolts
I have attempted to integrate JSF with Spring MVC in the past, and whilst my first attempt worked, it was…
Read More » -
Apache Mahout: Build a spam filter server
Something quite interesting has happened with Lucene. It started as a library, then its developers began adding new projects based…
Read More » -
Twitter API on your Java Application
Ever wonder of attaching your tweets to your Java Applications? I searching for the best API out there for this…
Read More » -
JMS Development Fundamentals using Apache ActiveMQ
It was last year when I had my hands on trying out JMS. The Idea and concept behind baffled me…
Read More » -
Integrating Spring Into Legacy Applications
One of the things that all Spring developers like to do is to shoehorn Spring into any application they work…
Read More » -
WebSphere Classloader Memory Leak Prevention
Solving Application ClassLoader Leaks Applications tend to want to: Start new threads using Runnable implementations from the application class loader. Even though…
Read More »