Changes

Jump to: navigation, search

NexJ Express Connecting to PostgreSQL

906 bytes added, 11:00, 10 December 2010
Setup the postgresql-connection
</source>
: After all properties are loaded, it creates the connection through Connection Factory files.
 
 
{|class="collapsible collapsed" style="border-style:solid;border-width:thin;border-color:black"
!align="left" style="background-color:SteelBlue; font-weight:bold;border-style:solid;border-width:thin;padding: 2px 2px 2px 2px;"| '''Files to Configure'''
|-
|
: 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 // Sets the connection for the particular adapter type
: test
:: AllTests.java
:: default.config // System resources are being extracted from these 4 XML files
:: postgresql.connection
:: filestorage.connections
::filestoragefragment.connections
|}
1
edit

Navigation menu