Subject: Drag n Drop from lotus Notes - other approach
We have made a Drag n’ Drop plugin which handles Lotus Notes mail to Microsoft CRM by calling the MS CRM webservice. The user simply drag their mail to the plugin drop zone and then the plugin converts the mail to Mime format and call the Microsoft webservice.
If you have a webservice interface to the content management system you can use the same approach as us. If you can pick up the converted mail from the file system to the content management system the file navigator will do most of the job for you. The file navigator is Java code made in the Eclipse framework. Maybe you can hook directly to your system?
Subject: Drag n Drop from lotus Notes - other approach
Thanks Jordan, yes that was indeed a really useful hint. The widget seems to be working like charm and made my life easy!
By the way I would also like to share few more links with this form, which specifies ways to connect to domino from a standalone java code.
from a drop object if we manage to get the document UNID…we can use NotesFactory to connect to domino server and generate DXL for the drop document, and save it in some location.
The other way we can also use the DXL to generate notes document back to the Domino database.