Open main menu

CDOT Wiki β

Changes

Nexjexpress/PostgreSQL Adapter

986 bytes added, 20:52, 26 January 2014
no edit summary
{{Admon/obsolete}}
 
<big><big> PostgreSQL Adapter for NexJ </big></big>
 
 
== Project Goal==
Develope an adapter to expose enable NexJ Express objects model to interact with PostgreSQL database
== Current Status==
: Learning about Differences between PostgreSQL and MySQL: * Walk through MySQL adapter.java parts of code related to SQLadapter, SqlSchemaManger and setup scripts in NexJ Express code: 3- * Going through NexJ MySQL database* Learning about Differences between PostgreSQL and MySQL
==Project Phases==
=== Phase 1: Design Proposal Requirements ===* Get requirements from NexJ (Meeting on Thursday Sep 23rdFriday Nov 5th)* Incorporate Organize list of requirements from NexJ into Design of PostgreSQL adapter* Prepare and send proposal set the task list for review, make changes as by NexJ until approvedeach part needed to be done
===Phase 2: Coding ===
* '''List of Tasks'''
# implementation of [[ PostgreSQL_Adapter-nexj/Adapter | PostgreSQLAdapter.java ]]
# implementation of [[ PostgreSQL_Adapter-nexj/AdapterTest | PostgreSQLAdapterTest.java ]]
# implementation of [[ PostgreSQL_Adapter-nexj/SchemaManger | PostgreSQLSchemaManager.java ]]
# Setup [[ PostgreSQL_Adapter-nexj/Script | Scripts ]]
# implementation of [[ PostgreSQL_Adapter-nexj/Upgrade | main.upgrade ]]
 
== Resources ==
Concept of Adapter [http://www.vogella.de/articles/DesignPatternAdapter/article.html]
* [[PostgreSQL_Adapter-nexj/Resources#Java | Java ]]
* [[PostgreSQL_Adapter-nexj/Resources#Database_.26_Persistence | Database & Persistence]]
* [[PostgreSQL_Adapter-nexj/Resources#JDBC | JDBC]]
* [[PostgreSQL_Adapter-nexj/Resources#PostgreSQL_-_MySQL_Specifications | Postgre - MySQL Specifications]]
* [[PostgreSQL_Adapter-nexj/Resources#PostgreSQL_-_MySQL_Compare | Postgre - MySQL Compare]]