Tuesday, September 4, 2007

Spring

The following link gives a basic understanding about Spring to startup with.

http://www.roseindia.net/search/showtutorials.php?id=6463

Issues:
1. NoClassDefFoundError thrown for commons-logging for the deployed war,
Place the commons-logging used by Spring.jar in the lib folder inside WEB-INF
2. Weblogic closing of becoz of Java HOTSPOT
Check in which java version all the classes have been compiled. compile in the same java version as of weblogic

No comments: