I wanted to import the domino database project (nsf) to the eclipse by programmatically.
Is there anyway to achieve this?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Based on your question, you would need to export the NSF to DXL. This will give you an XML representation of the whole database. After that you can access it in eclipse.
The following sample LotusScript code will export a database (example only)
Although I’d recommend reading up on DXL in the infocenter, as there are a large number of options to consider when doing this.
http://publib.boulder.ibm.com/infocenter/domhelp/v8r0/topic/com.ibm.designer.domino.main.doc/H_EXPORTING_AND_IMPORTING_DXL_JAVA.html
Be aware that Domino Designer is actually built on Eclipse. So you can right click any design element and “View Source” to see the DXL format.
Also if you use the Team functionality it will convert the NSF to DXL so that it can be easily integrated to source control systems.
Some more details here:
http://www-10.lotus.com/ldd/ddwiki.nsf/dx/3.7_Source_control