Open main menu

CDOT Wiki β

Changes

Research Notes - NexJ Training Tutorials

960 bytes added, 22:43, 26 January 2014
no edit summary
{{Admon/obsolete}}
 
== Current Findings ==
'''Question:''' Where should one start if one wants to get a '''conceptual understanding''' of the code base of NexJ Model Server Express?
* parse: the external message format is parsed to an internal NexJ message
** e.g. a CSV messag is parsed back to a PersonCSV object
* '''related interfaces and classes in the NexJ Express Framework (i.e the code base):'''
 
=== NexJ Channels ===
* HTTP, File
* '''related interfaces and classes in the NexJ Express Framework (i.e the code base):'''
 
=== Object ===
* p. 23
* '''related interfaces and classes in the NexJ Express Framework (i.e the code base):'''
 
=== NexJ-Scheme ===
* the Scheme console: used to interact with the business logic and persistence data store, on the basis of the current model configuration (p. 5)
* Nexj-Scheme scripts (Integration Fundamentals)
** pp. 6, 7, 10, 12, 14, 16, 19, 21
** (read an instance of User), (send & receive a message), (format & parse an XML message), (create an XML message that has a list of messages), (test the File channel), (create a new HTTP response message), (format a NexJ message object - PersonCSV to its wire format, parse the CSV format to internal format), (persist the Person and Telecom information)