09-10-2009 09:59 AM
I plan on building an application with the following general behavior:
I found the following link:
This is very similar to what I want to do, what's not clear to me is wether or not treating this like two applications will allow me to have a single download and installation. Also, in general is this considered the best practice for this type of App? Is there an alternative?
Thanks again.
Solved! Go to Solution.
09-10-2009 10:29 AM
Yes, this will be a good way to divide your app in two applications. one for running thread and another for UI. You can easily downlaod your these two apps in one download whether it will be thru OTA or Desktop installation.
Press the kudos button to thank the user who helped you.
If your problem was get solved then please mark the thread as "Accepted solution".
09-10-2009 10:40 AM
09-10-2009 10:57 AM
In .alx file, you can entry for multiple cod files in <files> tag. In .jad file you need to make entry for both the cod files.
Press the kudos button to thank the user who helped you.
If your problem was get solved then please mark the thread as "Accepted solution".
09-10-2009 12:49 PM
Thanks a bunch.
One last question I'd like to just clarify (so I dont make a dumb mistake) - this would be 2 seperate projects in eclipse correct? Then when I'm ready to to deploy I'd manipulate the deployment files as you mentioned - correct?
09-10-2009 12:58 PM
I am not sure about all the settings required for this in eclipse. You can use JDE and set thread app as background auto start app and you can also set main() arguments here.
Press the kudos button to thank the user who helped you.
If your problem was get solved then please mark the thread as "Accepted solution".