Year: 2012
-
Software Development
Unit Testing is a Means to an End
Most professional software developers these days understand the importance and value of writing and using unit tests. A nice summary…
Read More » -
Enterprise Java
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 » -
Enterprise Java
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 » -
Software Development
Building Scalable Enterprise Systems
Successful enterprise are all about business agility and able to introduce new products and services in the market. All this…
Read More » -
Enterprise Java
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 » -
Enterprise Java
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 » -
Desktop Java
JavaFX 2.0 Introduction by Example book
I recently finished writing a book on the new release of the JavaFX 2.0 SDK and it has already been…
Read More » -
Software Development
Why are Enterprises looking at BigData?
The advent of the Social Collaboration, Online Selling, Digital Goods, Mobile means every enterprise wants to process the transactional and…
Read More » -
Enterprise Java
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 »