source: trunk/fmgVen/nbproject/project.xml @ 26

Last change on this file since 26 was 26, checked in by fmguler, 13 years ago

Refs #3 - Ven.save() is transferred to the new package. Save use case is completed. Convert.toDB() converts camel case object names to database names with underscores. Unchecked VenException is thrown by Ven methods. Liquibase changelog (test-db-changelog.xml) is changed to include only a simple object to test save operation. It creates a sample database table and inserts a sample row. On rollback it removes sample data. Using liquibase, Sample.java builds database, tests save operation and rolls back.

QueryGenerator generates insert and update queries for save and generates sequence query to assign ids to new objects. Ven calls query generator and runs the query using spring jdbc template.

Old codebase updated to run at Java 1.4

File size: 974 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            <explicit-platform explicit-source-supported="true"/>
9            <source-roots>
10                <root id="src.dir"/>
11            </source-roots>
12            <test-roots>
13                <root id="test.src.dir"/>
14            </test-roots>
15        </data>
16        <libraries xmlns="http://www.netbeans.org/ns/ant-project-libraries/1">
17            <definitions>.\lib\nblibraries.properties</definitions>
18        </libraries>
19        <spring-data xmlns="http://www.netbeans.org/ns/spring-data/1">
20            <config-files/>
21            <config-file-groups/>
22        </spring-data>
23    </configuration>
24</project>
Note: See TracBrowser for help on using the repository browser.