Releases: lhervier/dom-spring
Releases · lhervier/dom-spring
Version v1.4.0
v1.3
Separate feature for sample app
You are no longer obliged to deploy the sample app.
Documentation has also been added to explain how to setup the sample app.
NotesContext bean
This release removes the beans UserSession, ServerSession, UserDatabase, ServerDatabase and UserRoles. They are replaced by a new NotesContext bean.
There is too much troubles with the double implementation of lotus.domino.Session and lotus.domino.Database.
- One version is in the com.ibm.notes.java.api plugin. It is the "standard" version.
- Another one is in the jvm/lib/ext/Notes.jar.
In this latter, the interfaces have been extended with a set of additionnal methods. And thoses methods are not present on the server (even on FP8).
First Version
This version should allow you to develop Spring applications on your IBM Domino Server.