Notes Object Document Mapping. This project is an ORM-like library which makes possible to map Kotlin/Java objects to Lotus Notes documents.
This project is discontinued, and stay here for consultation purpose. The project won't be maintened and no support will be provided.
Everyone is free to fork and create derivated products.
This project need a Notes.jar
archive, that is property of IBM and cannot be distributed. Therefore, you need a licensed installation of Lotus Notes.
- Start by cloning this repo :
git clone [email protected]:jcornaz/nodm.git
- Create a folder "libs" at the root of the project and put there a copy the
Notes.jar
from your Lotus Notes installation. - Test it :
./gradlew check
From here you can work in the project folder or add it in your project with your favorite method.