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

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

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

Generate Java POJO from Document

I find myself spending lost of time hand crafting a pojo to represent a Notes document. Other environments like JBoss tools the ability to create a POJO from a SQL Table. Other tools I've used create POJOs from Json schema. It would be product...
over 4 years ago in Domino Designer / Java 1 Under Consideration

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

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

db.exist and db.accesslevel

the isOpen property allows me not to different if a db exists or the user has access to it https://www.ibm.com/support/knowledgecenter/en/SSVRGU_9.0.1/basic/H_ISOPEN_PROPERTY_JAVA.html (the db could even be damaged) I would like to ...
almost 5 years ago in Domino Designer / Java 2 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:/...
almost 5 years ago in Domino Designer / Java 0 Under Consideration

Broken reference after V10 installation

After installation of V10 the application manager of the underlying semi-included beta editor component (aka eclipse) complains about missing references (see picture). The problem is, that third party OSGi plugins (like ODA) stop working properly...
almost 5 years ago in Domino Designer / Java 0 Under Consideration

Function that returns a collection of documents I may read within the database

A function that simply returns me all documents I may read in the database. so I do not need to apply a form or field or anything.
almost 5 years ago in Domino Designer / Java 2 Under Consideration

Allow servlet (in database) to create new <user> session (or open database as <user>)

In cases where we have a REST servlet (in database) that is using a 3rd party authorisation mechanism to validate tokens/apikeys, it would be nice if the servlet could create a new <user> session (instead of running as anonymous or as the co...
about 5 years ago in Domino Designer / Java 0 Under Consideration