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...
by Fabio Di Paola | 2 May 2019 | Domino and Notes 10, Domino and Notes development
Vai alla versione in Italiano Our journey in the setup and use of node.js with Domino 10 continues here. If you missed the previous articles you can find them here: part 1 and part 2 . I suggest you to read it before continuing as the first points are necessary...
by Fabio Di Paola | 30 Apr 2019 | Senza categoria
Our journey in the setup and use of node.js with Domino 10 continues here. If you missed the first part you can find it here. I suggest you to read it before continuing as the first two points are necessary to start creating the environment. This article starts from...
by Fabio Di Paola | 29 Apr 2019 | Senza categoria
Configuring node.js and using it with Domino: here are the first steps and how to do it from scratch. (This article is the first of a series, we will update the links as we proceed to publish everything) With the release of the latest version of Domino and the...
by Fabio Di Paola | 25 Mar 2019 | Domino, Notes
Starting from version 8.5 of Domino the ID Vault has been introduced, a feature that we know very well. And the release of v8.5 dates back to exactly 10 years ago (January 2009). This is not a problem: it means that the ID Vault is now a stable and widely used...