trying to migrate the spring application to sakai
first try to use the Converting Spring MVC applications to Sakai tutorial in the course main page , but the tutorial is not in detail and hard to follow , tried many times and it always give the class version not comparable mistake , later find out that it’s because sakai is using spring2.0.6 and the springĀ i used for development is 2.5
the final method i used to convert spring application to sakai is to create a simple helloworld program using sakai appbuilder , then gradually add functions and dependencies , if error happens look at the tomcat log for information then try to fix it , most of the time it’s dependency missing or dependent JAR version not compatible mistake.