Hi There, I just thought I should release some of the code I had in my closed for a while as it may be useful to the wider Sling community.
The first one is RESTed and it is basically a node 'explorer' with potential to become a base for simple development environment. You'll find it here => https://github.com/onflapp/RESTed What makes it interesting is that it is build using selectors and JSP's only (no javascript). This makes it to fit into the Sling itself rather nicely and it also makes it very simple and lean. The UI itself is 'pure' HTML, styled with bootstrap CSS. But this is no hard requirement. If you take the bootstrap away, the app will continue to work without any problem, although I would not call it pretty. RESTed is functional but the source code is not in the best shape as it grew kind of organically over long period of time. This is the only reason why it lives in its own repository, I do not intended to create separate project out of it. I just took Bertrand's advice and released it early rather then never. Perhaps it could be used as a starting point for the new Sling explorer or just as a proof of concept to test different approaches. Ondrej P.S. sorry for the cheesy name - it just means REST editor - or something like that ;-)
