Hi, On 25.03.2010 22:31, Luca Masini wrote: > Hi, I wrote my thought about writing a ResourceProvider that let access > Sling Resources on DB in a RESTful way: > > http://www.lucamasini.net/Home/sling-and-cq5/accessing-relational-data-as-sling-restful-urls > > Your feedback would be really appreciated.
Cool stuff. This is exactly one use case we had in mind when thinking about the Resource stuff. If have added a link to your blog on our links page [3] (if you don't mind). And by the way, Sling actually already has a "BundleResourceProvider" [1]. In addtion we also have a FileSystemResourceProvider (provide files and directories as resources) [2]. Regards Felix [1] http://sling.apache.org/site/resources.html#Resources-BundlebasedResources [2] http://sling.apache.org/site/accessing-filesystem-resources-extensionsfsresource.html [3] http://sling.apache.org/site/links.html
