Skip to content

A little demo of the Acrolinx Java SDK

License

Notifications You must be signed in to change notification settings

acrolinx/sdk-demo-java

Repository files navigation

Acrolinx Java SDK Demo

This is a showcase building an automated Acrolinx Integration using the Acrolinx Java SDK.

For integrating the Sidebar see: Acrolinx Java Sidebar Demo.

Prerequisites

Please contact Acrolinx SDK support for consulting and getting your integration certified.

This sample works with a test license on an internal Acrolinx URL. This license is only meant for demonstration and developing purposes. Once you finished your integration, you'll have to get a license for your integration from Acrolinx.

Before you start developing your own integration, you might benefit from looking into:

Getting Started

Build the Project

  1. You need Java 11 to build this project.
  2. This project uses Gradle. To build this project with the Gradle Wrapper, execute the following command:
./gradlew build

on an UNIX system, or

gradlew build

on a Windows computer.

Run the Samples

./gradlew SimpleStringCheckDemo
./gradlew DocxCheckDemo

About

A little demo of the Acrolinx Java SDK

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages