Skip to content
This repository was archived by the owner on Apr 5, 2018. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 1.09 KB

File metadata and controls

19 lines (13 loc) · 1.09 KB

NODM

License Project status

Notes Object Document Mapping. This project is an ORM-like library which makes possible to map Kotlin/Java objects to Lotus Notes documents.

Project status

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.

Setup

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.

  1. Start by cloning this repo : git clone git@github.com:jcornaz/nodm.git
  2. Create a folder "libs" at the root of the project and put there a copy the Notes.jar from your Lotus Notes installation.
  3. Test it : ./gradlew check

From here you can work in the project folder or add it in your project with your favorite method.