OpenNTF Domino API Database Listeners  

By Paul Withers | 6/22/15 10:59 AM | - | Added by Oliver Busse

Recently I was pointed in the direction of a blog post requesting hooks for opening / creating / saving etc of documents. With the next release of Notes (9.0.2??) due out later this year, I suspect the chances of a feature request getting in now is quite low.

Single Copy XPage Design - Some Learning and Why It's Not For Me  

By Paul Withers | 5/26/15 4:00 PM | - | Added by John Oldenburger

In a recent project I decided to use Single Copy XPage Design (SCXD). This is a seemingly useful technique that is in many ways similar to the concepts underpinning XPages on Bluemix: one database holds the data and it points to another database that contains the XPages-specific design elements – XPages, Custom Controls, StyleSheets, Themes, Images, custom Java code and third-party jars.

Pushing Changes to Java Agents  

By Paul Withers | 4/23/15 7:08 AM | - | Added by Johnny Oldenburger

In more recent projects I’ve written my agents in Java. Although it meant copying some code across (and in some cases, rewriting it a bit because the agents were not using OpenNTF Domino API), it helped keep muscle memory. However, I encountered some strange behaviour when refreshing design of the databases.

XOTS: Background and MultiThreaded Tasks the OpenNTF Domino API Way (Part Three)  

By Paul Withers | 4/16/15 8:12 AM | - | Added by Johnny Oldenburger

In the previous two parts I covered the background of XOTS, using a basic tasklet to return a result, and using a basic tasklet to run a background task allowing the user to continue working with the application while the background task completed. In that example the background task did not take a huge amount of time, so it might be worth waiting for the task to complete.