Access Notes on iSeries without DIIOP with Java

Is it possible to have a java app that can access a notes database without using the DIIOP server? Both the java app and the Domino server are running on the same iSeries (V5R2 / Domino 6.5). It seems silly and slower to use the DIIOP when everything is local.

Thank you

Subject: Access Notes on iSeries without DIIOP with Java

Yes, it’s possible. The only thing you have to look for is using Notes.jar in local mode. NCSO.jar is being used for remote access (IIOP).

Cheers

Peter