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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/fmgVen/nbproject/project.properties

    r22 r23  
    2525endorsed.classpath= 
    2626excludes= 
    27 file.reference.spring.jar=lib/spring.jar 
    2827includes=** 
    2928jar.compress=false 
    3029javac.classpath=\ 
    31     ${file.reference.spring.jar} 
     30    ${libs.Ven.classpath} 
    3231# Space-separated list of extra javac options 
    33 javac.compilerargs= 
     32javac.compilerargs=-Xlint:deprecation 
    3433javac.deprecation=false 
    3534javac.processorpath=\ 
     
    6362run.test.classpath=\ 
    6463    ${javac.test.classpath}:\ 
    65     ${build.test.classes.dir} 
     64    ${build.test.classes.dir}:\ 
     65    ${libs.Test.classpath} 
    6666source.encoding=UTF-8 
    6767src.dir=src 
Note: See TracChangeset for help on using the changeset viewer.