More on VariableResolvers

Over the last few days there have been a few releases of the OpenNTF Domino API. One of the issues was something I first came across on Friday evening where Factory.getSession() was throwing an error when triggering a partial refresh from a button in a brand new database. It was fine the first attempt after …

More on VariableResolvers 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 »

ICON UK: Modified Update Site to Save Jar

At ICON UK I presented about the OpenNTF Domino API and mentioned a modified Update Site template for dropping the org.openntf.domino jar into a server / Designer install. I was reminded recently that I had not included that in my session material. So here it is. Firstly, a few caveats: This is provided as is. …

ICON UK: Modified Update Site to Save Jar 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 »

org.openntf.domino M2 Release and Demo Database

The second release of org.openntf.domino has today been pushed up to OpenNTF. As I blogged earlier in the week, there are a host of enhancements as well as bug fixes. For those wanting to hit the ground running with the project, I’ve posted a video on what needs deploying to the server and your client, …

org.openntf.domino M2 Release and Demo Database 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