Archive | August, 2011

23 August 2011 ~ 0 Comments

Updating Google Calendar with MS Project Tasks – 2 – Revisited

This is the 2nd part in the series. Please refer to Updating Google Calendar with MS Project Tasks – Revisited for Part 1, including how to build the code. In the previous post we saw, how to list all the Calendar’s. In this post we shall build upon the code to list all the calendar’s [...]

Continue Reading

10 August 2011 ~ 2 Comments

Hunting down CPU hogging Java Thread

Most of us have encountered a situation to find cause of high CPU usage in Java application. Profiling is the best way, but at times running Profiler in production is not an option. Fortunately, there is a simple way, if you are running your app on *nix. Lets explore how to find this. Find the [...]

Continue Reading

Tags: , ,