In this video tutorial I show you how to sign a Notes Database using the Server’s ID via Java Code.
In Lotus Notes version 6, IBM introduced a new method for the NotesDatabase Object called “sign()”. this allowed you to sign either the current database or another database using your current Notes ID. The only issue with this is that the Sign Request would only work if triggered manually inside the Notes Client.
For XPages development, this becomes an issue because you cannot perform a NotesDatabase.sign() on the front-end of your XPages Application.
So without further adieu, here’s the Video
Cheers JohnThe post XPages Video Tutorial: Signing a Notes Database using Java appeared first on Johnno's Workbench.