Open main menu

CDOT Wiki β

Changes

NexJ Express Connecting to PostgreSQL

16 bytes added, 14:37, 22 November 2010
no edit summary
{{NexJ_Express Index}}
=== 1- Setup the postgresql-connection ===
: Configure the work/ws/core/test/nexj/postgresql.config
: Configure the work/ws/core/test/nexj/postgresql.connection
</source>
=== 2- Add PostgreSQL adapter type to related java files===
: SQLSchemaMangerFactory.java
: RelationalDatabaseFragment.java
:: The package that is being imported: <code> org.postgresql.jdbc3.Jdbc3.SimpleDataSource </code>
=== 3- Create a PostgreSQL database through some scripts===
: postgresql_setup.sql
* === 4- Create the extended PostgreSQL source files ===
: PostgreSQLAdapter.java
: PostgreSQLSchemaManger.java
* === 5- Create the extended PostgreSQL test files ===
: PostgreSQLAdapterTest.java
: PostgreSQLSchemaMangerTest.java
1
edit