Changeset 23 for trunk/fmgVen/lib


Ignore:
Timestamp:
Jul 20, 2010, 7:47:08 PM (14 years ago)
Author:
fmguler
Message:

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.

Location:
trunk/fmgVen/lib
Files:
8 added
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/fmgVen/lib/nblibraries.properties

    r11 r23  
    55libs.CopyLibs.classpath=\ 
    66    ${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 TracChangeset for help on using the changeset viewer.