Java app to launch time design data of a Notes app

Asked By 0 points N/A Posted on -
qa-featured

 I am creating java application which will launch the time design data of forms and views of a Notes application in DXL XML format. I am now using Java Notes to export API create DXL Exporter; but its data is not returning for forms or views. I don’t see any kind of design data even though the collected work count is printed as 7. I am using Stand Alone Java application. What possibilities I am missing? 

SHARE
Answered By 10 points N/A #119099

Java app to launch time design data of a Notes app

qa-featured

Which notes application are using? In case it is lotus domino, then you have the possibility of calling the domino objects from the java application that you are using, and you can do that by simply importing the lotus.domino package. Once you have done that, you can the code the program as an application, or as a domino agent, an applet or a servlet depending on how you want it to be. You can access the runtime code locally on the computer that you are using, but you must have lotus domino installed. In case you want to access the code from a remote server, then you will need to run a CORBA-based remote call, and for that you do not need to install lotus domino on your computer.

Regards
Thompson Locker

Related Questions