[google-appengine] Some confused on free instances limit for each module.

2014-01-05 Thread Tapir
At the end of the document: https://developers.google.com/appengine/docs/java/modules/ it says "Maximum Instances per Manual/Basic Scaling Version" for Free App is 20. Not very understand this. Haven't google limited the number of free instances to one, or total free instance hours to 28 long lo

Re: [google-appengine] Re: how to start all modules instances on dev server?

2014-01-05 Thread Tapir
aha, first item on reddit now: http://www.reddit.com/r/programming/comments/1ug85t/a_typo_error_in_google_app_engine_documents/ On Sunday, January 5, 2014 5:25:49 PM UTC+8, Tapir wrote: > > > On Sunday, January 5, 2014 4:33:33 PM UTC+8, Tapir wrote: >> >> Ok, found the problem by accident. >> >

[google-appengine] Re: Processing payments using Paypal, python SDK

2014-01-05 Thread Jamie Niemasik
+1. I've been using Stripe in my GAE app for the past year and it's been a terrific experience. The API is clean and intuitive, and you can give your users a simple flow (either with the nice views that Stripe provides, or with your own custom UI). Unless you have to use Paypal, I'd start with

Re: [google-appengine] Backend instance hours on Usage History

2014-01-05 Thread Béla Uzonyi
> > Yes, it is possible. Sometimes the report generator bugs out and reports > weird billing amounts. > > Normally in cases such as these, I'd ask if you were being billed for > these "extra" instance hours. But since you already said this is a free app > and it's not reporting any quota denial

Re: [google-appengine] Re: how to start all modules instances on dev server?

2014-01-05 Thread Tapir
On Sunday, January 5, 2014 4:33:33 PM UTC+8, Tapir wrote: > > Ok, found the problem by accident. > > After finding the google maven example on github works well, I copied the > META-INF folder to my project. > A replace files dialog was expected to show up. > But, no, it didn't show! > Then ther

Re: [google-appengine] Re: how to start all modules instances on dev server?

2014-01-05 Thread Tapir
Ok, found the problem by accident. After finding the google maven example on github works well, I copied the META-INF folder to my project. A replace files dialog was expected to show up. But, no, it didn't show! Then there are two META-INF folders in my project. Two identical folders in my proje