org.openntf.domino

Home » org.openntf.domino

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 »

Upcoming Activities on OpenNTF and ICONUK, Plus Tack It On

Over the next few weeks I shall be rather busy talking about a variety of topics. Tomorrow is the latest OpenNTF Webinar, How did you do that? Hear from the Winners of the XPages App Dev Contest (10am EST). I shall be speaking about XPages OpenLog Logger project – some of the development techniques I used

Upcoming Activities on OpenNTF and ICONUK, Plus Tack It On Read More »

IBM Collaboration Solutions Community Meeting

Tomorrow (April 23rd) I will be speaking on the IBM Collaboration Solutions Community Meeting at 3pm BST (10am ET). The topic of this month’s meeting is XPages. The main part of the community meeting will see Abby Butts and Sam Bridegroom talking about how they have used XPages to develop applications to benefit a not-for-profit

IBM Collaboration Solutions Community Meeting Read More »

Scroll to Top