Resource Container using file system.

It's a file system repository. Just configure the file system folder and the component will save and load resources from files in this folder. When you save a resource, the component checks if the resource's uri exists and if it's exists replace it, if not generate an unique uri for the repository and replace all old uris with the new one and save the resource. You can load every saved resource, and subresource.

Лицензия

Лицензия

Группа

Группа

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

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

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

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

1.7.2
Дата

Дата

Тип

Тип

war
Описание

Описание

Resource Container using file system.
It's a file system repository. Just configure the file system folder and the component will save and load resources from files in this folder. When you save a resource, the component checks if the resource's uri exists and if it's exists replace it, if not generate an unique uri for the repository and replace all old uris with the new one and save the resource. You can load every saved resource, and subresource.

Скачать file-repository

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

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

Зависимости

compile (8)

Идентификатор библиотеки Тип Версия
commons-io : commons-io jar 2.0.1
org.ow2.weblab.core : model jar 1.2.2
org.ow2.weblab.core : extended jar 1.2.2
org.ow2.weblab.core : annotator jar 1.2.4
org.apache.cxf : cxf-rt-frontend-jaxws jar 2.4.0
org.apache.cxf : cxf-rt-transports-http jar 2.4.0
xalan : xalan jar 2.7.1
commons-logging : commons-logging jar 1.1.1

provided (1)

Идентификатор библиотеки Тип Версия
javax.servlet : servlet-api jar 2.4

test (3)

Идентификатор библиотеки Тип Версия
log4j : log4j jar 1.2.16
org.ow2.weblab.core.helpers : rdf-helper-jena jar 1.3.2
junit : junit jar 4.8.2

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

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

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

Версия
1.7.2
1.7.1
1.7-RC1