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
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