Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Due to node type definitions, the JCR browser cannot perform all operations on every node. If you try to create an improper child node or property, the JCR browser will return an error. Additonally, you can perform queries on the JCR tree. With queries you can search for specific content. d read it. The JCR browser supports the XPath and SQL syntaxes.

...

To start and use the JCR Browser, follow these steps:

  1. Navigate to Configuration - > JCR Browser.
  2. Select the [JCR Browser] tab.
  3. Browse through the tree by expanding or collapsing node sub trees in the "JCR Repository" section.. To expand a node, click + (plus) and to collapse it click – (minus).
  4. To select a node, click its icon or name. The attributes of the selected node and the properties it contains, are shown at the right.

...

  1. Select the node in which the new (sub) node is to be created.
  2. Press the [Add node] button. The ‘Create node’ dialog is added to the screen.
    From the pull-down menu, select the node type to be created"Create node" section appears:

    Image Added

  3. Select the node type to create from the "Node type" drop-down list.
  4. Enter the node name.
  5. Press the Click [Create node] button. The node is added as a child to the currently selected node in the JCR tree.

Moving a Node

  1. Select the node to be moved.
  2. Press the [Cut] button.
  3. Select the destination node.
  4. Press the[Paste] button. The node including its properties and subtrees is moved to the destination.

...