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
- spring.jar
- ehcache-core-2.2.0.jar
- slf4j-api-1.6.0.jar
- slf4j-log4j12-1.6.1.jar
- 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
Post a Comment