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

Status Needs Review
Workspace Domino Designer
Categories Java
Created by Guest
Created on Feb 24, 2024

Maven in DDE - download jar files directly into nsf

in visual studio it is sooo easy to add an external dependencies to projects.. Just search for it and include the nuget and you’re done.

In Java not so easy. there are a few option where Maven is the most popular I think.

With maven you need to get an xml file and paste that into a pom file in an eclipse project which then downloads the jar files.

In DDE projects it is even more difficult. we can’t use Maven so we basically need to have another Eclipse installation to our computer and use a dummy project to get the jar files we need which does not feel very modern.

Please add Maven or another way to download jar file from internet into an nsf automatically based on the maven Pom dependencies


  • Attach files
  • Guest
    Reply
    |
    Apr 26, 2024

    our domino applications contain too many java libraries and downloading them including their dependencies is too much of a hassle.


    also if we could specify in a pom file which version we would like to install that would provide more strict control regarding which version of third party software we run or is allowed to run in an application. Domino was about security right? On the other hand if we could say: download the latest third party software we could check how future proof or up to date our application code is.

    win-win.

    just try to download apache tika and its dependencies manually for a project. too much work and I rather do this inside my application / nsf than on disk.