Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

Implementations

Two implementations exist:

While I was able to build the jQuery based bundle using Maven but I got errors for the GWT based one.

There also exists JCR-Explorer but that software seems to be somewhat dead. To use it with Sling see: Using the JCR-Explorer with Sling and How to run the JCR Explorer with Sling?.

Requirements

Here's a quick and dirty spec for a JCR Explorer, feel free to expand/refine!

Requirements

More or less in priority order:

...

Select a good UI framework : Jquery, YUI or GWT ?

I would vote for Dojo. It has a dojo.data API (similar purpose to JDO/JPA+beansbinding), that can be used to connect to Sling using HTTP, and to the widgets using data binding. Hopefully Sling can also expose a "standard protocol" that can be used with Dojo's JsonRestStore.

Example of a Dojo app, using dojo.data API, backend by a REST store, using SOFEA approach: http://www.persvr.org/explorer.html

~ Hendy Irawan