Posts Tagged ‘Java’

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! šŸ„‚

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

Intro to XPages and Java (my session at DanNotes, November 2013)

Thursday, November 28th, 2013

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

Tuesday, May 28th, 2013

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 am now an IBM Certified Advanced Application Developer – Lotus Notes and Domino 8.5

Friday, September 21st, 2012

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

Creating your first managed bean for XPages

Wednesday, February 8th, 2012

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

Integrating a Lotus Notes application with Exchange

Thursday, September 29th, 2011

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, […]

getItemValueString and Domino 6.5.5 and 7.0 (Show’n Tell Thursday)

Thursday, August 31st, 2006

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

Write AJAX apps using Java (Google Web Toolkit)

Wednesday, May 17th, 2006

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