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.

Группа

Группа

org.ow2.weblab.service
Идентификатор

Идентификатор

simple-file-repository
Последняя версия

Последняя версия

1.0
Дата

Дата

Тип

Тип

war
Описание

Описание

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.

Скачать simple-file-repository

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
commons-codec : commons-codec jar 1.4

test (1)

Идентификатор библиотеки Тип Версия
net.sourceforge.groboutils » groboutils-core jar 5

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
1.0