1
edit
Changes
→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 to marshall NexJ Server Objects into JSON representation
====Phase 2: JSON UnMarshalling====
* Develop a JSONUnMarshaller to tranform JSON representation into NexJ Server Objects
* Extend servlet to implement POST and PUT methods
===Status===