Search code examples
spring-mvclotus-noteslotus-domino

How to configure the lotus notes java API in spring MVC


I am under the need to configure my spring MVC project with lotus notes Java API. We need to extract the emails which are present in lotus notes with the help of .NSF file. I searched online but I didn't get any clarified answer. Please answer, if any one know how to configure the spring MVC project with lotus notes. If any existing links are there, please attach that too with your answers.


Solution

  • It should be like any other Java project that integrates with Notes and Domino.

    I.e., you can either install a licensed copy of Lotus Notes (only if you are running in a 32 bit JVM) or Lotus Domino (32 or 64 bit JVM) and add the notes.jar file that comes with it to your project, or you can get the NCSO.jar from a Lotus Domino installation and add it to your project. Note that the latter option will only work if the Domino server that you re connecting to is confugured to support IIOP.