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

FILTER BY CATEGORY

Java

Showing 59

Java: Enable sorting of classes within packages

Today classes are randomly ordered in a package when shown in the designer. This makes it hard to work with if you have many classes in a package. These should be ordered alphabetically
6 months ago in Domino Designer / Java 2 Under Consideration

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...
6 months ago in Domino Designer / Java 0 Needs Review

Support for Web Service "choice" WSDL Schema element

Several standard elements like the Choice element in the WSDL Scheme are not supported as is. The following elements are not supported it seems: any element anyAttribute element choice element redefine element sequence elemen...
over 4 years ago in Domino Designer / Java 0 Under Consideration

Build plugin support for code coverage and quality tools (see links)

many companies have quality assurance teams and standards. It is difficult for Domino application (XPages, LotusScript, Formula, Java Agents) to participate in these metrics. https://www.sonarsource.com/plans-and-pricing/community/ https:/...
over 4 years ago in Domino Designer / Java 0 Under Consideration

Allow adding comments to Code/Java design elements

Adding comments to design elements is useful to keep track of changes, or to make other developers on the team aware of changes. While this feature is available for the vast majority of design elements in Domino databases, comments cannot currentl...
about 5 years ago in Domino Designer / Java 1 Under Consideration

Application Pane to show an error symbol on agents that have dependencies with error

When a script library that's imported into an agent has an error, the error symbol only shows in the actual script library but not in the agent. This will make debugging an agent issue easier. See attached image
almost 2 years ago in Domino Designer / Java 2 Needs Review

Add DDE menu item to open the up to date online documentation in a browser

Domino Designer 10.0.1 does not contain up to date documentation, probably because translation is only done for major releases. Up to date documentation is available here: https://www.ibm.com/support/knowledgecenter/en/SSKTMJ_10.0.1/welcome/domin...
almost 5 years ago in Domino Designer / Java 0 Assessment

rebase LotusScript to JVM

Compile all LotusScript to Java ByteCode and run it on a JVM - LS can use Java classes - Java can use LS classes - Use Eclipse debugger for LS
about 5 years ago in Domino Designer / Java / LotusScript 0 Under Consideration

Add servlet support directly to Domino Designer IDE

Creating a servlet requires plugins and a fair bit of effort to deploy and debug. It would be great if this was added to the IDE so that application-specific servlets could be developed rapidly so we didn't need to reply on agents (with the known ...
about 1 year ago in Domino Designer / Java 0 Under Consideration

Remove Java SecurityManager - at least on the server

SecurityManager is (for good reasons) deprecated for removal in Java 17 (https://openjdk.java.net/jeps/411). Today the SecurityManager in Domino is a pain in the ass for the normal developer but does not prevent blackhats from doing harm.SecurityM...
almost 2 years ago in Domino Designer / Java 0 Assessment