tags:

views:

61

answers:

2

Hi, I am a c# developer interested in developing a windows application to connect to a lotus notes .nsf db and display the information like 1) Number of forms 2) Number of views 3) Script Libraries 4) Actions 5) Agents

Once I do this, I want to read each form and the UI elements available in each form and generate an equivalent .aspx file.

I have lotus notes client and designer installed on my system.

Could some one suggest how to proceed with this requirement?

Thanks a lot in advance

Sridhar

A: 

I had a requirement to communicate with Notes on a project a while ago and the best solution we found was to write web services on the Notes machine to expose the various bits and pieces of information.

You can use Java to do this, there is a pretty rich Java API available that should be able to help you. I'm not aware of any ways to communicate directly with Notes via a .NET API.

I want to read each form and the UI elements available in each form and generate an equivalent .aspx file.

For the section above, I'm not entirely sure what you're after - are you trying to replicate Notes forms in ASP.NET web pages? If so, that could prove to be a tricky task as you'd need to handle all possible elements that are available in Notes and translate them to an ASP.NET equivalent - not exactly something that will be quick to do!

JonC
A: 

You should find everything you need here http://www.ibm.com/developerworks/lotus/
It's my first stop for working with any IBM technology.

PS http://www.ibm.com/developerworks/lotus/library/domino-msnet/