NexJ Express
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 as JSON via a RESTful web service
Plan
Phase 1: JSON Marshalling
- Find an open source JSON library for JAVA
- Develop marshaller to transform NexJ Server Objects into JSON representation
- Develop a J2EE servlet
- Server will implement GET and DELETE methods
Phase 2: JSON UnMarshalling
- Develop an marshaller to tranaform JSON representation into NexJ Server Objects
- Extend servlet to implement POST and PUT methods
Status
Links
JSON
http://www.json.org
http://www.json.org/java
http://http://code.google.com/p/jsonmarshaller/
REST
http://www.ics.uci.edu/~fielding/pubs/dissertation/top.htm
http://java.sun.com/developer/technicalArticles/WebServices/restful/
http://en.wikipedia.org/wiki/Representational_State_Transfer