Open main menu

CDOT Wiki β

Changes

NexJ Express

112 bytes removed, 17:06, 8 July 2010
no edit summary
== JSON Adapter ==
=== Goal===
Add ability to access NexJ Server objects as JSON via JSONa RESTful web service 
===Plan===
Implement a RESTful web service to serve NexJ Server objects in JSON.<br/>
We intend to make use of Open-source JSON libraries.
 
====Phase 1: JSON Marshalling====
* Find an open source JSON library for JAVA
* Develop a [http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/Servlets.html J2EE servlet]
* Server will implement GET and DELETE methods
* Develop a JSONMarshaller marshaller to marshall transform NexJ Server Objects into JSON representation
====Phase 2: JSON UnMarshalling====
* Develop a JSONUnMarshaller an marshaller to tranform tranaform JSON representation into NexJ Server Objects
* Extend servlet to implement POST and PUT methods
1
edit