I am currently working on a project where we might use Sling. In order to 
evaluate this I created my own Sling servlet in order to take JSon and create / 
merge (hibernate lingo) data.

Therefore I would love to have a way to upload JSon and would be willing to 
lend a hand getting this off the ground.

Cheers - Andy

On Feb 9, 2010, at 3:02 PM, Ian Boston wrote:

> We have implented something like this already, happy to share if of interest.
> 
> Ian
> 
> Sent from my iPhone
> 
> On 9 Feb 2010, at 18:45, "Felix Meschberger (JIRA)" <j...@apache.org> wrote:
> 
>> 
>>   [ 
>> https://issues.apache.org/jira/browse/SLING-1172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12831583#action_12831583
>>  ]
>> 
>> Felix Meschberger commented on SLING-1172:
>> ------------------------------------------
>> 
>> Sounds like a good idea.
>> 
>> For JSON I am pretty sure round-tripping works alright.
>> 
>> As for XML, things are probably different, because we have our own XML 
>> format for the loader, which is neither JCR document view nor JCR system 
>> view.
>> 
>>> Allow uploading JSON files to create content structures
>>> -------------------------------------------------------
>>> 
>>>               Key: SLING-1172
>>>               URL: https://issues.apache.org/jira/browse/SLING-1172
>>>           Project: Sling
>>>        Issue Type: New Feature
>>>        Components: Servlets
>>>  Affects Versions: Servlets Post 2.0.4
>>>          Reporter: Felix Meschberger
>>>           Fix For: Servlets Post 2.0.6
>>> 
>>> 
>>> Currently uploading a JSON file will just create the file node.
>>> On the other hand it would be useful if uploading to a node with a request 
>>> extension of JSON, the JSON would be unpacked and handled as if it would be 
>>> a modification request with the JSON data being the content to store.
>>> This would be similar to JSON upload supported by CouchDB.
>> 
>> -- 
>> This message is automatically generated by JIRA.
>> -
>> You can reply to this email to add a comment to the issue online.
>> 

Reply via email to