Saturday, December 26, 2009

Gtalk in Java Code

My analytics take a long time to execute due to the large datasets. To ease the constant need to check the execution status, I wrote a small util class to notify the status via gtalk. Gtalk is based on Jabber protocol. Smack API is a java implementation of the Jabber protocol and can be downloaded here: http://www.igniterealtime.org/projects/smack/