Last change
on this file since 25 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:
907 bytes
|
Line | |
---|
1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <project xmlns="http://www.netbeans.org/ns/project/1"> |
---|
3 | <type>org.netbeans.modules.java.j2seproject</type> |
---|
4 | <configuration> |
---|
5 | <data xmlns="http://www.netbeans.org/ns/j2se-project/3"> |
---|
6 | <name>fmgVen</name> |
---|
7 | <minimum-ant-version>1.6.5</minimum-ant-version> |
---|
8 | <source-roots> |
---|
9 | <root id="src.dir"/> |
---|
10 | </source-roots> |
---|
11 | <test-roots> |
---|
12 | <root id="test.src.dir"/> |
---|
13 | </test-roots> |
---|
14 | </data> |
---|
15 | <libraries xmlns="http://www.netbeans.org/ns/ant-project-libraries/1"> |
---|
16 | <definitions>.\lib\nblibraries.properties</definitions> |
---|
17 | </libraries> |
---|
18 | <spring-data xmlns="http://www.netbeans.org/ns/spring-data/1"> |
---|
19 | <config-files/> |
---|
20 | <config-file-groups/> |
---|
21 | </spring-data> |
---|
22 | </configuration> |
---|
23 | </project> |
---|
Note: See
TracBrowser
for help on using the repository browser.