Difference between revisions of "Summary of Code Walkthrough by Grace"
(Created page with '== Concepts == * schemas (Oracle, PostgreSQL vs MySQL) * object-relational mapping == Source Code == *nexj.base.classes * persistence.mapping *JUnit tests: SQLDataTest, Postgr…') |
(No difference)
|
Revision as of 13:46, 18 January 2011
Contents
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?