Passing Javascript array to Java Use API
Following up on this discussion: http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manager.html
Now that I have an array of different parameters, I'd like to pass them to a Java file where im implementing the Use-API. I've dont some digging and have found that when I try to pass the object returned by my JS file, that is read as a io.sightly.js.rhino.HybridObject.
I can find no documentation for this type aside from SVN commits (which actually refer to org.apache.sling.scripting.sightly.js.rhino) to the sling project over the last 6 months or so, nor can I figure out how to include this in my Maven configuration.
Is there a way to implement something like this now, or do i need to wait for HybridObject to be accepted in the sling project?