Query Domino data with Domino JNA (part 3): REST API and infinite scroll  

By Mark Leusink | 11/2/18 6:36 AM | Infrastructure - Notes / Domino | Added by Oliver Busse

With the demos from part 1 and part 2 we now have a list running in XPages that has sorting, paging and filtering. But what if you want to use Domino JNA in a REST API? To serve a JavaScript/ Angular/ React/ Vue application or, why not, an app running in Office 365?

Time for a new Notes/ Domino support model  

By Mark Leusink | 2/8/18 5:51 AM | Infrastructure - Notes / Domino | Added by Oliver Busse

I’m pretty happy with FP10: great that with we now have up-to-date Eclipse/ Java/ OSGi version. Despite some obvious glitches it works reasonably well for me. But if you read the blogs and follow Twitter: a lot of people are having issues. The current ‘gold’ version would have been a great beta (2) and with a couple of fixes a great release.

Convenience at a cost: comparing Domino Java APIs performance (standard, ODA, JNA)  

By Mark Leusink | 5/12/17 8:56 AM | Infrastructure - Notes / Domino | Added by Oliver Busse

I’m into performance at the moment, trying to solve some nasty issues in one of the applications I work on. While researching the topic I came across Karsten Lehmann’s Domino JNA project that allows you to use some low-level C-API methods using Java. It contains functions that are very useful in my scenario, but I also wondered how the library performed. So I wrote some basic tests, comparing JNA with the ‘standard’ (or ‘legacy’) Domino API and, while I was at it, the org.openntf.domino (ODA) API.

Fun with Domino, AngularJS and CORS (not really)  

By Mark Leusink | 12/15/14 6:00 AM | Infrastructure - Notes / Domino | Added by Johnny Oldenburger

For a mobile app I’m currently working on (more on that soon) I’m using Domino Access Services. After fixing the issue with the number of entries returned by a view entry service, I quickly ran into other issues. I’m using a frontend build with Angular that’s running on a different domain name. So I have to add CORS headers (Cross Origin Resource Sharing).

Domino Access Services: ‘Limit Exceeded’ error for view entry collections  

By Mark Leusink | 12/8/14 3:43 AM | Infrastructure - Notes / Domino | Added by Johnny Oldenburger

If you’re using Domino Access Services to get a view entry collection and include the count=XXX parameter (like described here), you’ll get an error if the number is larger than 100. According to this, this limit was introduced with the 901v00_10 version of the Extension Library.

Improve your Domino SSL configuration, make your server more secure  

By Mark Leusink | 1/16/14 12:51 PM | Infrastructure - Notes / Domino | Added by Niklas Heidloff

Recently, Stephen Wissel tweeted a link to the Qualys SSL Labs SSL Server Test. That site allows you to enter the URL of an (internet facing) server that has SSL enabled and can then perform a deep analysis of the SSL configuration of that server.