Hi,
Now we have an application which is coded by LotusScript. We want to convert this Lotus Script application into a Java application, but it will cost much time to re-code this application by Java.
Is there a specify tool to convert this application automatically, and then modify the code?
Do you have any good advices about the application convert method,Tell me something, anything.
thanks!
Subject: Difficult due to Recycling
This would be a difficult undertaking. The area of most concern would be recycling Notes Objects. LotusScript has it’s own “garbage” collector to recycle objects. Java has it’s own “garbage” collector for it’s native objects but it does NOT manage memory for Notes objects. You must explicitly “recycle” all Notes objects. I know this does not directly answer your question. I just wanted you to be aware of the scope of the task:Title: Why it is important to use Recycle() method on every Java object
Doc #: 1097861
URL: http://www.ibm.com/support/docview.wss?rs=899&uid=swg21097861