On Mon, Apr 26, 2010 at 11:27, Luca Masini <[email protected]> wrote: > I read a month ago a post by Martin Fowler regarding the maturity levels of > REST (http://martinfowler.com/articles/richardsonMaturityModel.html). > > I thougth a lot about Sling and I think that Sling is a Level 3 Maturity > Model because > 1) Use resources (level 1) > 2) Use HTTP verbs (apart from some piggybacking in PostServlet) (level 2) > 3) Has HyperMedia control (level 3) > > Do you agree ??
Yes. But one should note that Sling being a framework, one could still mess that up completely ;-) However, the built-in generic servlets follow all of the above levels, afaics, and the resource-based model and scripting concept, make it easy for custom applications on top of Sling to get it right. Roy does have his eyes on Sling every now and then ;-) http://sling.markmail.org/search/?q=from%3A%22Roy+T.+Fielding%22 Regards, Alex -- Alexander Klimetschek [email protected]
