Difference between revisions of "PostgreSQL Adapter"
(→Phase 3: Test first design) |
(→Phase 2: Connect to PostgreSQL) |
||
Line 40: | Line 40: | ||
=== Phase 2: Connect to PostgreSQL=== | === Phase 2: Connect to PostgreSQL=== | ||
* [[PostgreSQL_Adapter-nexj/test-env | Create Test Environment]] | * [[PostgreSQL_Adapter-nexj/test-env | Create Test Environment]] | ||
− | + | ||
− | + | {|class="collapsible collapsed" style="border-style:solid;border-width:thin;border-color:black" | |
+ | !align="left" style="background-color:SteelBlue; font-weight:bold;border-style:solid;border-width:thin;padding: 2px 2px 2px 2px;"| '''Files to Configure''' | ||
+ | |- | ||
+ | | | ||
: src | : src | ||
− | |||
− | |||
:: system.dstype | :: system.dstype | ||
:: DatabaseTool.java // This file calles SQLSchemaMangerFactory.java and creates the connection | :: DatabaseTool.java // This file calles SQLSchemaMangerFactory.java and creates the connection | ||
Line 51: | Line 52: | ||
:: Driver type and some other properties in JDBCInfo.java | :: Driver type and some other properties in JDBCInfo.java | ||
:: SQLSchemaManagerFactory.java // Sets the connection for the particular adapter type | :: SQLSchemaManagerFactory.java // Sets the connection for the particular adapter type | ||
− | |||
: test | : test | ||
:: AllTests.java | :: AllTests.java | ||
− | |||
− | |||
:: default.config // System resources are being extracted from these 4 XML files | :: default.config // System resources are being extracted from these 4 XML files | ||
:: postgresql.connection | :: postgresql.connection | ||
:: filestorage.connections | :: filestorage.connections | ||
::filestoragefragment.connections | ::filestoragefragment.connections | ||
− | |||
− | |||
− | |||
=== Phase 3: Test first design === | === Phase 3: Test first design === |
Revision as of 09:52, 10 December 2010
PostgreSQL Adapter for NexJ
Contents
Project Goal
Develope an adapter to enable NexJ Express model to interact with PostgreSQL database
Current Status
Dec 2010 |
---|
|
Nov 2010 |
---|
|
Project Phases
Phase 1: Investigation
- Get requirements from NexJ (Meeting on Friday Nov 5th)
- Walk-through the code
- Familiarization with PostgreSQL
Phase 2: Connect to PostgreSQL
Files to Configure | ||||
---|---|---|---|---|
Phase 3: Test first design
Phase 4: Test properties specific to PostgreSQL
Phase 5: Optimization
Resources
|