Open main menu

CDOT Wiki β

Changes

NexJ Express

23 bytes added, 08:47, 9 July 2010
Goal
Add ability to access NexJ Server objects as JSON via a RESTful web service
current implementation
<codeblockquote><pre>
<?xml version="1.0" encoding="utf-8"?>
<_Collection xmlns="http://www.nexj.com/xml" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns="http://www.nexj.com/xml">
</item>
</_Collection>
</codepre></blockquote>
JSON implementation
<code>
1
edit