Applied Research Notes (July-August 2011)

From CDOT Wiki
Revision as of 19:32, 20 July 2011 by Peter.liu (talk | contribs) (Created page with '== Peter Liu's Applied Research Activity (July - August 2011)== The goal of my research activity is to create a knowledge base at CDOT-Seneca such that new research students and …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Peter Liu's Applied Research Activity (July - August 2011)

The goal of my research activity is to create a knowledge base at CDOT-Seneca such that new research students and developers can go through a shorter learning curve in navigating through the huge code base of NexJ Model Server Express.

Current Findings

Where should one start if one wants to get a conceptual understanding of the code base of NexJ Model Server Express? One can download Introduction To NexJ Studio Express from the Open Health Tools Platform. It's useful for getting familiar with NexJ Studio Express. However, one must read NexJ Studio Fundamentals and identify the concepts as a result. Presently this document in not open sourced.

This doucment is very helpful to see how the Persistence engine and the Integration engine are organized in the NexJ Framework (at the source code level). In particular, one should understand how Class Persistence Mapping is done with the NexJ Studio Express. Also one must learn the NexJ-Scheme language. As for understanding the concepts used in the Integration Engine, one must read NexJ Studio - Integration Fundamentals. Presently this piece of document is not open sourced.

Diving into the Code Base