Deploying BlackBerry Applications Across Environments
Posted
by sethxian
on Stack Overflow
See other posts from Stack Overflow
or by sethxian
Published on 2010-04-21T20:00:45Z
Indexed on
2010/04/21
20:03 UTC
Read the original article
Hit count: 196
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?
© Stack Overflow or respective owner