Spring, Spring MVC, Twitter, Twitter API

A Tweet Density Web Service using Spring MVC

This Christmas I was all alone at my home and was getting seriously bored so I thought of writing some code. I started searching the web for some programming questions. Within half an hour, I found a very nice site where a real world programming question was asked(by real world they meant not a purely algorithmic question rather a real world problem that can be deployed on Amazon EC2). The question was, given a userName and count of tweets, “What is the hourly Tweet Density of a twitter user”?.
Continue reading

Scorm, Scorm Engine, Spring MVC

Accessing Scorm Engine using Spring MVC

The other day I was working on a POC for one of our clients which involved accessing ScormEngine and syncing our local databases with ScormEngine’s databases(as per the need). Initially it seemed tough, but finally I was able to do it. So I thought of sharing my experiences with everyone. Here I am explaining the whole code, hoping that it might help someone as ScormEngine with Spring is not very common.
Here is the link to blog : Accessing Scorm Engine useing Spring MVC

Here is the link to GitHub repository(in case you are in a hurry) : GitHub ScormEngineWithSpring