Open main menu

CDOT Wiki β

Changes

NexJ Express Connecting to PostgreSQL

139 bytes added, 12:26, 1 December 2010
1- Setup the postgresql-connection
: Configured the work/ws/core/test/nexj/postgresql.connection
: Configured system.dstype
: Configured DatabaseToolsDatabaseTool.java // This file calles SQLSchemaMangerFactory.java and creates the connection: Configured RelationalDatabase.java SQLRAConnectionFactory// Sets the default properties for the supported drivers: Configured RelationalDatabaseFragment.java// Sets the custom fragment properties for the supported drivers
: Configured Driver type and some other properties in JDBCInfo.java
: Configured : SQLSchemaMangerFactorySQLSchemaManagerFactory.java
=== 2- Create a PostgreSQL database through some scripts===
1
edit