Blog

Home » Blog

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 »

SBT and Propogating XPages Performance Preferences to Notes Clients Via Policy

XPages in Notes Client is one area that is receiving constant development. With 8.5.3 we gained Domino server and Notes client preferences XPagesPreload=1 and XPagesPreloadDB=myServer!!myDb.nsf/myXPage.xsp,myLocalDb.nsf/test.xsp. These preloaded the XPages runtime and preloads specific databases. Then with 9.0 we gained the functionality in Notes Client to define XPages that need to run on the server on

SBT and Propogating XPages Performance Preferences to Notes Clients Via Policy Read More »

Show Submit Button Only When All Mandatory Fields Completed

Today I had this query about refreshing multiple areas of the page on a blog post about partial execution: I have several input text fields with onChange events that do a partial updates on panels (a panel for each field) that contain the images that display whether the required field is completed. But I also

Show Submit Button Only When All Mandatory Fields Completed Read More »

Slides from OpenNTF Domino API Session at Engage

Earlier this week I had the pleasure to present with Martin Jinoch at Engage in Nertherlands. It was good to present on the API with someone who’s main involvement has been as a consumer, though very much an active member of discussions on existing and new functionality. Here are the slides, which included more recent

Slides from OpenNTF Domino API Session at Engage Read More »

Scroll to Top