← Back to blog

New Domino JNA version 0.9.53 and source code for our Virtual View API demo app

Karsten Lehmann · 20.07.2024

Karsten Lehmann 20 July 2024 23:04:19

As announced in the last article Demo application for Domino JNA Views to play with, I just released a new version of Domino JNA, version 0.9.53, with these changes;

  • fixed a VirtualViewNavigator issue where a navigator created via buildFromCategory(…) returns entries out of subtree when using gotoPos() and navigating
  • code for VirtualViewNavigator read access check can now be customized by implementing com.mindoo.domino.jna.virtualviews.security.IViewEntryAccessCheck or subclassing com.mindoo.domino.jna.virtualviews.security.ViewEntryAccessCheck when creating the navigator
  • new API method com.mindoo.domino.jna.virtualviews.VirtualViewNavigator.entriesForwardFromPosition(String, SelectedOnly)

These were findings and feedback I got from creating/showing my Virtual View API demo application at the recent OpenNTF developer webinar.

Image:New Domino JNA version 0.9.53 and source code for our Virtual View API demo app

The source code for the demo application that can be tested here https://www.mindoo.de/test/jnavirtualviews.nsf/sunburst.xsp is now also available on GitHub:

https://github.com/klehmann/JNA-Virtual-Views-Demo