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.