如何从HCL Notes外部写入NSF?

huangapple go评论85阅读模式
英文:

How to write to NSF from outside HCL Notes?

问题

我用Java编写了一些使用Selenium的测试脚本,我想将结果写入一个Notes NSF文件,例如OpenLog.nsf

我想知道如何在从安装了Notes客户端的本地机器上运行的测试程序中实现这一点?

在我的Java程序中,如何包含对notes.jar和用户ID的引用?

英文:

I have written some test scripts in Java which uses Selenium and I would like to write results in an Note NSF file, e.g. OpenLog.nsf

I wonder how I can do this within my test program which is running from my local machine which has the Notes client installed?

How do I include references to the notes.jar and user ID in my java programme?

答案1

得分: 3

查看我在StackOverflow上对这个旧问题的回答。注意第二点,并跟随链接查看Bob Balaban从他关于在Java中为Notes和Domino编程的书中发布的章节。这是非常旧的材料,但关于如何访问Notes.jar中的类并在程序中使用它们的所有入门信息仍然有效。

至少,这将为您提供足够的类和方法名称知识,以便您可以使用您喜欢的搜索引擎查找更多细节,或者在自己尝试后回到StackOverflow,以便您可以针对遇到的任何问题询问更具体的解决方案。

英文:

Read my answer to this old question here on StackOverflow. Pay attention to point 2 and follow the links to chapters that Bob Balaban posted from his book about programming for Notes and Domino in Java. It's very old material but all the introductory information about how to access the classes in Notes.jar and use them from your program is still valid.

At a minimum, this will give you enough knowledge of the class and method names so that you can use your favorite search engine to find more details, or to come back here to StackOverflow after trying it yourself so you can ask more specific questions about how to solve any problems that you encounter.

huangapple
  • 本文由 发表于 2020年9月16日 17:03:16
  • 转载请务必保留本文链接:https://go.coder-hub.com/63916675.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定