06-24-2011 02:48 PM
I have an app which consist of a frontend and a backend application. How do i package that? do i just zip the 2 libraries?
Solved! Go to Solution.
06-25-2011 02:39 AM
So you basically have GUI part and system module and both are separate apps? Can''t you make a single app using alternate starting point?
If this is not the case could you explain in more details what each of the app is doing?
06-25-2011 02:47 AM - edited 06-25-2011 02:54 AM
My app is an A-GPS sender. My GUI app is configuraiton of the Sender app, so you are right about the "architechture".
My Sender app needs to run all the time regardless of the GUI module.
Problem with your approach with an alternate entry point is that whenever the user closes the configuration module, booom goes my alternate entry point as well. Unfortunately.... as this was my first approach too.
Im on Webworks (not sure wheether java entry points act the same way)
06-25-2011 06:48 AM
Oh, I had no idea that it is a Webwork app. Java apps run just fine with alternate point - system module is running all the time in background.
So you can just submit both .cod files at once (that is the smartphone release), when you are at the step uploading cod, just upload both of them, App World will serve both to the end user.
Actually you will release the app for smartphone only, right? Afaik Playbook does not have GPS
06-25-2011 08:56 AM