XPages: Optimized partial refreshes for event handlers  

By Per Henrik Lausten | 9/22/14 1:58 PM | - | Added by Oliver Busse

Sven Hasselbach has created an optimized version of the XSP.partialRefreshPost() method. This works great to reduce the number of form fields that are included in the request for a partialRefreshPost. But his version does not include support for running server-side actions because the the form fields included in the POST doesn't include the server-side event handler.

XPages and Domino 9.0.1 FP2: upgrades to CKEditor and Dojo  

By Per Henrik Lausten | 8/24/14 9:13 AM | - | Added by Kenio Carvalho

IBM released fix pack 2 for Domino and XWork Server 9.0.1 this week. Among many fixes it includes Internet Explorer 11 support for xPages.

XPages boilerplate: useful code snippets and modules for your next XPages project  

By Per Henrik Lausten | 12/11/13 9:52 AM | - | Added by Niklas Heidloff

When I start a new XPages project, I use lots of code snippets and modules from previous projects. Many of these code snippets and modules are open source or available on blog posts from fellow XPages bloggers. In this blog post I will list some of these useful code snippets and modules and hope tha

Intro to XPages and Java  

By Per Henrik Lausten | 11/28/13 6:56 AM | - | Added by Peter D Presnell

The 50th DanNotes conference took place yesterday and today. Here is my presentation from my session on introducing developers to using Java in XPages: XPages and Java (DanNotes 50th conference, November 2013) from Per Henrik Lausten

How to recycle Notes objects in XPages and Java  

By Per Henrik Lausten | 5/28/13 3:34 PM | - | Added by Niklas Heidloff

Using Notes objects in XPages and in Java require that you recycle those objects in order to avoid memory leaks and backend out of memory issues. Here I will summarize how to do proper recycling in XPages for server-side javascript, Java and Java using the new OpenNTF project org.openntf.domino.

How to force a reload of JS and CSS files when changed  

By Per Henrik Lausten | 4/10/13 3:24 AM | - | Added by Per Henrik Lausten

Caching of Javascript and CSS files is great and really improves performance in the browser. But caching also means that changes to the files are not picked up. So how do you get the browser to automatically reload the files when you have updated them because of new requirements, bug fixed etc.?

Slides from SPOT104 “How We Built CollaborationToday.info in a Matter of Weeks”  

By Per Henrik Lausten | 2/4/13 1:00 AM | - | Added by Niklas Heidloff

Here is the presentation that Bruce Elgort and I used for our IBM Connect 2013 session called "How We Built CollaborationToday.info in a Matter of Weeks".

XPages: dynamically updating rich text content in a CKEditor  

By Per Henrik Lausten | 12/5/12 5:31 AM | - | Added by Per Henrik Lausten

For the Sherlock Web solution I had a need to be able to update rich text content in a CKEditor with rich text content from backend document templates. A couple of good XPages guys suggested I took a look at using the datasource getValue() and setValue() methods instead. This turned out to be right way to go.

Source Control with Domino Designer 8.5.3 and Git  

By Per Henrik Lausten | 11/29/12 3:17 PM | - | Added by Cn=Bruce Elgort/O=Notesoss

The 48th DanNotes conference took place yesterday and today. I had 2 sessions. My first session was on the subject of XPages for administrators. My second session was on the topic of source control with Domino Designer 8.5.3 and Git.

Intro to XPages for Administrators (DanNotes november 28, 2012)  

By Per Henrik Lausten | 11/28/12 4:53 PM | - | Added by Cn=Bruce Elgort/O=Notesoss

Slide deck from Per Henrik Lausten's presentation at DanNotes User Group Meeting title "Intro to XPages for Administrators".

Have a question on XPages?  

By Per Henrik Lausten | 8/27/12 11:46 PM | - | Added by

Stack Overflow is a programming Q&A site for developers with more than 3.5 million questions and even more anwers on every programming language you can imagine.