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 Under Consideration
Workspace Domino Designer
Categories LotusScript
Created by Guest
Created on Feb 18, 2019

Enhance LS2J

LS2J is very useful to let LS communicate with Java. You can use LS to invoke Java libraries. LS2J has many limitations. Please enhance LS2J so that we can make more new functions and solutions based on Java+LS.

  • Attach files
  • Guest
    Reply
    |
    Feb 20, 2019

    I'd vote for this, but LS2J is rather useless unless at least the main quirks are fixed:

    - Java-Classes are loaded only once. This makes a lot of client restarts necessary when developing; if different Notes apps use different classes with the same name in LS2J this causes interference

    - LS2J is only one-way; no access to LS objects from Java

    - Getting a Domino session from within LS2J-Java code is complicated (Call NotesFactory.createSession via SwingUtilities)

    - returning a Java object of a class that was not loaded by the default ClassLoader to LS causes the client to crash