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

Leave a comment