Pushing Changes to Java Agents

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. LotusScript agents were fine, […]

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 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 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 […]

Engage, Graphs, CrossWorlds and Vaadin

Last week I delivered a session at Engage with Daniele Vistalli entitled Jedi and Sith: OpenNTF Domino API and CrossWorlds. The session covered different aspects related to developments within OpenNTF Domino API over the last year, one of which Nathan T Freeman covered in greater depth during his session entitled The Graph Revolution. It finally […]

New Release of Extension Library, Including MapPicker and CollectionPicker

This week IBM released the twelfth 9.0.1 release of the Extension Library. It’s great to see the inclusion of mapValuePicker and collectionValuePicker tags. That has proved the completion of a journey almost two years in the making, since I first blogged a tutorial series on doing this, back in May 2013. At the time they […]

Managed Beans, Scopes and Lifetimes

A colleague asked me last week about the managed beans and whether a requestScoped bean would be loaded for every request. It’s something I had inadvertently already proved but forgotten. It’s always worth clarifying though and of relevance to more than just managed beans, but anything defined in the faces-config. All objects defined in the […]

IBM Connections 5 Cumulative Refresh 2 New Functions and Fixes

The following information was published by IBM on 24th February 2015. The information is only available in a restricted wiki, so we’re reproducing it here. Abstract IBM Connections 5.0 CR2 includes new functions that may be optionally used or enabled by making changes to the configuration files. Content IBM Connections 5.0 CR2 includes new functions […]
Scroll to Top