HCL Ambassador of 2022
Sunday, January 2nd, 2022I am proud to once again have been recognized as an HCL Ambassador! Happy new year! Here’s to a great 2022! š„
I am proud to once again have been recognized as an HCL Ambassador! Happy new year! Here’s to a great 2022! š„
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 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 […]
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
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. Server-side JavaScript With server-side JavaScript you […]
I recently passed the LOT-922 certification test (Developing IBM Lotus Domino 8.5.2 Applications: Advanced XPage Design). The test is a multiple choice test with 32 questions and a required passing score of 75%- I scored 90%. Since I was already an IBM Certified Application Developer on Notes/Domino 8.5 the passing of the test upgraded my […]
With Java and managed beans you can make your XPages applications even more powerful. In this blog post I will go through the steps to create and use a managed bean in XPages. I am using Lotus Notes and Domino Designer 8.5.3 and will therefore use the new Java design element for the Java code […]
I recently finished a project with the purpose of integrating a Lotus Notes CRM application with Microsoft Outlook and Microsoft Exchange. The customer has moved their mail handling to Exchange and Outlook and still uses Lotus Notes for their application handling including this CRM application. The CRM application had functionality to import mails from Notes, […]
The return value of the Java method getItemValueString has been changed in Lotus Domino 6.5.5, Lotus Domino 7.0 and later releases. Before 6.5.5 the method getItemValueString returns null if the item is empty or if the item does not exist. In 6.5.5, 7.0 and later releases getItemValueString returns the empty string (“”) instead. I upgraded […]
Google Web Toolkit has been released. From the overview: “Google Web Toolkit (GWT) is a Java development framework that lets you escape the matrix of technologies that make writing AJAX applications so difficult and error prone. With GWT, you can develop and debug AJAX applications in the Java language using the Java development tools of […]