Simple Resource Container using file system.

It's a simple file system repository. Just configure the file system folder and the component will save and load resources from files in this folder. This implementation is able to save and get resources. The limitation are that it is not assigning an new URI. It hashes the existing one to save the files. It's also not able to get or save sub resources since it uses the hash as key. In most of the application, you'd rather to use the file-repository whitch is able to do so.

GroupId

GroupId

org.ow2.weblab.service
ArtifactId

ArtifactId

simple-file-repository
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

war
Description

Description

Simple Resource Container using file system.
It's a simple file system repository. Just configure the file system folder and the component will save and load resources from files in this folder. This implementation is able to save and get resources. The limitation are that it is not assigning an new URI. It hashes the existing one to save the files. It's also not able to get or save sub resources since it uses the hash as key. In most of the application, you'd rather to use the file-repository whitch is able to do so.

Download simple-file-repository

How to add to project

<!-- https://jarcasting.com/artifacts/org.ow2.weblab.service/simple-file-repository/ -->
<dependency>
    <groupId>org.ow2.weblab.service</groupId>
    <artifactId>simple-file-repository</artifactId>
    <version>1.0</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.weblab.service/simple-file-repository/
implementation 'org.ow2.weblab.service:simple-file-repository:1.0'
// https://jarcasting.com/artifacts/org.ow2.weblab.service/simple-file-repository/
implementation ("org.ow2.weblab.service:simple-file-repository:1.0")
'org.ow2.weblab.service:simple-file-repository:war:1.0'
<dependency org="org.ow2.weblab.service" name="simple-file-repository" rev="1.0">
  <artifact name="simple-file-repository" type="war" />
</dependency>
@Grapes(
@Grab(group='org.ow2.weblab.service', module='simple-file-repository', version='1.0')
)
libraryDependencies += "org.ow2.weblab.service" % "simple-file-repository" % "1.0"
[org.ow2.weblab.service/simple-file-repository "1.0"]

Dependencies

compile (1)

Group / Artifact Type Version
commons-codec : commons-codec jar 1.4

test (1)

Group / Artifact Type Version
net.sourceforge.groboutils » groboutils-core jar 5

Project Modules

There are no modules declared in this project.

Versions

Version
1.0