Difference between revisions of "Applied Research Notes (July-August 2011)"

From CDOT Wiki
Jump to: navigation, search
(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 …')
 
(Peter Liu's Applied Research Activity (July - August 2011))
Line 1: Line 1:
 
== Peter Liu's Applied Research Activity (July - August 2011)==
 
== 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.
 
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.
 +
 +
== Documents Provided by NexJ ==
 +
*
 +
*
 +
*
 +
*
  
 
== Current Findings ==
 
== Current Findings ==

Revision as of 17:55, 27 July 2011

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.

Documents Provided by NexJ

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