Deploying BlackBerry Applications Across Environments
- by sethxian
Has anyone come up with a good solution for deploying BlackBerry applications across different environments?
My example is storing URLs and Authentication information in code. In most cases, a developer is going to have a different set of URL's to test against when developing the application vs what the end user is going to hit.
The idea is when I go to build for production, I have something swap out the environment settings for the target environment vs manually replacing environment specific code each time.
I am currently using eclipse. The only thought I've come up with so far would be to use a resource with encrypted values and have that swap when I run my build.
Any ideas?