Aleem,

I use IntelliJ to run each module separately. I have 4 modules running in
different ports.

That way I can just press play and it will replace the resources and
classes with new ones, or I can just reboot one module at the time. I can
also boot only one module if I want.

I had to code my own dispatch.xml behavior, since the appengine java sdk
doesn't handle that: https://gist.github.com/mufumbo/6325670 (see comments
for a more updated version)

thanks
rafa


On Tue, Apr 22, 2014 at 5:10 AM, Gilberto Torrezan Filho <
gilberto.torre...@gmail.com> wrote:

> Hi,
>
> If you're using Eclipse, take a look at this topic:
> https://groups.google.com/forum/#!topic/google-plugin-eclipse/9K0RkQID740
>
> Maven + app engine modules doesn't work quite well with Eclipse right now,
> and judging by the volume of messages in the topic above, I don't think we
> will see any improvement in a near future.
>
> While there is a Google I/O coming up, there is hope for a big capital
> letters announcement: "Behold, Servlets 3, Java 8 and better Maven +
> Modules + Eclipse integration for App Engine!".
>
> Do you think local testing is hard the way it is now? Try adding GWT to
> the mix and you'll end with more white strands of hair in your head... ;-)
>
>
> On Sunday, April 20, 2014 8:27:46 PM UTC-3, aloo wrote:
>>
>> Hi all,
>>
>> I'm curious how others have setup their dev workflow when using appengine
>> modules + maven?
>>
>> In order to run the local dev server I need to rebuild my entire project
>> and then run mvn appengine:devserver in my ear directory. This typically
>> takes a minute for a simple code change.
>>
>> I'm having a hard time iterating during local testing due to this. I'm
>> using the same project structure as the sample modules app here:
>> https://github.com/GoogleCloudPlatform/appengine-modules-sample-java
>>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-appengine+unsubscr...@googlegroups.com.
> To post to this group, send email to google-appengine@googlegroups.com.
> Visit this group at http://groups.google.com/group/google-appengine.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.

Reply via email to