Re: Beginners question with Sling.

2011-07-07 Thread sam lee
You can use /system/sling.js It has Sling.removeContent() and Sling.getContent(). You just need to implement Sling.createContent(), Sling.updateContent(), Sling.query() using xhr. Then you have something like couchdb. I don't think sling has RESTful API reference. It would be useful. On Thu,

Re: Beginners question with Sling.

2011-07-07 Thread Bertrand Delacretaz
On Thu, Jul 7, 2011 at 3:03 PM, sam lee skyn...@gmail.com wrote: ...I don't think sling has RESTful API reference. It would be useful you're right, OTOH Sling has an extensive integration test suite which uses its HTTP interfaces, so you can learn a lot by looking at the code under [1]. If

RE: Beginners question with Sling.

2011-07-07 Thread Mark Herman
You could probably use their tools to create bundles then just deploy the bundles to your sling instance. Just need to say that using their tools in this manor may violate the developer edition's license agreement, I don't know. I'd still suggest looking into the product to help learn the