Posts tagged "Java"
Customize gradle directory structure
Originally published on my WordPress blog on June 04, 2010. I started using gradle very recently. It is so much more easy to understand than maven. I guess I am...
Consume REST webservices in java using rapa
Originally published on my WordPress blog on January 24, 2009. I have been reading about REST webservices for quite a while now. But rails still seems to have the best...
Access GMail with imap using java mail api
Originally published on my WordPress blog on January 24, 2009. I had to search through quite a few web pages for this. So I am putting it here for future...
JMS with spring and activeMq
Originally published on my WordPress blog on May 23, 2008. JMS is one of most widely used API when async Communication is required. Example could be a simple publish subscribe...