Changes

Jump to: navigation, search

NexJ Express Connecting to PostgreSQL

650 bytes added, 12:35, 1 December 2010
1- Setup the postgresql-connection
For testing the connection, the 'PostgreSQLAdapterTest.java' is being used.
* [[PostgreSQL_Adapter-nexj/test-env/todo |TODOs]]
* Files to configure based on PostgreSQL properties
: src
:: system.dstype
:: DatabaseTool.java // This file calles SQLSchemaMangerFactory.java and creates the connection
:: RelationalDatabase.java // Sets the default properties for the supported drivers
:: RelationalDatabaseFragment.java // Sets the custom fragment properties for the supported drivers
:: Driver type and some other properties in JDBCInfo.java
:: SQLSchemaManagerFactory.java
: test
:: AllTests.java
:: PostgreSQLAdapterTest.java
:: PostgreSQLSchemaManagerTest.java
:: default.config
:: postgresql.connection
:: filestorage.connections
::filestoragefragment.connections
: Script
 
* Done
: Installed the <code> JDBC3 Postgresql Driver, Version 9.0-801 </code> and added it to the libraries in JDK
1
edit

Navigation menu