by Fabio Di Paola | 28 Aug 2025 | Applications, Domino, Domino and Notes development
Now let’s see how LotusScript interacts with DominoIQ and therefore with an LLM model. Clicca qui per la versione italiana. In a previous article I described how I set up a test environment for DominoIQ. Speed is not exactly its strong point, but it is...
by Fabio Di Paola | 22 Aug 2025 | Domino, Domino and Notes development
One of the most important and interesting innovations in Domino 14.5 is undoubtedly the opening towards the world of AI with DominoIQ. But let’s be clear right away: Domino isn’t becoming an AI engine. Rather, it’s acting as a sort of proxy between...
by Fabio Di Paola | 12 Jun 2025 | HCL Domino Leap, LotusScript
As we know by now with HCL Leap you cannot modify an existing application but must start from scratch by creating a new one. One situation you may run into is the need to transform an existing application into a Leap : it is entirely possible to recreate an...
by Fabio Di Paola | 11 Apr 2025 | Announcements, Domino, Eld Engineering
Roberto Boccadoro will have again the honor and privilege of presenting at Engage. He will have two sessions, one individual and one as OpenNTF. Roberto will present his session together with Marianna Tomasatti. The session will be about customizing the Verse UI :...
by Fabio Di Paola | 12 Feb 2025 | Applications, Domino and Notes, Support
We recently had to upgrade a Domino application server from a very outdated version. In these cases, an upgrade is not possible; instead, a new Windows server must be set up from scratch, followed by a fresh Domino installation and the transfer of all necessary .nsf...
by Fabio Di Paola | 2 Jan 2025 | Announcements, Domino and Notes, Eld Engineering
It is our pleasure to announce that Roberto Boccadoro, one of Eld Engineering’s partners, has been appointed HCL Ambassador for 2025! HCL Ambassador is an award given by HCL to selected members of the community who are experts in their field and who are...
by Fabio Di Paola | 4 Nov 2024 | LotusScript
I needed to export some data in .Csv format from an application made totally for the browser . As usual LotusScript helped me: here are the steps I took: create a view with the data you want to export and call it “export” create an agent to be invoked by the...
by Fabio Di Paola | 8 Jul 2024 | HCL Domino Leap
HCL Domino Leap is undoubtedly a tool with interesting potential that expands the capabilities of Notes and Domino but why not supplement it with additional functionality using for example some LotusScript code ? I made this consideration while developing an...
by Fabio Di Paola | 26 Feb 2024 | HCL Domino Leap
With HCL Leap you can use Services to retrieve data from the current application or from other existing Leap or Domino applications , thus integrating the various data sources present. It is also a very convenient tool because all the configuration of a service is...
by Fabio Di Paola | 29 Jan 2024 | HCL Domino Leap
Leggi la versione in italiano HCL Leap has a configuration database with a series of settings that can be changed, the Leap Configuration Settings. While developing an application I realized that some parameters needed to be changed, in particular the secureJS...