XPages

Home » XPages

XPages, Java code and “loading constraint violation” errors

I recently had a requirement to update an existing XPages-based application that uses Apache POI (the Java API for Microsoft Documents) to generate spreadsheet files. Now this post is not specifically about Apache POI, or how to use it with Domino and XPages, but more about an issue that I hit whilst updating the application. […]

XPages, Java code and “loading constraint violation” errors Read More »

OSGi, Maven and Building Domino p2 Update Sites

**SHAMELESS PLUG:** With me moving to HCL next month, it’s always important to ensure there is sufficient resiliency in the development teams of open source projects. There are always areas where OpenNTF Domino API may be of benefit, but there will be projects I’m involved in where it won’t. There will also be a big

OSGi, Maven and Building Domino p2 Update Sites Read More »

Understanding Pub Sub

One of the big amendments in Domino V11 is pub sub. It brings a lot of potential, but only with the proper understanding of how to leverage it. It’s a concept many Domino developers may be unfamiliar with, but one that has a lot of parallels in web development. In Vert.x there is the Event

Understanding Pub Sub Read More »

OSGi Plugin Troubleshooting

Earlier this week I had a discussion with Graham Acres about an error with ODA. Firstly, there are two scenarios around plugin errors, and it’s important to know the difference: Errors in the “Problems” view in Domino Designer. This is a problem with your Designer client – or the last Designer client the application was

OSGi Plugin Troubleshooting Read More »

What Domino Makes Trivial Number Three: Web Sockets

Richard Moy added an interesting comment to my last blog post, wishing that HCL would add Web Sockets support to the core. It’s a popular requirement, and one that people have tried to work around. John Jardin added a web sockets server to our React application for our JavaScript session at IBM Think 2018, so

What Domino Makes Trivial Number Three: Web Sockets Read More »

What Domino Makes Trivial Number Two: Synchronous / Asynchronous Processing

Another topic that becomes key when moving beyond Domino is synchronous and asynchronous processing. But it’s probably something most Domino developers haven’t come across. LotusScript and standard Domino Java are single-threaded. That means your code starts at line 1, runs line 1, then line 2, then line 3. If line 4 is a function /

What Domino Makes Trivial Number Two: Synchronous / Asynchronous Processing Read More »

What Domino Makes Trivial Number One: State Management

Don Mottolo makes a good point in his comment on my recent blog post, that there are aspects of other web frameworks that make it a non-trivial task. This is also really why some people talking about Domino are talking about “mid coders” and “pro coders”. And it’s also why the terms don’t really exist

What Domino Makes Trivial Number One: State Management Read More »

Thoughts on the Problem of XPages

Jesse Gallagher posted a thoughtful blog about the challenges for the way forward with XPages. It’s a challenge I’ve had a number of discussions around, many of which are ongoing. The reason there’s not a simple solution – throw whatever resources are required into XPages – is that it simply doesn’t make business sense. There

Thoughts on the Problem of XPages Read More »

Scroll to Top