Posts tagged "Java"
Customize gradle directory structure
I started using gradle very recently. It is so much more easy to understand than maven. I guess I am not intelligent enough for maven. Gradle also follows...
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...