Posts Tagged ‘XPages’

HCL Ambassador of 2022

Sunday, January 2nd, 2022

I am proud to once again have been recognized as an HCL Ambassador! Happy new year! Here’s to a great 2022! 🥂

I’m a 2020 HCL Ambassador!

Friday, January 10th, 2020

I am proud to be recognized by HCL Technologies as an HCL Ambassador for 2020! HCL Ambassador 2020 Awarded: Jan 1, 2020 VERIFY

Domino 11.0 does not support java.pol

Thursday, January 2nd, 2020

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. But on HCL Domino 11.0 it is no longer supported to use a java.pol file since the java.security file in Domino 11.0 […]

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

Wednesday, January 31st, 2018

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. The most important updates for developers include: Upgrade from Java 1.6 to Java 1.8 for both Domino Designer and the server The Domino Designer […]

I’m a five-time IBM Champion!

Wednesday, December 14th, 2016

The 2017 IBM Champions for IBM Collaboration Solutions was just announced and it makes me proud to see that I continue as an IBM Champion. Congratulations to the 123 IBM Champions!

I’m a 2016 IBM Champion!

Tuesday, December 1st, 2015

It has been a great year with focus on the 2 businesses that I am involved in: Sherlock Web and fmcg solutions. I have not been involved with public speaking this year but still try to help the XPages developer community on Stack Overflow as much as I can. It came as a pleasant surprise that […]

I’m a 2015 IBM Champion

Sunday, December 21st, 2014

I am very proud of being elected a 2015 IBM Champion for IBM Collaboration Solutions along with 95 other champions!  

I am going to the 52nd DanNotes conference

Thursday, October 30th, 2014

The 52nd DanNotes conference takes place on November 19 and 20. The conference starts off with a keynote by Kramer Reeves. After the keynote the developers can then look forward to Christian Güedemann, Nathan T. Freeman, John Dalsgaard and others. The administrators can look forward to Mikkel Heisterberg, Ben Menesi and others. See you there?

XPages: Optimized partial refreshes for event handlers

Saturday, September 20th, 2014

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)

Thursday, August 28th, 2014

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. Create […]