Coroutines - back to basics

Ruby 1.9 Fibers has got me reading about Coroutines. Thought I should put all my understanding somewhere, as I read and understand coroutines in more...

Document Oriented Databases

History Relational Databases have been the almost the only way applications persist data. In the days when code was written mostly with COBOL even...

Consume REST webservices in java using rapa

I have been reading about REST webservices for quite a while now. But rails still seems to have the best support for consuming REST webservices...

Access GMail with imap using java mail api

I had to search through quite a few web pages for this. So I am putting it here for future reference. My conscience pricks for putting all the code in...

JMS with spring and activeMq

JMS is one of most widely used API when async Communication is required. Example could be a simple publish subscribe systems to complex transports in B2B...