Skip to Main Content
HCL Domino Ideas Portal

Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.

For more information and upcoming events around #dominoforever, please visit our Destination Domino Page

ADD A NEW IDEA

My ideas: Java

Showing 61

Domino Java SDK on Maven Central

Enterprise business applications that use Java can benefit with having a Maven Central Domino Java SDK so Domino can be used in Java Projects: Android for mobile apps Microservices built with SpringBoot Java in general
about 5 years ago in Domino Designer / Java 1 Under Consideration

Possibility to script the frontend with Java

In all out new projects we use Java as the main language. It would be helpfull if Java coud be used everywhere in the app.
over 5 years ago in Domino Designer / Java 1 Under Consideration

Add "since" in QueryResultsProcessor#executeToView to reuse an existing view if it's newer than the param

Currently, #executeToView throws an exception if the named view doesn't exist. If you as a programmer want to re-use an existing one, that means you need to manually try to get the view and then, if it exists, check your timeout against its creati...
about 2 years ago in Domino Designer / Java 0 Under Consideration

Add mechanism to retrieve QueryResultsProcessor JSON as an InputStream or Reader

The executeToJSON method emits a full String of JSON content, which generally means that a Java-side consumer will have to immediately pass that to a JSON parser. These parsers generally have a variant (or do so exclusively) that takes an InputStr...
about 2 years ago in Domino Designer / Java 0 Under Consideration

Add sorter to DQL

Would like to add a option how I want my returned document collection to be sorted e.g. created & descend or alphabetic (on field value) & ascending or more complex sorter
about 4 years ago in Domino Designer / Java 0 Under Consideration

New API to search database incrementally and return note ids and summary data

The C API contains a very powerful undocumented method NSFSearchExtended3 to search for documents in a database using a formula, apply a filter to the documents to be scanned (e.g. an IDTable to search a subset of documents only or a filter to sea...
over 4 years ago in Domino Designer / Java 0 Under Consideration

Add isValid or equivalent to NotesCalendarEntry

When you use NotesCalendar#getEntry, it will always return a NotesCalendarEntry object even if the UID is not found. An invalid UID will result in an object that throws an exception when you try to do basically anything with it. While documented, ...
4 months ago in Domino Designer / Java 0 Needs Review

Remove libnotes dependency on JNI and IDEHelper

Currently, when importing a Java agent as non-raw DXL, libnotes has a hard dependency on finding a JNI environment and using classes from Notes.jar. While there's a certain amount of natural dependency in the process of compiling agents, the class...
over 2 years ago in Domino Designer / Java 0 Needs Review

Support for large summary field for Java

HCL Domino 12.x introduced on-disk structure (ODS) 55 file format for databases. ODS 55 introduced in HCL Domino 12.x increases the maximum size allowed for individual summary fields to 16 MB. As per HCL product documentation here: https://help...
10 months ago in Domino Designer / Java 0 Needs Review

Re-publish an updated Lotus Expeditor

Lotus Expeditor is still the underpinning of the Notes Client and Domino Designer. Available literature says it is needed to create a Domino Designer plug-in. So just like the C-API, a version of Lotus Expeditor should be available. If you search ...
about 2 years ago in Domino Designer / Java 5 Under Consideration