Question

  Asked: Oct 4 2005   3:21 AM GMT
  Asked by: Ramanan


Display Lotus notes documents in web page


Development, Domino Designer, WebSphere Studio, Web site design & management, Documentum, EMC, IBM

I want to display the documents of a dominodatabase as a report in any of the browsers using java/javascript/JSP. This is possible or not? Give me some references.

Subscribe to Alerts! Get questions and answers delivered to your Inbox.


E-mail me updates on this question



   SUBSCRIBE

hidden modal window

Answer Wiki (Improve, edit or add to this answer)


 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0



Yes, it is possible.
Depending on how you want to access the data there are several ways to address this. You will probably be using javascript to create the report based on access to the data in the Domino database.

Which version of Domino is it ? R5.x or D6.x?
  • AddThis Social Bookmark Button

Browse more Questions and Answers on Development, Lotus Domino and DataManagement.

Looking for relevant Development Whitepapers? Visit the SearchSQLServer.com Research Library.


Discuss This Answer


You must be logged-in to discuss a question. Log-in/Register

KayDeeWee  |   Oct 4 2005  10:47AM GMT

As you are talking about a report I assume you would like to have a list producing a more flexible result than a view in Lotus Domino.
I have used agents in Lotus Script printing a complete HTML page as the result. The agent is collecting the data and is printing out the result in proper HTML.
Please let me know if this a way and if you like to have more details.