Difference between revisions of "JSON Integration Adapter"

From CDOT Wiki
Jump to: navigation, search
m (Current Status)
(Current Status)
Line 11: Line 11:
 
== Current Status==
 
== Current Status==
  
Received project requirements from Greg<br />
+
Forked NexJ code and created public repository for others to monitor progress and contribute.
Setting up environment and debugger<br />
+
 
<br />
+
Completed overview of NexJ Integration classes and coding method and class stubs. In process of creating unit tests.
Next phase will be creating unit tests<br />
 
  
 
==Project Phases==
 
==Project Phases==

Revision as of 10:43, 2 June 2011


Project Goal

To create an adapter for the NexJ Core similar in methodology and design of existing message adapters (XML, Fixed, CSV etc.) but using the JSON format

Contributors

Current Status

Forked NexJ code and created public repository for others to monitor progress and contribute.

Completed overview of NexJ Integration classes and coding method and class stubs. In process of creating unit tests.

Project Phases

To be determined

Project Repository

To be determined

Resources

NexJ Developer's Guide
NexJ Integration Fundamentals