node.js and node-java: What is equivalent node.js code for this java code?
问题 I am investigating replicating some functionality that we now have, but using node.js, but our current application interfaces to a product that exposes a Java API, so I am also looking into using node-java to do that interface, but I'm having difficult time kind of "translating" some of that Java interface code that we have to node.js. To start, I am having trouble with trying to translate the following into the equivalent node.js code: import javax.security.auth.Subject; import weblogic