Difference between revisions of "NexJ Express"
(→Plan) |
|||
Line 11: | Line 11: | ||
Add ability to access NexJ Server objects via JSON | Add ability to access NexJ Server objects via JSON | ||
===Plan=== | ===Plan=== | ||
+ | Use open source JSON java libraries to provide utility classes for JSON. | ||
====Phase 1: JSON Marshalling==== | ====Phase 1: JSON Marshalling==== | ||
====Phase 2: JSON UnMarshalling==== | ====Phase 2: JSON UnMarshalling==== | ||
+ | |||
===Status=== | ===Status=== | ||
===Links=== | ===Links=== |
Revision as of 15:53, 8 July 2010
Contents
Introduction
NexJ Express Server is a J2EE-based server software which provides cost effective services for deploying highly-scalable, fault tolerant, distributed enterprise solutions. It encapsulates the key aspects of the NexJ Application Framework and enables the advanced business logic, multiple database connectivity, advanced workflow and rules, rich integration, and enhanced data security that are the hallmarks of all solutions that are configured using NexJ Express Studio.
Contributors
- Jordan Anastasiade
- Grace Batumbya
Projects
JSON Adapter
Goal
Add ability to access NexJ Server objects via JSON
Plan
Use open source JSON java libraries to provide utility classes for JSON.