1
edit
Changes
no edit summary
== JSON Adapter ==
=== Goal===
Add ability to access NexJ Server objects as JSON via JSONa RESTful web service
===Plan===
====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