Open main menu

CDOT Wiki β

Changes

NexJ Express Connecting to PostgreSQL

254 bytes added, 12:45, 1 December 2010
1- Setup the postgresql-connection
* Files to configure based on PostgreSQL properties
: src
:: PostgreSQLAdapter.java // Extends SQLAdapter.java
:: PostgreSQLSchemaManager.java // Extends SQLSchemaManager.java
:: system.dstype
:: DatabaseTool.java // This file calles SQLSchemaMangerFactory.java and creates the connection
: test
:: AllTests.java
:: PostgreSQLAdapterTest.java // Extends SQLAdapterTest.java:: PostgreSQLSchemaManagerTest.java // Extends SQLSchemaManagerTest.java:: default.config // System resources are being extracted from these 4 XML files
:: postgresql.connection
:: filestorage.connections
1
edit