Note that there are some explanatory texts on larger screens.

plurals
  1. POGAE Development - Development Environment Setup (HotSwap)
    text
    copied!<p>I'm quite new to develop on GAE. Need just sort out few questions about setting up development.</p> <p>I'm currently using <strong>Eclipse 3.7.x</strong>, <strong>Google Suite Plugin 2.5.2 r37</strong></p> <p>Related links I found:</p> <ul> <li><a href="http://code.google.com/p/googleappengine/issues/detail?id=1787" rel="nofollow noreferrer">http://code.google.com/p/googleappengine/issues/detail?id=1787</a></li> <li><a href="https://stackoverflow.com/questions/9150406/gae-development-server-in-eclipse-doesnt-update">GAE - Development server in Eclipse doesn&#39;t update?</a></li> <li><a href="http://code.google.com/p/gae-wtp-plugin/" rel="nofollow noreferrer">http://code.google.com/p/gae-wtp-plugin/</a></li> </ul> <p>I came from standard LAMP development environment. Changes are propagated immediately to development server (usually localhost) and I can control deployment of application to production server through DCVS/SVN and attached handlers updating remote codebase.</p> <p>I'd expect Google Plugin allowing us to do the same. Necessary functions I (probably) need:</p> <ul> <li><strong>On-Save handler to recompile and update development code</strong></li> <li><strong>Production like development environment (for testing in almost-real conditions)</strong></li> <li>Deployment to production environment</li> </ul> <p>The last one is simply using DCVS/SVN to tag code and save the trunk branch, and using <code>Google &gt; Deploy to App Engine</code> option to push it to remote server.</p> <p><strong>But how can I solve the first two requirements? Do I really need them, or is it only my hangover from web development, and development process in GAE works differently?</strong></p> <p>If the first one is solvable through GAE WTP Plugin, can you please more elaborate on how to setup development with this plugin, as I was not able to achieve anything more, than server, which has to be restarted in the same manner as Google Plugin default GAE development server does.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload