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

Java

Showing 61
165 VOTE

Update the Java API

Current API is very dated and a chore to work with. OpenNTF Domino API addresses many issues but would be nice if this was part of Domino out of the box.
over 5 years ago in Domino Designer / Java 10 Assessment

Add the documentation for DominoUtils and JSON classes to Designer Help

The help currently has no documentation on the following classes: com.ibm.xsp.model.domino.DominoUtils - the main class used to obtain XPage variables in Java com.ibm.commons.util.io.json.* - the classes used for JSON encoding and decoding There a...
about 5 years ago in Domino Designer / Java 1 Assessment

Make it easy to build JAX-RS RESTful web services within the nsf

JAX-RS and annotations are a powerful way to build RESTful web services. Todai it can be done but you have to take lots of steps to make it possible. For inspiration: https://github.com/OpenNTF/org.openntf.xsp.jakartaee, (and https://www.pradny.co...
almost 5 years ago in Domino Designer / Java 5 Under Consideration

VSCode Extension Pack for Domino

Visual Studio Code has an extension pack feature, and SpringBoot is available there along with many other platforms https://marketplace.visualstudio.com/items?itemName=Pivotal.vscode-boot-dev-pack VSCode is a trending IDE and young devel...
over 4 years ago in Domino Designer / Java 1 Under Consideration

Java server side stack update (OpenLiberty ?)

Hi, The current level of servlet support is making impossible to leverage up to date libraries and nowadays development paradigms. We deeply need servlet engine upgrade, some reactive support Domino looks prehistoric in this area... OpenLiberty se...
about 3 years ago in Domino Designer / Java 4 Under Consideration

Need ways to identify what application a Java memory leak is coming from.

Currently when we see a Java memory leak we know it is most likely caused by not recycling the Java objects but have no idea what application it is coming from. This means that the developers need to look at all the applications running on the ser...
9 months ago in Domino Designer / Java 0 Needs Review

Built in HEAP dump analyzer

It would save a lot of time and effort if Domino had a built in HEAP dump analyzer so when a Heap dump is generated, Domino can point to the suspects
9 months ago in Domino Designer / Java 1 Needs Review

Include more best practice Java libraries plugins out-of-the-box for XPages / DOTS

Some best practice Java libraries like org.apache.commons.lang, client, beanutils etc are available as part of the server and client install in the rcp/eclipse/plugins folder. But because they're not in the shared/eclipse/plugins folder, they cann...
over 5 years ago in Domino Designer / Java / XPages 2 No Plans to Implement

Update Domino Java classes to use Java 8+ collections (retire Vector)

Replace Vectors with newer collection data structures that support Streams, Collections. Forexample: Integer sum = Item.getValues().stream() .collect(Collectors.summingInt(Integer::intValue)); Somehow, we have to get to at least Java 8 ...
over 4 years ago in Domino Designer / Java 2 Under Consideration

Review Java Security Policy

This may be a moot point if the preferred approach for Java development is e.g. OpenLiberty / Liberty Profile + gRPC to Notes / Domino. But if Java development on the Domino stack is still a recommended approach, the Java security policy needs rev...
over 5 years ago in Domino Designer / Java 2 Under Consideration