Hi, On Tue, Mar 11, 2008 at 9:06 AM, sktkaur <[EMAIL PROTECTED]> wrote: > Now i want to know what to do after running repository? > How to proceed further? > I know that: > "Using a content repository allows an application to deal with an > arbitrarily large hierarchical space in a scalable manner automatically > profiting from the repository services such as versioning, query, > transactions or namespaces which make a content repository an ideal data > store for many applications". > How a content repository can be seen as a data storage? > How to store,retrive and change data?
The easiest way to get started with that is to mount the WebDAV view of the default workspace as a network disk to your file system. If you have the Jackrabbit webapp running, you should see the WebDAV instructions when you point your browser to the webapp. Alternatively, you can use the "Populate" and "Search" features of the Jackrabbit webapp to experiment with the repository. > What are the steps to proceed? Once you've done the above steps, you should take a look at the JCR specification to see how you can achieve the above operations (and much more) programmatically using the JCR API. BR, Jukka Zitting
