Changes

Jump to: navigation, search

NexJ Express Connecting to PostgreSQL

28 bytes added, 12:28, 1 December 2010
1- Setup the postgresql-connection
: Installed the <code> JDBC3 Postgresql Driver, Version 9.0-801 </code> and added it to the libraries in JDK
:: The driver class which is being used for NexJ Express Model is: <code> org.postgresql.xa.PGXADataSource </code>
:: The driver is loaded from RelationalDatabaseFragment.java and RelationalDatabase.java
: Metadata is loaded from the particular driver
::
1
edit

Navigation menu