XPages

Home » XPages

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

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,

Single Copy XPage Design – Some Learning and Why It's Not For Me Read More »

pde launch configurations and "Xsp Initialization error – Could not load class or methods"

This week I’ve been working with a significantly re-organised repository of OpenNTF Domino API. There were a few issues and it prompted me to finally get round to installing the latest fix packs for Notes and Domino. They had come out just before Engage, where I was speaking, so I chose not to upgrade then

pde launch configurations and "Xsp Initialization error – Could not load class or methods" Read More »

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

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

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

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

Yesterday I blogged introducing where we are with XOTS in OpenNTF Domino API, plus a short example about how to create a tasklet and call it. The example was a bit “hello world” – why would you want to call a tasklet to get the current username, when it’s possible and much easier to do

XOTS: Background and MultiThreaded Tasks the OpenNTF Domino API Way (Part Two) Read More »

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

OpenNTF Domino API has provided a number of significant enhancements. One of the more recent is XOTS. As its name suggests, XOTS brings together XPages and DOTS. At this point I think it’s worthwhile backtracking and giving some background on DOTS, which many XPages developers will not have utilised. DOTS came in with 8.5.3 and

XOTS: Background and MultiThreaded Tasks the OpenNTF Domino API Way (Part One) Read More »

Scroll to Top