source: trunk/fmgVen/lib/nblibraries.properties @ 23

Last change on this file since 23 was 23, checked in by fmguler, 14 years ago

Refs #3 - Spring 2.5 libraries are added. Old spring 2 jar is removed. The main dependency is spring-jdbc.jar and spring-beans.jar, spring-core.jar and spring-tx.jar are referenced from them. For testing with postgresql, its driver is added.

The interface is translated to the new Ven class. Instead of adding 'object' to all of the methods, I aimed to make it less verbose, so just shortened the name of the methods to list, get save, delete.

Lastly, we have a class to demonstrate the usage called 'Sample' in the test packages.

File size: 496 bytes
Line 
1libs.junit.classpath=\
2    ${base}/junit/junit-3.8.2.jar
3libs.junit.javadoc=\
4    ${base}/junit/junit-3.8.2-api.zip
5libs.CopyLibs.classpath=\
6    ${base}/CopyLibs/org-netbeans-modules-java-j2seproject-copylibstask.jar
7libs.Test.classpath=\
8    ${base}/test/postgresql-8.4-701.jdbc3.jar
9libs.Ven.classpath=\
10    ${base}/ven/spring-beans.jar;\
11    ${base}/ven/spring-core.jar;\
12    ${base}/ven/spring-jdbc.jar;\
13    ${base}/ven/spring-tx.jar;\
14    ${base}/ven/commons-logging-1.1.1.jar
Note: See TracBrowser for help on using the repository browser.