What is the best approach for integrating Lotus Notes applications? [closed]
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 questionI'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.
精彩评论