Open main menu

CDOT Wiki β

Summary of Code Walkthrough by Grace

Revision as of 15:07, 18 January 2011 by Peter.liu (talk | contribs)

Date: 1/18/2011 (Wed)

Concepts

  • schemas (Oracle, PostgreSQL vs MySQL)
  • object-relational mapping

Source Code

  • nexj.base.classes
  • nexj.core.util
  • persistence.mapping
  • Primitive
  • JUnit tests: SQLDataTest, PostgreSchemaManagerTest

NexJ Mindset

  • efficiency in storing data into database tables
  • performance in database access

Questions

  • How to put the password into Postgre_setup.script?