JohnC Chan 20.Feb.08 04:30 AM a Web browser Applications development7.5Windows
I'm writing a Sametime bot which will access the domino server's database. I know that we can access domino by using diiop.
dominoSession = NotesFactory.createSession(dominoServer, dominoUsername, dominoPassword);
My question is, apart from diiop, how can I access domino database? Is it possible by using HTTP, servlet, etc? If so, how can I do this? Any example on these topics?