Configuring Entitlement Tracking in Domino 12  

By Dmytro Pastovenskyi | 11/3/23 2:31 AM | Infrastructure - Notes / Domino | Added by Roberto Boccadoro

In the realm of HCL Domino Server 12.0, the feature of "Entitlement Tracking" has become a vital component for organizations. While comprehensive information regarding Entitlement Tracking is available through HCL, I needed to know some practical management aspects, such as disabling the feature and adjusting intervals etc.

Overcoming Domino's Agent Scheduling Limitations with JavaAddin  

By Dmytro Pastovenskyi | 10/30/23 2:16 AM | Development - Notes / Domino | Added by Roberto Boccadoro

If you're frustrated with Domino's limitations on scheduling agents to run more frequently than once every 5 minutes, you're not alone. As a programmer, you understand the need for flexibility and control in your applications. In this article, we'll discuss a practical solution: creating a JavaAddin for Domino that can trigger agents at shorter intervals, allowing you to gain more fine-grained control over your scheduled tasks.

Checking if database is encrypted with LotusScript (C API)  

By Dmytro Pastovenskyi | 4/8/21 9:24 AM | Development - Notes / Domino | Added by Andi Kress

Since it's not possible to identify encryption status and level using native LotusScript/Java classes here is a way to do that. The solution is based on Notes CAPI (within LotusScript) but it works for both Linux/Windows environment.

NotesRichText to HTML native within Domino 10  

By Dmytro Pastovenskyi | 2/27/20 12:57 AM | Development - Notes / Domino | Added by Andi Kress

Just realized that Domino 10+ came with possibility to convert RichTextItem to HTML almost in 1 line.

Rewrite URL with CloudFlare for Domino  

By Dmytro Pastovenskyi | 2/18/20 1:12 AM | Development - Notes / Domino | Added by Andi Kress

Years ago I created few solutions for Domino using DSAPI: 1. remove last slash in URL served by Domino. 2. rewrite URL. 3. better control over 404/500 error pages.

JSON Reader in LotusScript  

By Dmytro Pastovenskyi | 9/25/19 7:30 AM | Infrastructure - Notes / Domino | Added by John Oldenburger

For those who are still running Domino v9 (or below) here is a LotusScript library that can parse JSON into something useful. I implemented it some time ago and since that time almost had no issues with it. Since many customers that did not migrate to v10 (and probably won't do that in near future) it could be very useful to them.

Create Excel files with LotusScript without Excel installed  

By Dmytro Pastovenskyi | 9/24/19 7:27 AM | Infrastructure - Notes / Domino | Added by John Oldenburger

One of my customer asked me to find a solution to create Excel files using LotusScript on server without Excel on it (well who wants to do install Excel and other tools on Server). Took some time but I have made a proof of concept using Apache POI and it worked very very nice.

Formatting NotesDatetime as Java SimpleDateFormat  

By Dmytro Pastovenskyi | 9/3/19 8:16 AM | Business - News | Added by John Oldenburger

Recently I had to made proper formatting of NotesDateTime object (using LotusScript) with respect to different locale. I had written a cover in LS2J for Java SimpleDateFormat class that works independently (without Java library), so copy/paste and go on. Here is an example how it works.

DSAPI for Domino  

By Dmytro Pastovenskyi | 1/5/16 2:11 AM | Infrastructure - Notes / Domino | Added by John Oldenburger

This post is about to make short summary about DSAPI filter. The Domino Web Server Application Programming Interface (DSAPI) is a C API that lets you write your own extensions to the Domino Web Server. DSAPI extensions, or filters, are notified whenever a particular event occurs during the processing of a request.

How we cook GitHub, Jira and Jenkins with Domino  

By Dmytro Pastovenskyi | 8/12/13 2:13 AM | - | Added by Per Henrik Lausten

I'll describe briefly how we use GitHub, Jira and Jenkins together to make better development process. More details will come later when I get some desire :). OK, lets look what benefits we have from using these tools.

Java as backend for web applications based on Domino  

By Dmytro Pastovenskyi | 8/8/13 2:21 AM | - | Added by Per Henrik Lausten

Is it enough to use only Java?

Find the best way: How we build our applications based on Domino  

By Dmytro Pastovenskyi | 8/6/13 12:17 AM | - | Added by Per Henrik Lausten

I'd like to describe how we develop applications in Domino today. No revolution in our approach, however I believe that is quite good one. The only required thing in that process - you must have time and desire to change process.