Revision
4653 -
Directory Listing
-
[select for diffs]
Modified
Tue Jan 23 15:44:11 2007 UTC
(14 years ago)
by
wgrevink
Original Path:
hippo-samples
Diff to
previous 4636
WCL-1
Added service layer to cachemanager and repository-update-notifier
webdav-clientlib, cachemanager and repository-update-notifier now all implement repository-client-api,
cachemanager-api and repository-update-notifier-api become obsolete.
Revision
4504 -
Directory Listing
-
[select for diffs]
Modified
Fri Jan 12 11:35:33 2007 UTC
(14 years ago)
by
wgrevink
Original Path:
hippo-samples
Diff to
previous 4493
HIPDOC-21
Added IDocumentPath/DocumentPath with methods:
public String getNamespace();
public String getFilesPath();
public String getRootPath();
public String getRelativePath();
public String getDocumentPath();
IDocument/Document now returns a IDocumentPath iso a String for the Document path
Removed SearchResultFactory, moved fetch.. method to DocumentFactory
Simplified cachekey computing, there is no need for crc calculation on a stream since the dasl is eventually converted to a string anyway
Added SearchPerformanceTest for gaining insight in the speed
Revision
4466 -
Directory Listing
-
[select for diffs]
Modified
Thu Jan 11 12:36:22 2007 UTC
(14 years ago)
by
wgrevink
Original Path:
hippo-samples
Diff to
previous 4367
HIPDOC-21
Mainly cosmetic changes:
Added dependency to cachemanager-api in cachemanager project.xml
Added dependency to cachemanager-api and cachemanager in webdav-clientlib project.xml
Added .project, .classpath and target to .svnignore for cachemanager and cachemanager-api
Added NOTICE and LICENCE files
Removed unused imports
Removed unused local variables
Added serialversionUID for Serialized classes
Removed accidentally checked in class files
Removed eclipse generated TODO comments
Revision
4297 -
Directory Listing
-
[select for diffs]
Modified
Thu Dec 21 15:45:50 2006 UTC
(14 years, 1 month ago)
by
wgrevink
Original Path:
hippo-samples
Diff to
previous 4283
HIPDOC-21
API:
1> Removed IDocumentFactory and IDocumentCollectionFactory from API, they are too much webdav specific and not really nessessary.
2> IDocumentMetadata: Replaced method iterator() (returning an iterator of Map.Entry instances) with method propertyNames() (returning a Set of Strings)
JSF sample:
1> Split up monolithic tree.jsp into multiple jsp's
2> Implemented details pane as a TabbedPane
3> now there are two tabs: one for content and one for properties
Revision
4193 -
Directory Listing
-
[select for diffs]
Modified
Fri Dec 15 15:42:11 2006 UTC
(14 years, 1 month ago)
by
wgrevink
Original Path:
hippo-samples
Diff to
previous 4190
HIPDOC-21
*)Removed getResponseAsJdom, it cannot be exposed in the repository-client-api because that module shouldn't have any dependencies.
As requested by Ard:
*)Added getResponseAsSaxContentHandler to IRawResponse/WebdavResponse
*)Added set/getContent to IResource/WebdavResource so that it becomes possible to construct
an object containing both content (from a Get) and properties (from a Propfind)
Revision
4176 -
Directory Listing
-
[select for diffs]
Modified
Fri Dec 15 10:41:33 2006 UTC
(14 years, 1 month ago)
by
wgrevink
Original Path:
hippo-samples
Diff to
previous 4166
HIPDOC-21
Complete overhaul (again)
Renamed WebDav... to Webdav...
Finalized client.api package & jibx binding for Search and Propfind
client.webdav.WebDavException is now client.api.ClientException
Fixed multithreading issues
Revision
4164 -
Directory Listing
-
[select for diffs]
Modified
Mon Dec 11 14:03:18 2006 UTC
(14 years, 1 month ago)
by
wgrevink
Original Path:
hippo-samples
Diff to
previous 4051
HIPDOC-21
Some refacoring:
1>Renamed client.webdav.searchresult package to client.webdav.connector
2>Renamed SearchResult, WebdavProperties and WebdavResource classes to ResourceCollection, RepositoryResource and ResourceMetadata resp.
3>Moved ResourceCollection factory method to dedicated class ResourceFactory
4>Introduced client.api package containing IResourceCollection, IRepositoryResource and IResourceMetadata, classes in client.webdav.connector implement these interfaces
5>Changed template method structure in WebDavMethodImpl
Revision
3886 -
Directory Listing
-
[select for diffs]
Modified
Tue Nov 14 12:54:30 2006 UTC
(14 years, 2 months ago)
by
wgrevink
Original Path:
hippo-samples
Diff to
previous 3840
jsf repository browser/repository client library
1> Switched from XmlBeans to JibX for Xml-Java binding
2> Added PMD reporting, fixed some warnings
Revision
3832 -
Directory Listing
-
[select for diffs]
Modified
Thu Nov 9 14:40:43 2006 UTC
(14 years, 2 months ago)
by
wgrevink
Original Path:
hippo-samples
Diff to
previous 3828
jsf repository browser/repository client library
Streamlined API
Made lots of classes/methods package private, leaving only the bare minimum public.
Revision
3822 -
Directory Listing
-
[select for diffs]
Modified
Thu Nov 9 08:49:22 2006 UTC
(14 years, 2 months ago)
by
wgrevink
Original Path:
hippo-samples
Diff to
previous 3791
jsf repository browser/repository client library
Split project in two:
1>webdav-clientlib
=>Standard library project, implements webdav client library api
2>jsf-repository-browser
=>War project, contains just the jsf frontend, uses webdav-clientlib
Revision
3777 -
Directory Listing
-
[select for diffs]
Modified
Mon Nov 6 14:05:04 2006 UTC
(14 years, 2 months ago)
by
wgrevink
Original Path:
hippo-samples
Diff to
previous 3744
jsf repository browser/repository client library
1> Use commons-configuration for configuring
2> Use commons-pool to store HttpClient instances
3> Patch Slide webdav SearchMethod so that it is possible to get it's responsebody as a Stream
Revision
3741 -
Directory Listing
-
[select for diffs]
Modified
Fri Oct 27 13:36:18 2006 UTC
(14 years, 3 months ago)
by
wgrevink
Original Path:
hippo-samples
Diff to
previous 3740
Added jsf repository browser
This is a simple sample application demonstrating
how to write a webapp based on the Hippo Repository
without using Cocoon.