Difference between revisions of "Summary of Code Walkthrough by Grace"

From CDOT Wiki
Jump to: navigation, search
(Created page with '== Concepts == * schemas (Oracle, PostgreSQL vs MySQL) * object-relational mapping == Source Code == *nexj.base.classes * persistence.mapping *JUnit tests: SQLDataTest, Postgr…')
 
(Source Code)
Line 5: Line 5:
 
== Source Code ==
 
== Source Code ==
 
*nexj.base.classes
 
*nexj.base.classes
 +
*nexj.core.util
 
*  persistence.mapping
 
*  persistence.mapping
 +
* Primitive
 
*JUnit tests: SQLDataTest, PostgreSchemaManagerTest
 
*JUnit tests: SQLDataTest, PostgreSchemaManagerTest
  

Revision as of 15:03, 18 January 2011

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?