Re: JCR JSOP serialize / deserialize

2013-11-25 Thread Tobias Bocanegra
Hi Tommaso, I don't think that JSOP is a good format to transport JCR nodes and properties. flaws: * lack of extended JCR property type support. * the property type information is not serialized (2) * lack of child node ordering support * lack of namespace transport (1) * lack of SNNP support (sa

JCR JSOP serialize / deserialize

2013-11-25 Thread Tommaso Teofili
Hi all, I'm currently looking / investigating on an interoperable format for serializing / deserializing JCR nodes and I was wondering how easy it'd be (or if anything already exists) to use JSOP [1] for that. The use case would be like follows: 1. get node /a/b/c from JCR as a JSOP 2. send the J