Subject: Talking to a Notes document database from a JSP
Use CORBA or, if your NSF is accessible via HTTP, why not use that? It’s simpler, and is a technique I’ve used quite happily (the JSP makes an HTTPUrlConnection to the Notes database). There’s some sample code on my site somewhere…