Skip to content
Tim Donohue edited this page May 19, 2025 · 23 revisions

What is XOAI?

XOAI is the most powerful and flexible OAI-PMH Java Toolkit (developed by Lyncode). XOAI contains common Java classes allowing to easily implement OAI-PMH data and service providers.


Data Providers

Documentation


Service Providers

Documentation


Javadocs

Javadocs may be generated by checking out the project and running:

mvn javadoc:jar

The resulting Javadocs will be created in the ./target/reports/apidocs/ directory.

Clone this wiki locally