D HCL Domino Daily
All Posts Tags Search About
A 文
  • Tutorial Domino Server +2
    Domino V12 lets notes.ini hold multiple HTTPAdditionalRespHeader entries

    Older Domino releases let you put exactly one HTTPAdditionalRespHeader in notes.ini — a second line silently overwrote the first. HCL added a numbered convention (HTTPAdditionalRespHeader01, 02, …) in V12.0.x so you can ship a full security-header baseline through notes.ini alone, which is the only path that still works when HTTP won't start and the Internet Site documents are unreachable.

    2026.04.28 →
  • Tutorial LotusScript +2
    Getting Started with NotesQueryResultsProcessor: Life After DQL

    NQRP is a LotusScript class added in Domino V12 that lets you re-sort, categorise, project, and serialise the results of a DQL query (or any NotesDocumentCollection) — straight to JSON or to a temporary view. Walks through the create flow, every method signature, the official examples, and the safety knobs.

    2026.04.28 →
  • Tutorial DQL +2
    Getting Started with DQL: Query Notes Documents with SQL-Style Syntax

    Domino Query Language (DQL) gives you a near-SQL syntax for querying Notes documents directly, without designing a new view for every query shape. This is Part 1 of the 'DQL Trilogy': DQL's design rationale, writing your first query, calling DQL from LotusScript / Java / REST API, and a syntax cheat sheet. Query-writing pitfalls are in Part 2; shipping to production (catalog maintenance and permissions) is in Part 3.

    2026.04.28 →
  • News Domino REST API +1
    HCL Domino REST API Quickstart Guide

    This guide walks you through installing, configuring, and starting with the HCL Domino REST API, enabling access to Domino databases via a modern RESTful interface.

    2026.04.28 →
  • Release Notes Domino Server +2
    HCL Domino 2026 Release Highlights

    HCL Domino 2026 (version 14.5.1) was officially released on March 19, 2026, introducing new features like Domino IQ, AutoUpdate, and OIDC support.

    2026.04.27 →
  • Community News
    Welcome to Domino News

    A bilingual HCL Domino site — covering the latest news and technical deep-dives across the ecosystem.

    2026.04.27 →
‹ Previous1…1011Next ›
Powered by Astro and GitHub Actions