Configure Eclipse 4.6.x with HCL Notes 10  

By Karsten Lehmann | 11/4/19 11:24 AM | Infrastructure - Notes / Domino | Added by John Oldenburger

For years, whenever I needed to configure an Eclipse IDE for IBM Notes plugin development, I used Mikkel Heisterberg's instructions on his blog. Since I currently have a customer requirement to update an existing plugin that we built for them years ago to a newer Java version (1.8), I tried to set up Eclipse 2019-09 with HCL Notes 10.0.1FP2, but failed.

New Domino JNA version available with LOTS of new features  

By Karsten Lehmann | 9/19/19 11:57 AM | Infrastructure - Notes / Domino | Added by John Oldenburger

New Domino JNA version available with LOTS of new features. It's been a long time since the last release of our Domino JNA project. Version 0.9.21 is now available for download as XPages Extensibility Plugin and on its way to Maven Central (takes a few hours to appear).

Advanced view lookup strategies with Domino JNA for small view index sizes and dynamic filtering and sorting  

By Karsten Lehmann | 3/12/19 6:35 PM | Infrastructure - Notes / Domino | Added by Oliver Busse

This might be interesting for some of you, a pattern how I am using Domino JNA in a recent customer project to speed up view lookups and reduce overall view index size. I am using at least three views to produce the content for a data table in the web application

Domino JNA - Cross-platform access to IBM Notes/Domino C API methods from Java  

By Karsten Lehmann | 4/8/16 6:40 PM | Infrastructure - Notes / Domino | Added by Oliver Busse

I would like to introduce you to a pet project that I have been working on for the last months: Domino JNA - Cross-platform access to IBM Notes/Domino C API methods from Java

Updated on OpenNTF: Release 1.1 of Open Eclipse Update Site with Mac 64 Bit Client support and other cool stuff  

By Karsten Lehmann | 3/3/16 6:35 PM | Infrastructure - Notes / Domino | Added by Oliver Busse

I have updated the OpenNTF project "Open Eclipse Update Site" with release version 1.1 and added the following useful features.

Notes 9.0.1 64 bit for Mac OS X 10.11 El Capitan now available - warning our customers NOT to update for 30+ days!  

By Karsten Lehmann | 9/29/15 4:28 AM | Infrastructure - Notes / Domino | Added by Oliver Busse

One day before the general availability of Mac OS X 10.11 (El Capitan), IBM released an update for their IBM Notes Client 9.0.1 with 64 bit support.

New C API method NIFFindByKeyExtended2 in Domino 9.0 improves view lookups  

By Karsten Lehmann | 3/6/15 11:23 AM | Infrastructure - Notes / Domino | Added by Johnny Oldenburger

Once again I am digging into the Notes/Domino C API to implement fast and powerful view lookups. What caused it this time was a customer requirement for "Notes Client style keyboard navigation" in web views, meaning that you type a character, press enter and the cursor position should be moved to the relevant area of the view (e.g. where the content in the first sorted view column is greater or equal letter "L").