Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ithit/webdavserversamplesjava
WebDAV server examples in Java based on IT Hit WebDAV Server Library for Java
https://github.com/ithit/webdavserversamplesjava
amazon-s3 java kotlin ms-ofba oracle samples server spring spring-boot springboot sql webdav
Last synced: 3 days ago
JSON representation
WebDAV server examples in Java based on IT Hit WebDAV Server Library for Java
- Host: GitHub
- URL: https://github.com/ithit/webdavserversamplesjava
- Owner: ITHit
- Created: 2017-06-08T03:24:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-03T18:27:26.000Z (4 months ago)
- Last Synced: 2025-01-22T07:11:06.406Z (11 days ago)
- Topics: amazon-s3, java, kotlin, ms-ofba, oracle, samples, server, spring, spring-boot, springboot, sql, webdav
- Language: Java
- Homepage: https://www.webdavsystem.com/javaserver/
- Size: 27 MB
- Stars: 52
- Watchers: 9
- Forks: 21
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
WebDAV Server Examples, Java
IT Hit WebDAV Server Library for Java is provided with several examples that demonstrate how to build a WebDAV server with SQL back-end or with file system storage. You can adapt these samples to utilize almost any back-end storage including storing data in CMS/DMS/CRM, Azure or Amazon storage.
A sample HTML page included with samples demonstrates how to use IT Hit WebDAV Ajax Libray to open documents from a web page for editing, list documents and navigate folder structure as well as build search capabilities.
Online Demo Server
Requirements
The samples are tested with Java 1.8 in the following environments:
- Tomcat 7 or later
- Glassfish 4.1.1 or later
- JBoss Wildfly 9 or later or respective EAP
- WebLogic 12c or later
- WebSphere 8.5.5.11 or later
- Jetty 9.3.13 or later
Full-text Search and indexing
The samples are provided with full-text search and indexing based on use Apache Lucene as indexing engine and Apache Tika as content analysis toolkit.
The server implementation searches both file names and file content including content of Microsoft Office documents as well as any other documents which format is supported by Apache Tika, such as LibreOffice, OpenOffice, PDF, etc.
-
Spring Boot WebDAV Server Example with File System Back-end, Java
-
Spring Boot WebDAV Server Example with Oracle Back-end, Java
-
Spring Boot WebDAV Server Example with Amazon S3 Back-end, Java
-
WebDAV Server Example with Oracle Back-end, Java
-
WebDAV Server Example with File System Back-end, Java and Kotlin
-
WebDAV Server Example with Collection Synchronization Support
-
Java WebDAV Server Example for Android
-
WebDAV Server Example with Versioning, Java
-
Running the WebDAV Samples
-
Configuring Full-Text Search for Files Stored in File System or in Oracle Database
-
WebDAV Server Samples Problems and Troubleshooting