Docuware API REST Java Client

PlatformJavaClient makes it easy to start using DocuWare Platform API.

License

License

Categories

Categories

Java Languages CLI User Interface
GroupId

GroupId

io.ginko
ArtifactId

ArtifactId

docuware-java-client
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

Docuware API REST Java Client
PlatformJavaClient makes it easy to start using DocuWare Platform API.
Project URL

Project URL

https://github.com/dgautier/PlatformJavaClient
Source Code Management

Source Code Management

http://github.com/dgautier/PlatformJavaClient

Download docuware-java-client

How to add to project

<!-- https://jarcasting.com/artifacts/io.ginko/docuware-java-client/ -->
<dependency>
    <groupId>io.ginko</groupId>
    <artifactId>docuware-java-client</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.ginko/docuware-java-client/
implementation 'io.ginko:docuware-java-client:1.0.2'
// https://jarcasting.com/artifacts/io.ginko/docuware-java-client/
implementation ("io.ginko:docuware-java-client:1.0.2")
'io.ginko:docuware-java-client:jar:1.0.2'
<dependency org="io.ginko" name="docuware-java-client" rev="1.0.2">
  <artifact name="docuware-java-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.ginko', module='docuware-java-client', version='1.0.2')
)
libraryDependencies += "io.ginko" % "docuware-java-client" % "1.0.2"
[io.ginko/docuware-java-client "1.0.2"]

Dependencies

compile (5)

Group / Artifact Type Version
com.sun.jersey.contribs : jersey-apache-client jar 1.19.3
com.sun.jersey.contribs : jersey-multipart jar 1.19.3
org.apache.httpcomponents : httpclient jar 4.5.2
net.sourceforge.streamsupport : streamsupport-cfuture jar 1.5.3
org.slf4j : slf4j-api jar 1.7.24

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.assertj : assertj-core jar 2.6.0

Project Modules

There are no modules declared in this project.

PlatformJavaClient (BETA)

PlatformJavaClient makes it easy to start using DocuWare Platform API.

As of today 12.08.16 the JavaClient applies to DocuWare Version 6.10 and is in Beta Phase, therefore bugs may occur and there is no documentation. The Java Client is supposed to reflect the same Client implementation as the .Net Client as far as possible, thus most of the samples in the .Net Client's documentation also apply to the Java Client.

Please help improving the Client with your feedback, additionally, everyone is very welcome to provide missing code examples.

Source code

Clone the sources: git clone https://github.com/DocuWare/PlatformJavaClient.git

Building

You need at least a Java 8 installation of any edition. To get started:

  • Clone the source code (see above).
  • Or: Start a new Project in your IDE and just copy all files of the PlatformClientProject into it. Overwrite your files if necessary. The project will be named JavaPlatformClient afterwards.

Supported DocuWare versions

This implementation uses the DocuWare Platform .NET API of DocuWare 6.10.
Most of the examples will also run with DocuWare 6.5 or higher.

Known Issues:

  • Error messages may be too short or wrong

Major missing Features

  • Some classes/methods from the .NetClient are still missing

How to Engage, Contribute and Provide Feedback

Before you contribute, please read through the contributing and developer guides to get an idea of what kinds of pull requests we will or won't accept.

You are also encouraged to start a discussion by filing an issue or creating a gist.

License

DocuWare Platform .NET Client proudly uses the MIT License. *Licenses for Third-Party-Files can be found in the affiliated JAR-Files

TODO

  • replace GregorianCalendar occurences with Java 8 Date
  • replace GregorianCalendar occurences with JodaTime

Versions

Version
1.0.2
1.0.1
1.0.0