Summary of Code Walkthrough by Grace

From CDOT Wiki
Revision as of 14:46, 18 January 2011 by Peter.liu (talk | contribs) (Created page with '== Concepts == * schemas (Oracle, PostgreSQL vs MySQL) * object-relational mapping == Source Code == *nexj.base.classes * persistence.mapping *JUnit tests: SQLDataTest, Postgr…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Concepts

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

Source Code

  • nexj.base.classes
  • persistence.mapping
  • 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?