XPages

Home » XPages

Sessions, logout, sessionScope and userScope

One of the common misconceptions I’ve come across with XPages developers is that sessionScope will contain the information for the current logged on user. It can, but it may not. And discussions with Serdar Basegmez and Russ Maher over the last couple of days have helped me understand things yet further. Let’s back up here and cover

Sessions, logout, sessionScope and userScope Read More »

Source Control Management Systems and Rabbit Hutches

This weekend has been quite busy for me. In addition to umpiring my first National Premier League netball match of the season, I decided to build two things. One was a new rabbit hutch and the other was a source control management system. I’ve never been that good at practical exercises. I’m very adept at

Source Control Management Systems and Rabbit Hutches Read More »

Moving from LotusScript/SSJS to Java: Interfaces and Enums

In this blog post, I’m going to explain two of the concepts I covered when describing my work on XPages OpenLog Logger – interfaces and enums. Firstly, I will state categorically that diving into Java not a step I recommend to those starting out on XPages development from a Notes Client development background. There is

Moving from LotusScript/SSJS to Java: Interfaces and Enums Read More »

XPages OpenLog Logger and OpenNTF Domino API: Class Structure

The structure prior to my recent work was one-dimensional. As part of the development for XPages OpenLog Logger, I made all the methods of the OpenLogItem class static. The reasoning was so that developers didn’t need to create an OpenLogItem object before calling any method, like logError(). So instead of: OpenLogItem oli_ = new OpenLogItem();

XPages OpenLog Logger and OpenNTF Domino API: Class Structure Read More »

XPages OpenLog Logger and OpenNTF Domino API

I haven’t blogged a great deal recently, but that’s because I’ve been rather busy with ICON UK and refactoring XPages OpenLog Logger into OpenNTF Domino API. I finally completed that work last night, so I’m going to be writing a few blogs to cover what’s been done. That’s for a number of reasons. So people

XPages OpenLog Logger and OpenNTF Domino API Read More »

Session slides from ICON UK and OpenNTF Domino API Demo Database

Yesterday I presented two sessions at ICON UK, one on the OpenNTF Domino API and the other on XPages Mobile Controls. Both were busy sessions and thanks to everyone who attended. Here are the slides and also a demo database for the OpenNTF Domino API. A few things to bear in mind for using the

Session slides from ICON UK and OpenNTF Domino API Demo Database Read More »

Restoring Domino Designer…Including Working Sets

Since 8.5.0 I’ve been searching for everything that needs to be done to restore Domino Designer. Some time ago I blogged about exporting and importing Domino Designer preferences but I had always struggled to work out which files / folders were required for Working Sets. Today I decided to do a clean install and finally managed

Restoring Domino Designer…Including Working Sets Read More »

Scroll to Top