• DIIOP Session?

    By Jan Sandholm 1 decade ago

    Hi,

    First and foremost - THANKS! - this wrapper API looks very very promising. Just a quick Q to get started: I prefer testing my classes in regular Eclipse using DIIOP... What would be the equivalent Wrapper API code for this old code:

     

    Session session = NotesFactory.createSession("127.0.0.1", "uid", "pwd");
    
    Database db = session.getDatabase("", "path/to/db.nsf");
    

    I've tried a couple of things but with no luck so far...

    - jan