My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads
Links

A simple application to access and manage JCR repositories (JackRabbit only at the moment). The following features are provided by the application:

  • Save repository access information for easy reuse.
  • Display a tree view of the repository.
  • Execute XPath or SQL queries against the repository. Save queries for future re-use. Query history buffer also available across login sessions.
  • Execute simple full-text searches against the repository.
  • CRUD operations on nodes.
  • Import/export to and from the repository.
  • Support versionable nodes (view and create).
  • Provides a Groovy environment to execute and save repetitive complex operations against the repository.

Version 2.2

Version for working with JCR 2 (JSR 283) repositories. Works with JackRabbit 2.2.5.

  • Fixed bug where query results were not being displayed. JR 2.0 does not report query results size which the application was using to paginate results. Fixed by iteratiing once over entire results to compute result size and then paginate the query results.
  • Fixed bug in RMI connection, where only http URL's were supported.
  • Enhanced groovy script execution environment to display results in a view if the results are of query result, node iterator, property iterator or node types.

Version 1.8

This release contains the following changes:

  • Fixed bug introduced in version 1.7 where non-versionable nodes were being queries for version history leading to error messages and logs.
  • Added dialog that for customising node export. Dialog exposes all JCR API features such as export in system or document view, include children and/or binaries. Also provides a feature to format the output XML.
  • Fixed bug in NodeExportListener where the new session created to export the node was not being closed.
Powered by Google Project Hosting