Apr 06, 2011
DIIOP?? No more...
I'm porting servlet code running on 6.5 Domino Server in XPages.
Servlet comunicate with Domino through DIIOP, and need DIIOP to istantiate Session object:
lotus.Domino.session = NotesFactory.createSession(server,login, password);
Thanks to Karsten Lehmann for its great library:
http://www.mindoo.com/web/blog.nsf/dx/18.07.2009191738KLENAL.htm?opendocument&comments
Now i can initialize a session using:
lotus.Domino.session = DominoAccess.getCurrentSession();
No more DIIOP needed!!