Hi Valentin, Sorry to take so long to reply...
On Sat, Mar 7, 2009 at 12:23 PM, Valentin Jacquemin <[email protected]> wrote: > ...my prototype is here (I don't know the usual process to > propose a contribution, are there any repository available for the > non-comitters?):... Thanks - I got it working by copying your script to apps/sling/servlet/default/explorer.html.esp and requesting URLs like http://localhost:8888/apps.explorer.html The script does a lot with few lines of code, that's a good demo for Sling! As discussed recently in another thread, however, an explorer that allows you to create, edit and delete nodes, assign nodetypes, search the repository and generally perform all available JCR operations might need some additional server-side components. Or better, improvements to Sling's existing RESTful interface - if that can support a full featured explorer, the interface will be reasonably feature complete ;-) The current process for contributions by community members who are not (yet) committers is to upload patches to JIRA issues. You could also create a project hosted elsewhere, and have that (possibly) adopted by Sling later on. If you do that, however, I'd recommend using the Apache License 2.0 from the start, to make it easier for us to adopt the code, should that happen. Simpler examples can also be attached to our public wiki at http://cwiki.apache.org/SLING/ -Bertrand
