XPages

Home » XPages

OpenNTF Domino API and Related Releases

Late yesterday Jesse Gallagher released version 2.0.0 of OpenNTF Domino API (ODA). It’s been a while since the last release, even the last release candidate, but after some structural challenges, we’re back on track. The release has also prompted some related releases of my own. I decided to package up OsgiWorlds as its own project. […]

OpenNTF Domino API and Related Releases Read More »

XPages Extension Library 14

The latest release of XPages Extension Library hit OpenNTF earlier this week, release 14 for 9.0.1. In addition to Bluemix-related enhancements, there have been some notable enhancements to the pickers based on a pull request I submitted. As ever, it’s great to see code I’ve suggested being taken into the project. Probably the biggest enhancement

XPages Extension Library 14 Read More »

From XPages to Web App: Part One – The Application

Table of Contents Introduction Part One – The Application Part Two – XPages Advanced 1 Part Three: XPages Advanced Database Separation Part Four: XPages Advanced Document Wrapper Part Five: XPages Advanced MVC Controller Part Six: Use of OpenNTF Domino API Part Seven: OSGi Application Development Introduction Part Eight: OSGi JAX-RS REST Access with ODA Part

From XPages to Web App: Part One – The Application Read More »

From XPages to Web App: Introduction

Table of Contents Introduction Part One – The Application Part Two – XPages Advanced 1 Part Three: XPages Advanced Database Separation Part Four: XPages Advanced Document Wrapper Part Five: XPages Advanced MVC Controller Part Six: Use of OpenNTF Domino API Part Seven: OSGi Application Development Introduction Part Eight: OSGi JAX-RS REST Access with ODA Part

From XPages to Web App: Introduction Read More »

View.isRenderingPhase() and Buttons

One of the biggest impacts on performance is the rendered property of components. As I’ve blogged about before, it’s calculated multiple times during a partial refresh. If the rendered property is computed using Expression Language (e.g. #{viewScope.showTheseFields}), the impact is probably not very high: the check goes through the VariableResolver to identify the Java object

View.isRenderingPhase() and Buttons Read More »

Notes Items, Seq Num, and Domino Update Troubleshooting

Domino offers a lot out-of-the-box. It’s immediately apparent when looking at the Document Properties that the last modified time and last modifier are stored. What’s less obvious is that the last modified time of an individual field is also stored. That can be extremely useful when trying to work out who or how that field

Notes Items, Seq Num, and Domino Update Troubleshooting Read More »

Scroll to Top