Domino 11.0 does not support java.pol  

By Per Henrik Lausten | 1/2/20 10:24 AM | Infrastructure - Notes / Domino | Added by Oliver Busse

When running Java and XPages on Domino it is sometimes required to loosen up the Java security restrictions by editing the jvm/lib/security/java.policy file or by adding a java.pol file with the required changes.

HCL Notes & Domino 11 Beta  

By Per Henrik Lausten | 9/11/19 4:15 AM | Business - News | Added by John Oldenburger

HCL Notes & Domino 11 Beta. The beta program for the upcoming HCL Notes 11 and HCL Domino 11 release has started! Sign up and add your feedback in the Domino V11 beta forum. The following is available in the beta.

IBM Domino and IBM Notes/Domino Designer 9.0.1 FP10 has been released: major update to the platform!  

By Per Henrik Lausten | 1/31/18 3:28 AM | Infrastructure - Notes / Domino | Added by Oliver Busse

IBM Domino and IBM Notes/Domino Designer 9.0.1 Feature Pack 10 has been released today and is available for download on IBM Fix Central. This is a major update to the platform.

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.

Authenticating your IBM Domino and IBM XWork Server web apps against Active Directory (LDAP) | Per Henrik Lausten  

By Per Henrik Lausten | 8/28/14 4:31 PM | Infrastructure - Notes / Domino | Added by Oliver Busse

With IBM Domino and IBM XWork Server you can set up web authentication against an external LDAP such as Microsoft Active Directory. This is useful if you are deploying a web application and your users are already in an external directory. In this blog post I will show you how to set this up.

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

IBM Notes 9.0.1 and IBM Domino 9.0.1 are now available for download  

By Per Henrik Lausten | 10/29/13 2:54 AM | Infrastructure - Notes / Domino | Added by Per Henrik Lausten

IBM Notes 9.0.1 and IBM Domino 9.0.1 are now available for download on Passport Advantage. This release includes 267 documented fixes (as of today). Some of the 9.0.1 part numbers are included in the blog post.

Submit your abstract for the 50th DanNotes conference  

By Per Henrik Lausten | 8/27/13 3:56 AM | Business - Events / People | Added by Niklas Heidloff

The 50th DanNotes conference takes place November 27-28, 2013 and also marks the 20th anniversary for the DanNotes user group. I am part of the organizers team and we are hard at work planning the conference and have opened for session abstract submissions.

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.

Using an existing SSL certificate on IBM Domino  

By Per Henrik Lausten | 5/2/13 3:21 PM | Infrastructure - Notes / Domino | Added by Niklas Heidloff

A customer of mine had an existing wild card SSL certificate running on IIS. They wanted to use this wild card SSL certificate for their IBM Domino server. I had all the SSL certificate files available (the trusted root CA, the certificate and the private key). So I quickly found the guide from Gab Davis and did [...]

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.?

Free 1-day seminar on April 24 hosted by Notesnet.dk  

By Per Henrik Lausten | 3/21/13 12:52 AM | Business - Events / People | Added by Per Henrik Lausten

I am proud to announce a free 1-day seminar hosted by Notesnet.dk. The purpose of the seminar is to show companies the powerful features of IBM Notes 9, IBM Domino 9, IBM XWork Server 9, IBM Connections 4.5, XPages and much more - including case stories.

My impressions from IBM Connect 2013  

By Per Henrik Lausten | 2/11/13 2:12 AM | - | Added by Per Henrik Lausten

Here are my impressions from the IBM Connect 2013 conference that I attended last week.

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".

DanNotes 48th conference in November  

By Per Henrik Lausten | 10/29/12 12:52 AM | Business - Events / People | Added by Niklas Heidloff

The DanNotes 48th conference takes place on November 28 and 29. We have lots of interesting sessions and speakers.

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.