A simple Java Server Faces application using the webdav client library
Installation instructions:
Step 1:
Install and start the hippo repository, see Installing Hippo Repository Binary
Step 2:
Install Maven 1.x
Step 3:
Checkout the latest release from the Hippo SVN repository:
svn co https://svn.hippocms.org/repos/hippo/hippo-samples/jsf-repository-browser/tags/Release_JSF_BROWSER_1.07.00 jsf-repository-browser
Step 4:
Start a command shell, go to this directory and type the following command:
$ maven
This will take a while and needs to be done only once. When finished a subdirectory 'target' will have been created with (among other files) a file called 'jsf-repository-browser.war'. This file is a Web Application aRchive and can be deployed in a webapplication server like Tomcat .