List a Notes Database View Entries (via CORBA)

Author: Tripp W Black

Created: 09/05/2002 at 09:50 PM

 

Category:
Notes Developer Tips
Java

List a Notes Database View Entries

Uses the command line format:
java listviewentries server database view user password

where:
server = the server's name (e.g. www.mindwatering.com)
database = a database name (e.g. test/sample.nsf)
view = a database view (e.g. :"All Documents")
user = the username used to authenticate
password = the user's http password


Attached is the source java file and a class file compiled with the jdk
1.1.8. Also, tested with JDK 1.4.0.01.



listviewentries.classlistviewentries.java

Has also been tested with jdk 1.4.0.1 against Domino R5.10

previous page