spring - Any reference to use JavaDB in Spring3.0? -


i trying use javadb(apache derby) in spring framework. found bunch of derby sample codes web , works nice. however, every code found not using spring framework.

i want use derby in spring way not uses connection interface , preparedstatement. there sample using derby in spring?

p.s. furthermore, put 'derby.jar' file "src/main/webapp/resouces" can not find reference.(error message classnotfoundexception) added 'javadb : 10.9.1.0 : zip' pom.xml(which means maven) still not work. idea welcomed. thanks

what's problem ? post stack trace here. if using maven , post pom.xml . there no different use spring or framework. in fact irrelevant . did added derby dependency pom ?

         <dependency> <groupid>org.apache.derby</groupid> <artifactid>derby</artifactid> <version>10.9.1.0</version>         </dependency> 

Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -

php - Accessing static methods using newly created $obj or using class Name -