Hi all, I'm creating content structures using the slingPostServlet by passing a JSON object. In the Sling documentation it says that this is an :operation=import and it works perfectly :)
Is there any major difference I should take into consideration compared to when I create content using a simple key/value post request? Is the import process different to POST content creation other than the JSON format of the object to be created? On the other hand, if I specify :replace to replace the entire object graph and the node is versionable will a new version of the node be checked in? Or does the import remove the to-be-replaced node an create a complete new one? Many thanks for your help Xavi
