Coder Social home page Coder Social logo

mutsys / jcr-explorer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mehmoodz/jcr-explorer

0.0 2.0 0.0 1.45 MB

Explore Jackrabbit Repository, Search, Query , find depedencies

License: MIT License

Java 1.84% CSS 14.57% HTML 0.78% JavaScript 82.81%

jcr-explorer's Introduction

JCR-Explorer

Explore Jackrabbit Repository, Search, Query and Manage your JCR Repo Visually

Content Display and Navigation

JCR Explorer Content Display

Query Management

JCR Explorer Query Manager

Features

  • Read Only Tree-based JCR content exploration

    • JCR Repo Manager Setup
    • Unit Tests for JCR exploration
    • Query Manager
    • Content Explorer Service
    • Mockup Tests
    • UI for Tree based exploration
    • Node Details
  • Query Browser with XPATH , JCR-SQL2 Support

    • Support for JCR-SQL, JCR-SQL2, XPATH support
  • Dependency Graph for the contents published

    • Planned just full-text for now (for e.g.,) SELECT parent.* FROM [nt:base] AS parent where CONTAINS(parent.*, 'BlackJack')
  • Configurable inside existing Projects (Maven overlay, or WEBDAV Connections)

    • JNDI Integration
    • Spring Data Source
    • WEBDAV

Getting Started

Integrating JCR Explorer through JNDI

  • Define org.springmodules.jcr.jackrabbit.RepositoryFactoryBean for Repository object

    • "jackrabbit.repository.path" JNDI Name needs to be specified in server.xml like
     <Resource name="jackrabbit.repository.path" auth="Container" type="javax.jcr.Repository" factory="org.apache.jackrabbit.core.jndi.BindableRepositoryFactory" 
     	configFilePath="<CONFIG_DIR>/jcrconfig.xml" repHomeDir="<JCR-HOME-DIR>" />
  • Inject repository object in JCRManager configuration defined in jcr-context-core.xml in JCRExplorerCore Module

    • Have a look at the jcrexplorer-web-servlet.xml to integrate define JNDI lookup configuration
  • Copy web resources to your web app project

    • Under JCRExplorerWeb/src/main/webapp/
  • Make sure your web.xml has necessary DispatcherServlet Configuration as found JCRExplorerWeb/src/main/webapp/WEB-INF/web.xml

Thanks To:

jcr-explorer's People

Contributors

mehmoodz avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.