开发者

What is the best approach for integrating Lotus Notes applications? [closed]

开发者 https://www.devze.com 2023-02-05 10:15 出处:网络
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing开
Closed. This question is opinion-based. It is not currently accepting answers.

Want to improve this question? Update the question so it can be answered with facts and citations by editing开发者_如何学C this post.

Closed 4 years ago.

Improve this question

I'm investigating how we can interface a Java application with a Lotus Notes application. The Lotus Notes application is actually a workflow app.

We need to retrieve information such as:

  • Give me all documents which have this state.
  • Give me the content of notes document xyz.

We need to be able to modify information:

  • Modify field reporter of document 'xyz' into 'abc'

We need to be able to look at least at logging so that we have at least some trace when we develop our application.


Setup a web service in Notes using Domino Designer and call it from Java.

The web service can then pass the data from Notes to Java in XML.

Hosting web services has been part of Domino designer since R7.

0

精彩评论

暂无评论...
验证码 换一张
取 消