This is a showcase building an automated Acrolinx Integration using the Acrolinx Java SDK.
For integrating the Sidebar see: Acrolinx Java Sidebar Demo.
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:
- Build With Acrolinx,
- the Guidance for the Development of Acrolinx Integrations,
- the Acrolinx Platform API
- the Rendered Version of Acrolinx Platform API
- the Acrolinx SDKs, and
- the Acrolinx Demo Projects.
- You need Java 11 to build this project.
- 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.
./gradlew SimpleStringCheckDemo
./gradlew DocxCheckDemo