4

I've just started learning sling. The biggest problem to me at this stage is to browse JCR repository. Is there any good tool to view what is inside repo, showing resources and all properties?

I need something like this one: http://blogs.adobe.com/gary/files/2011/05/pic3.jpg

thanks in advance Hubert

4

3 回答 3

4

Sling 确实包含一个基本的资源管理器,您可以在 /.explorer.html 访问它

我最近没有关注https://github.com/onflapp/RESTed explorer 的状态,但是上次我看的时候看起来很有趣:https ://github.com/onflapp/RESTed

还有http://www.jcrbrowser.org/sling/website/我很久没有尝试过但可能值得一看。

于 2013-08-14T13:30:15.857 回答
3

另一个选项是Composum,它将自己描述为“Slingified”JCR 浏览器。

截屏]

它的一些附加功能(完整列表)是:

  • 具有可配置过滤器的存储库树
  • 节点创建/删除/移动/重新排序
  • 财产操纵
  • 二进制数据上传/下载
  • 组件渲染和资产视图
  • 具有历史记录的基于模板的查询
  • JSON 查看、下载和上传
  • ACL 视图和操作
于 2016-01-22T08:19:16.923 回答
0

我有一个开源的 JCR 浏览器,在 GitHub 上。它使用 JQueryMobile 和 SpringBoot。

http://meta64.com

于 2015-07-18T20:30:53.647 回答