You have arrived at the 404 page!!!
This is not the page you are looking for ...... well, that is rather obvious. No one really looks for a 404 page.
We apologize for the inconvenience, would you care to look for something else?
Learnings from MongoSV 2011
I attended mongoSV 2011 on Friday 12/09/2011. I’ve been to mongoDB Meetups before but this was my first large Mongo Conference. My overall impression of the conference was very positive. It was well run, they had relevant sessions, and the speakers were well prepared and knowledgable in their respective areas. I’ve attended many technical conferences […]
Building a very simple Java REST API with Spring 3.x
Today’s topic is about building a super simple Java REST APIs with Spring 3.x. RESTful webservices are pretty much what is powering much of the APIs being built today and many of them are being built using Java. The Spring Framework makes building a RESTful Java webservice almost ridiculously easy. This will hopefully be a […]