java - EHCache implementation with Spring DAO -


i trying implement ehcache spring dao . have requirement need show same output when coming form 2nd jsp page 1st jsp page , ideally if put data retrived earlier database cache can retrieve in stead of making database connection once again , bring data .

below list of jar files version using ehcache

  1. spring.jar
  2. ehcache-core-2.2.0.jar
  3. slf4j-api-1.6.0.jar
  4. slf4j-log4j12-1.6.1.jar
  5. slf4j-jdk14-1.5.11.jar

but while building application ant script getting "nosuchmethoderror" . method in jar file . , when putting proper jar file throwing error class missing .

can suggest exact version , list of jar files ehcache ? using jdk 1.6 .

thanks

satyajit

i don't know if problem (and details on missing method help), odd have 2 slf4j implementation jars (log4j and jdk14). seem mixing 1.5 , 1.6 level slf4j jars isn't idea.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -