Blog

Home » Blog

Java getAllDocumentsByKey / getAllEntriesByKey Problem With Doubles

I try to avoid using the word “bug” too freely, because those who live by the word “bug” may die by the word “bug”! After all, we’re software developers whose own software may include bugs. Use the word freely and we can’t complain when others also do. But a little while ago I was battling […]

Java getAllDocumentsByKey / getAllEntriesByKey Problem With Doubles Read More »

Fully Understanding Rendered Property and Components With Events

Some time ago I posted about the number of times the rendered property gets calculated during the JSF lifecycle and the benefits of partial execution. (One caveat is that I haven’t re-tried that since 8.5.x, so more optimisation may have been built into the XPages runtime engine.) One way of optimising calculations in the rendered

Fully Understanding Rendered Property and Components With Events Read More »

Database.getApiPath(): One of the Hidden Gems of OpenNTF Domino API

Currently I’m in the process of going through ensuring documentation is available for all methods in OpenNTF Domino API. It’s going to take some time, not least because Javadocs need adding for all lotus.domino methods, as well as the additional methods we’ve added. One of the benefits is I’m finding out about methods that have

Database.getApiPath(): One of the Hidden Gems of OpenNTF Domino API Read More »

OpenNTF Domino API: Understanding Listeners

Since M3 we’ve had Listeners implemented in the OpenNTF Domino API. Although there’s potential for even greater implementation of listeners through the API, they’re already extremely powerful. Think about triggering specific code whenever a document is saved from XPages. The concept is very powerful and there has been an example in the Demo database for

OpenNTF Domino API: Understanding Listeners Read More »

Scroll to Top