I'm planning to write mobile application using PhoneGap.
My question is: Should Java scripts (with business logic) be packed into distribution package. I need it to avoid resubmitting application to App Store if business logic was updated.
So in the main html were I include PhoneGap JS can I include remote JS?
<script type="text/javascript" charset="utf-8" src="phonegap.0.9.5.1.js" />
<script type="text/javascript" charset="utf-8" src="http://remote.server.com/main.js" />