<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Domino News</title><description>HCL Domino 中英雙語新知站，整理生態系最新動態與技術深度文章。</description><link>https://bryanhsiao.github.io/</link><item><title>Domino 14.5 Mandated Port Encryption 啟用實務 — CheckPortEncryption agent、portenc 指令、退路</title><link>https://bryanhsiao.github.io/domino-news/posts/mandated-port-encryption-enabling/</link><guid isPermaLink="true">https://bryanhsiao.github.io/domino-news/posts/mandated-port-encryption-enabling/</guid><description>續 5/11 概念篇，本文把 HCL 官方 10 步驟啟用流程拆開講：升級 server address book design、簽 CheckPortEncryption 排程 agent、Directory Profile 關鍵欄位、server ini（DEBUG_MANDATED_ENCRYPTION、MANDATEDENC_ACTIVE_REFRESH_TIME）、Desktop policy（DISABLE_MANDATED_ENCRYPTION）、portenc refresh / show 指令，以及啟用後出問題時的退路。Pre-14.5 server 的特殊行為也獨立講清楚。</description><pubDate>Mon, 11 May 2026 23:30:00 GMT</pubDate><category>Security</category><category>Release Notes</category></item><item><title>Domino 14.5 那個 `?` icon 在說什麼 — Mandated NRPC Port Encryption 概念與啟用模式</title><link>https://bryanhsiao.github.io/domino-news/posts/mandated-port-encryption/</link><guid isPermaLink="true">https://bryanhsiao.github.io/domino-news/posts/mandated-port-encryption/</guid><description>升級到 Domino 14.5 後，Domino Directory 的 server view 最右欄會出現 `?` 圖示 — 不是 bug，是新功能 Mandated NRPC Port Encryption（強制端口加密）的合規狀態。本文整理：NRPC port encryption 的歷史、14.5 新增了什麼、`?` / 鎖頭等狀態 icon 怎麼解讀、預設行為跟三種啟用模式的差別。實務啟用步驟見隔日續篇。</description><pubDate>Sun, 10 May 2026 23:30:00 GMT</pubDate><category>Security</category><category>Release Notes</category></item><item><title>Domino 14.5 NotesHTTPRequest 換了預設信任 CA 來源 — 升級前該知道的細節</title><link>https://bryanhsiao.github.io/domino-news/posts/notes-httprequest-14-5-trust-store/</link><guid isPermaLink="true">https://bryanhsiao.github.io/domino-news/posts/notes-httprequest-14-5-trust-store/</guid><description>Domino 14.5 起，server 端 LotusScript 跑 NotesHTTPRequest 時，預設從 Domino Directory 拿信任的 root CA，不再讀 data 目錄裡的 cacerts.pem。Notes client 不受影響、有 NotesHTTPRequest_Use_CACerts=1 這個 .ini 後門可以暫時退回舊行為，但長期該把自簽 CA 匯到 Domino Directory。本文整理這個改動的細節、影響範圍、過渡步驟，跟 5/7 那篇 NotesHTTPRequest 工具鏈深度文一起看。</description><pubDate>Sat, 09 May 2026 23:30:00 GMT</pubDate><category>LotusScript</category><category>Security</category><category>Release Notes</category></item><item><title>NotesView.GetAllDocumentsByKey 全攻略：你以為簡單，但它有五個踩雷點</title><link>https://bryanhsiao.github.io/domino-news/posts/getalldocumentsbykey/</link><guid isPermaLink="true">https://bryanhsiao.github.io/domino-news/posts/getalldocumentsbykey/</guid><description>GetAllDocumentsByKey 是 LotusScript 開發中最常用的查詢方法 —— 給一個 key、拿回符合的所有 doc。但「key 對應 sorted column 不是 doc field」「exactMatch 預設 False 是前綴比對」「反斜線分類欄位讓查詢失效」這些細節，HCL 官方文件寫了但很多人沒讀完。本文整理 signature、整個 by-key 方法家族、五個常見踩雷點，附完整範例。</description><pubDate>Fri, 08 May 2026 23:30:00 GMT</pubDate><category>Tutorial</category><category>LotusScript</category><category>Domino Designer</category></item><item><title>OpenNTF LotusScript Class Map：97 個類別一張圖，資料開源可拿</title><link>https://bryanhsiao.github.io/domino-news/posts/openntf-lotusscript-class-map/</link><guid isPermaLink="true">https://bryanhsiao.github.io/domino-news/posts/openntf-lotusscript-class-map/</guid><description>OpenNTF 在 2026 年釋出了基於 HCL Domino 14.5.1 的 LotusScript Class Map — 97 個 class、1001 個 property、997 個 method、72 個 event 全部攤在一張可互動的視覺地圖上，點任一節點就跳到 HCL 官方文件。本文介紹這個工具的功能、開源授權、底層 JSON 資料怎麼取，以及對開發者選題、學習、API 探索的價值。</description><pubDate>Thu, 07 May 2026 23:30:00 GMT</pubDate><category>Community</category><category>LotusScript</category><category>Tutorial</category></item><item><title>LotusScript 的對外 HTTP / JSON 工具鏈：NotesHTTPRequest + NotesJSONNavigator</title><link>https://bryanhsiao.github.io/domino-news/posts/lotusscript-http-json/</link><guid isPermaLink="true">https://bryanhsiao.github.io/domino-news/posts/lotusscript-http-json/</guid><description>Domino V12 起 LotusScript 內建 NotesHTTPRequest 跟 NotesJSONNavigator 兩個 class，可以直接從 LS 打外部 REST API 拿 JSON 回來解析 — 不再需要 ActiveX 或 shell 出去呼叫 curl。本文整理兩個 class 的 method、屬性、PreferJSONNavigator 把兩者串起來的官方途徑、完整範例，跟 Java / SSJS 的對位差異。</description><pubDate>Wed, 06 May 2026 23:30:00 GMT</pubDate><category>Tutorial</category><category>LotusScript</category><category>Domino Designer</category></item><item><title>NotesXMLProcessor 入門：LotusScript 處理 XML 的共同基底</title><link>https://bryanhsiao.github.io/domino-news/posts/notes-xml-processor/</link><guid isPermaLink="true">https://bryanhsiao.github.io/domino-news/posts/notes-xml-processor/</guid><description>NotesXMLProcessor 是 LotusScript 全部 XML 處理類別（DOMParser、SAXParser、DXLExporter、DXLImporter、XSLTransformer）共用的 abstract base class。本文整理它的角色、5 個衍生類別怎麼選、共通的屬性與 SetInput / SetOutput / Process 三個方法、以及 Release 6 起加入後的版本與 COM 限制。</description><pubDate>Tue, 05 May 2026 23:30:00 GMT</pubDate><category>Tutorial</category><category>LotusScript</category><category>Domino Designer</category></item><item><title>Domino IQ RAG：把 NSF 直接掛上本地 LLM 的內建管線</title><link>https://bryanhsiao.github.io/domino-news/posts/domino-iq-rag/</link><guid isPermaLink="true">https://bryanhsiao.github.io/domino-news/posts/domino-iq-rag/</guid><description>Domino 14.5.1 在 Domino IQ 加入 RAG（Retrieval-Augmented Generation）支援，把 LLM 推論、Embedding 模型、向量資料庫全部跑在 Domino server 上，本地處理、原生繼承 ACL 與 Readers field 權限。本文整理啟用前提、dominoiq.nsf 兩階段設定、updall 向量化、LotusScript 怎麼呼叫 LLMReq，以及為什麼這跟「外接 OpenAI + Pinecone」是不同物種。</description><pubDate>Mon, 04 May 2026 23:30:00 GMT</pubDate><category>Domino IQ</category><category>AI</category><category>Domino Server</category><category>Tutorial</category></item><item><title>Domino IQ 入門：把 LLM 跑進 Domino server 是什麼概念</title><link>https://bryanhsiao.github.io/domino-news/posts/domino-iq/</link><guid isPermaLink="true">https://bryanhsiao.github.io/domino-news/posts/domino-iq/</guid><description>Domino 14.5 引入 Domino IQ — 把 AI 推論引擎內建到 Domino server 後台，從 LotusScript 用 NotesLLMRequest / NotesLLMResponse 直接送 prompt 給本地 LLM。本文整理架構、硬體需求、安裝流程、dominoiq.nsf 兩階段設定、Command 與 System Prompt 文件，並對比為什麼選這條路而非外接 OpenAI。</description><pubDate>Mon, 04 May 2026 23:00:00 GMT</pubDate><category>Domino IQ</category><category>AI</category><category>Domino Server</category><category>Tutorial</category></item><item><title>Domino REST API 目前最新版 v1.1.7：新端點與修正整理</title><link>https://bryanhsiao.github.io/domino-news/posts/domino-rest-api-v1-1-7-release/</link><guid isPermaLink="true">https://bryanhsiao.github.io/domino-news/posts/domino-rest-api-v1-1-7-release/</guid><description>HCL Domino REST API 目前最新版本是 v1.1.7（2026 年 4 月 7 日釋出），新增日曆設定、PIM 未讀狀態、Email 文件更新等端點，並修正附件下載、Microsoft Entra ID 認證、會議邀請等問題。</description><pubDate>Sun, 03 May 2026 23:20:47 GMT</pubDate><category>Release Notes</category><category>Domino REST API</category><category>Admin</category></item><item><title>DQL Production-Ready：Catalog 維運、權限、與 sessionAsSigner</title><link>https://bryanhsiao.github.io/domino-news/posts/dql-production/</link><guid isPermaLink="true">https://bryanhsiao.github.io/domino-news/posts/dql-production/</guid><description>把 DQL 上 production 真正會撞牆的兩個問題：Design Catalog 怎麼自動維護（包含全新 NSF 的 bootstrap、設計變更後的 incremental refresh），以及為什麼一般使用者跑會噴「您沒有權限執行此作業」——以及對應的 sessionAsSigner / scheduled agent 解法。本文整理實測 Domino 12 驗證過的最終 pattern + Java production-ready 範例。</description><pubDate>Sun, 03 May 2026 00:30:00 GMT</pubDate><category>DQL</category><category>LotusScript</category><category>Domino Designer</category><category>Performance</category><category>Security</category></item><item><title>LotusScript NotesStream 實戰指南：把檔案讀寫做對</title><link>https://bryanhsiao.github.io/domino-news/posts/notes-stream/</link><guid isPermaLink="true">https://bryanhsiao.github.io/domino-news/posts/notes-stream/</guid><description>NotesStream 是 LotusScript 從 Notes/Domino 代理人讀寫檔案的標準抽象。本文整理 Open 真正的 signature、Truncate-before-write 的寫入慣例、文字與二進位 I/O 的差異，以及官方文件實際載明的陷阱。</description><pubDate>Fri, 01 May 2026 23:00:00 GMT</pubDate><category>Tutorial</category><category>LotusScript</category><category>Domino Designer</category></item><item><title>DQL 踩雷集：寫 query 時 6 個官方文件不會明說的細節</title><link>https://bryanhsiao.github.io/domino-news/posts/dql-pitfalls/</link><guid isPermaLink="true">https://bryanhsiao.github.io/domino-news/posts/dql-pitfalls/</guid><description>Domino Query Language（DQL）的語法表面像 SQL，但實戰起來有一整套 Notes 特有的踩雷點 —— view selection 會默默限縮結果範圍、`&apos;view&apos;.column` 的 column 不是文件欄位名而是直欄程式名稱、比較運算子兩邊要空白、view 名稱含反斜線要 escape、`@formula` 內是獨立的 Formula Language parser、字串日期欄位要 `@TextToTime`。本篇用實測錯誤訊息對照逐個說明。</description><pubDate>Fri, 01 May 2026 00:30:00 GMT</pubDate><category>DQL</category><category>LotusScript</category><category>Domino Designer</category></item><item><title>NotesRichTextItem 入門：用 LotusScript 操作富文本欄位</title><link>https://bryanhsiao.github.io/domino-news/posts/notes-rich-text-item/</link><guid isPermaLink="true">https://bryanhsiao.github.io/domino-news/posts/notes-rich-text-item/</guid><description>NotesRichTextItem（富文本項目）繼承自 NotesItem，所以 NotesItem 的全部屬性與方法都能用；但它另外有 22 個專屬方法處理段落、樣式、表格、嵌入物件、Navigator/Range 進階遍歷。本文整理建立方式、22 個方法分類、繼承關係，與寫程式時常踩的雷。</description><pubDate>Wed, 29 Apr 2026 19:12:47 GMT</pubDate><category>Tutorial</category><category>LotusScript</category><category>Domino Designer</category></item><item><title>NotesNoteCollection 入門：操作 NSF 設計元素的瑞士刀</title><link>https://bryanhsiao.github.io/domino-news/posts/notes-note-collection/</link><guid isPermaLink="true">https://bryanhsiao.github.io/domino-news/posts/notes-note-collection/</guid><description>NotesNoteCollection（筆記集合）跟 NotesDocumentCollection 不同，它代表的是 NSF 裡所有「note」—— 包含資料文件、表單、視圖、ACL、代理程式、程式庫等設計元素。本文整理 32 個屬性、14 個方法、CreateNoteCollection 的 True/False 兩種起始模式，以及最常用的場景：DXL 匯出。</description><pubDate>Wed, 29 Apr 2026 02:50:36 GMT</pubDate><category>Tutorial</category><category>LotusScript</category><category>Domino Designer</category><category>DevOps</category></item><item><title>NotesViewNavigator 入門：用導航器走視圖，不要再 GetFirstDocument 硬撈</title><link>https://bryanhsiao.github.io/domino-news/posts/notes-view-navigator/</link><guid isPermaLink="true">https://bryanhsiao.github.io/domino-news/posts/notes-view-navigator/</guid><description>NotesViewNavigator（視圖導航器）是 LotusScript 走視圖的進階工具：能拿到 ViewEntry（視圖條目，含類別、總計、位置等視圖才有的中介資料）、能從子集合（單一類別、未讀、某層以下）建立、效能上比 GetFirstDocument 迴圈高，但使用之前要先把 AutoUpdate 關掉。本文整理 4 個屬性、約 36 個方法、7 個 CreateViewNav* 變體與重要注意事項。</description><pubDate>Tue, 28 Apr 2026 17:35:08 GMT</pubDate><category>Tutorial</category><category>LotusScript</category><category>Domino Designer</category><category>Performance</category></item><item><title>Domino V12 起 notes.ini 支援多個 HTTPAdditionalRespHeader</title><link>https://bryanhsiao.github.io/domino-news/posts/notes-ini-multiple-http-response-headers/</link><guid isPermaLink="true">https://bryanhsiao.github.io/domino-news/posts/notes-ini-multiple-http-response-headers/</guid><description>舊版 Domino 的 notes.ini 只能塞一個 HTTPAdditionalRespHeader，第二行會把第一行蓋掉。HCL 在 V12.0.x 加了編號式的 HTTPAdditionalRespHeader01、02 寫法，讓你能用純 notes.ini 設好整套安全標頭——尤其是當網頁伺服器（HTTP task）起不來、Internet Site 文件也用不了的時候，這是唯一的後備路徑。</description><pubDate>Tue, 28 Apr 2026 10:00:00 GMT</pubDate><category>Tutorial</category><category>Domino Server</category><category>Security</category><category>Admin</category></item><item><title>NotesQueryResultsProcessor 入門：DQL 之後的下一步</title><link>https://bryanhsiao.github.io/domino-news/posts/notes-query-results-processor/</link><guid isPermaLink="true">https://bryanhsiao.github.io/domino-news/posts/notes-query-results-processor/</guid><description>NQRP 是 Domino V12 引入的 LotusScript 類別，讓你把 DQL（或任何 NotesDocumentCollection）的結果重新排序、分類、加欄位、輸出成 JSON 或暫存 view。本文整理建立流程、所有方法簽名、官方範例與安全用法。</description><pubDate>Tue, 28 Apr 2026 09:25:00 GMT</pubDate><category>Tutorial</category><category>LotusScript</category><category>DQL</category><category>Performance</category></item><item><title>DQL 入門：用 SQL 風格的語法操作 Notes 文件</title><link>https://bryanhsiao.github.io/domino-news/posts/dql-getting-started/</link><guid isPermaLink="true">https://bryanhsiao.github.io/domino-news/posts/dql-getting-started/</guid><description>Domino Query Language（DQL）讓你用近 SQL 的語法直接查詢 Notes 文件，免再為每種查詢條件設計 view。本文是「DQL 三部曲」系列的 Part 1：介紹 DQL 的設計初衷、第一個 query 怎麼寫、從 LotusScript / Java / REST API 怎麼呼叫，以及常用語法速查。寫 query 結果不如預期的細節在 Part 2，上 production 的 catalog 維運與權限在 Part 3。</description><pubDate>Tue, 28 Apr 2026 00:30:00 GMT</pubDate><category>Tutorial</category><category>DQL</category><category>LotusScript</category><category>Domino REST API</category></item><item><title>HCL Domino REST API 快速入門指南</title><link>https://bryanhsiao.github.io/domino-news/posts/hcl-domino-rest-api-quickstart/</link><guid isPermaLink="true">https://bryanhsiao.github.io/domino-news/posts/hcl-domino-rest-api-quickstart/</guid><description>本指南將引導您安裝、配置並開始使用 HCL Domino REST API，讓您能夠透過現代化的 RESTful 介面存取 Domino 資料庫。</description><pubDate>Tue, 28 Apr 2026 00:00:00 GMT</pubDate><category>Tutorial</category><category>Domino REST API</category><category>Admin</category></item><item><title>HCL Domino 2026 發布亮點</title><link>https://bryanhsiao.github.io/domino-news/posts/hcl-domino-2026-release-highlights/</link><guid isPermaLink="true">https://bryanhsiao.github.io/domino-news/posts/hcl-domino-2026-release-highlights/</guid><description>HCL Domino 2026（版本 14.5.1）於 2026 年 3 月 19 日正式發布，帶來了多項新功能和改進，包括 Domino IQ、AutoUpdate、OIDC 支援等。</description><pubDate>Mon, 27 Apr 2026 00:00:00 GMT</pubDate><category>Release Notes</category><category>Domino Server</category><category>Domino IQ</category><category>OIDC</category></item><item><title>歡迎來到 Domino News</title><link>https://bryanhsiao.github.io/domino-news/posts/welcome/</link><guid isPermaLink="true">https://bryanhsiao.github.io/domino-news/posts/welcome/</guid><description>HCL Domino 中英雙語新知站，整理生態系最新動態與技術深度文章。</description><pubDate>Mon, 27 Apr 2026 00:00:00 GMT</pubDate><category>Community</category><category>News</category></item></channel></rss>