I have to establish a session to mainframe from Node using Jagacy(Screen scraper wriiten in Java). I could accomplish the same thru a java class by extending the Jagacy Session object and then invoking super methods by passing the connection properties.
Wondering how to do the same in Node Java. Basically I should be able to say
var JSsession extends JagacySession(java object/JS proxy of java object)