Changeset 23 for trunk/fmgVen/nbproject


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/nbproject
Files:
3 edited

Legend:

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

    r19 r23  
    1 build.xml.data.CRC32=d00ffa57 
     1build.xml.data.CRC32=6b84a8b1 
    22build.xml.script.CRC32=a9b2e5a3 
    33build.xml.stylesheet.CRC32=28e38971@1.38.1.45 
    44# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml. 
    55# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you. 
    6 nbproject/build-impl.xml.data.CRC32=d00ffa57 
     6nbproject/build-impl.xml.data.CRC32=6b84a8b1 
    77nbproject/build-impl.xml.script.CRC32=494c2ca4 
    88nbproject/build-impl.xml.stylesheet.CRC32=78c6a6ee@1.38.1.45 
  • 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 
  • trunk/fmgVen/nbproject/project.xml

    r11 r23  
    1616            <definitions>.\lib\nblibraries.properties</definitions> 
    1717        </libraries> 
     18        <spring-data xmlns="http://www.netbeans.org/ns/spring-data/1"> 
     19            <config-files/> 
     20            <config-file-groups/> 
     21        </spring-data> 
    1822    </configuration> 
    1923</project> 
Note: See TracChangeset for help on using the changeset viewer.