XPages

Home » XPages

New Notes 9 @Functions

With the inclusion of the Extension Library as core in Notes and Domino 9, there are eleven new @Functions provided for SSJS. They can be found in the Designer Help in IBM Domino Designer User Guide > Designing XPages Applications > Adding Controls from the XPages Extension Library > @Function (Extension Library). Note, you will […]

New Notes 9 @Functions Read More »

org.openntf.domino – A New Hope for Java Developers

Yesterday marked the release of the first milestone of org.openntf.domino, a community-driven project with a number of goal: To make it quicker and easier to handle Domino objects. To avoid gotchas for new Java developers like recycle(). To give useful parameter names to all methods. To extend the packages with additional functionality. To implement best

org.openntf.domino – A New Hope for Java Developers Read More »

Beginners' Guide to the Java Debugger and Tips From Using It. And a Teaser

Declan Lynch has been writing a very comprehensive introduction to Java for XPages developers. I would strongly encourage it for any XPages developer. Like many Domino Developers, my Java experience was limited at best prior to XPages, but a knowledge of Java opens up a door to greater power. You can take advantage of managed

Beginners' Guide to the Java Debugger and Tips From Using It. And a Teaser Read More »

Increasing Local History

I’ve always been a huge fan of Local History. It’s one of those pieces of standard Eclipse functionality that adds great power to Domino Designer. And because it’s standard Eclipse functionality it’s something developers find out about over time. So a bit of background quickly. Local History allows you to retrieve previous saves of design

Increasing Local History Read More »

Making Your Local Domino Server Work Like You Want

Like many XPages developers, I run a local Domino server installed on my laptop. There are a number of reasons for that: Building an application is quicker when it’s on the same PC. SSJS sessionAsSigner doesn’t work if there are multiple signers for design elements in use on the page. (I’m assuming that’s still the

Making Your Local Domino Server Work Like You Want Read More »

HTML or XPage Component

Yesterday evening I got involved in an XPages conversation. It started with this tweet from Chris Toohey: Dr Marky Roden then brought me into the conversation, just as I looked on Twitter! A bit of a conversation then ensued, which is shown below.   As I said, I needed to do more investigation on all

HTML or XPage Component Read More »

Scroll to Top