Re: [google-appengine] Re: Dev workflow for Modules + Maven

2014-04-22 Thread Rafael Sanches
I can run with that command, but I am running directly from IntelliJ appengine plugin, (like the screenshot configuration I sent) On Tue, Apr 22, 2014 at 4:11 PM, Aleem Mawani wrote: > I have a similar POM for each of my modules as your 2nd example, but > cd'ing into that directory and running m

Re: [google-appengine] Have anyone tried to port a java project with heavy framworks, such as struts and spring, to a pure jsp/servlet project?

2014-02-26 Thread Rafael Sanches
t; problems. > > AngularJs + ExtJS 4.0 is a good combo for the front end. Although I prefer > GWT. > > Spring+Maven is a headache even without GAE. We have been avoiding it and > doing fine. > > > > > > > Op maandag 24 februari 2014 03:11:22 UTC+1 schreef Rafael Sanche

Re: [google-appengine] I tried to use pure jsp in a new project. Only 2 jsp files. It seems the warmup request still needs 5-7 seconds.

2014-02-06 Thread Rafael Sanches
It doesn't matter, appengine scans all JARS regardless. Unfortunately the appengine framework has big jars inside. On Thu, Feb 6, 2014 at 1:29 AM, Tapir wrote: > > > On Thursday, February 6, 2014 3:21:00 PM UTC+8, Rafael Sanches wrote: >> >> Yes, that's correct

Re: [google-appengine] Re: Snapchat

2014-01-21 Thread Rafael Sanches
afa On Tue, Jan 21, 2014 at 12:50 AM, timh wrote: > Yes the thread title might say that, but you keep saying it is too > expensive in all cases.. without any qualification. Other than it costs > you a lot to do what you do. > > T > > > > On Tuesday, January 21, 2014 4:34:

Re: [google-appengine] maven + guice + appengine

2013-08-07 Thread Rafael Sanches
eem like that indeed and your suggestion was a good one (I had > tried it already). I think that the classpath is getting munged by the > maven plugin somehow and that is what is messing things up. > > > On Wednesday, August 7, 2013 12:24:31 AM UTC-7, Rafael Sanches wrote: > >&g

Re: [google-appengine] Re: Flood of warm up requests!

2013-07-27 Thread Rafael Sanches
Hello Stefano, I'm on gold support and they haven't been able to help. In any case you should get support since they have discounted hours (which reduce costs) thanks rafa On Sat, Jul 27, 2013 at 1:02 PM, Stefano Ciccarelli wrote: > I agree! > > The next week I'll buy the silver support just

[google-appengine] Re: Reducing instance startup time JSP taglib scanning

2013-07-11 Thread Rafael Sanches
Is it possible nobody figured this out yet? There's nothing on the internet. With standard jetty it should be just this in web.xml: org.mortbay.jetty.webapp.NoTLDJarPattern test.jar|.*\.jar It doesn't work on appengine though. On Tuesday, July 31, 2012 8:33:04 PM UTC-7, cloudp

Re: [google-appengine] Re: Google App Engine SDK 1.7.7 is now available!

2013-04-15 Thread Rafael Sanches
nt APN in Python as well. >> I was using: https://github.com/samuraisam/pyapns >> >> Now I am thinking modify the code here: >> https://github.com/simonwhitaker/PyAPNs >> >> >> >> On Friday, April 12, 2013 9:50:23 PM UTC-4, Rafael Sanches wrote: >&

[google-appengine] Re: Every day around 9.10 AM Brussels time, huge drop in GAE performances

2013-03-12 Thread Rafael Sanches
I will also add that 10 minutes ago all of my instances have restarted. It looks like one of those "cronjobs" to restart the server that people used to use in 1996. On Tuesday, March 12, 2013 12:54:23 AM UTC-7, Rafael Sanches wrote: > > The same here. It seems to be related

[google-appengine] Re: Every day around 9.10 AM Brussels time, huge drop in GAE performances

2013-03-12 Thread Rafael Sanches
The same here. It seems to be related to my app be on datastore. Is anyone having this issue with HDR? There's no chance I will be able to migrate to HDR in the near future. It would be easier to migrate off appengine. This issue is happening for the past 5 days already. Maybe they used to cac

[google-appengine] instances dying is a permanent states for datastore apps?

2013-03-11 Thread Rafael Sanches
Hello, I have the application "yumyumlabs" and all of my users are complaining about "slowness" or broken connections. To my surprise I went to the appengine console to see that my instances were dying out of nothing. No releases were made on my side and this seems a new behavior. This happen

[google-appengine] Re: Anyone else having difficulty deploying to GAE in the last two days?

2012-08-23 Thread Rafael Sanches
datastore seems to be incredibly slow in the past two days. Anyone else? do you know if there was a change and if I need to do something about it? On Wednesday, August 22, 2012 3:35:26 PM UTC-7, Waleed wrote: > > Usually when I deploy to GAE (using appcfg.py) it takes less than a > minute. Occas