[google-appengine] Re: Setting up Go in eclipse for GAE

2012-03-31 Thread Jonathan B
haven't used any IDE doing it however > > On Mar 31, 2012, at 4:52 PM, Jonathan B wrote: > > > > > > > > > I'm trying desperately to get working on an app I need to write in Go > > rather than Java. However I have no idea where to start installing. &g

[google-appengine] Setting up Go in eclipse for GAE

2012-03-31 Thread Jonathan B
I'm trying desperately to get working on an app I need to write in Go rather than Java. However I have no idea where to start installing. The tutorials on the various sites of Go, Goclipse and GAE are very confusing. Some are for old versions. Others I simply don't understand the wording. Is there

Re: [google-appengine] Re: Keep it short: Who is forced to leave GAE?

2011-09-05 Thread Jonathan B
Ever since Larry Page become CEO, Google has got worse and worse and worse. >From UI changes for users, to this. I can understand wanting to raise the pricing, but why an entirely new model that changes the cost so variably between users. Why didn't you just lower the free limit on the old prici

[google-appengine] Re: dev_appserver.py GET requests are taking 0.5s or more on local system

2008-12-22 Thread Jonathan B
On Dec 22, 10:32 am, Alexander Kojevnikov wrote: > See the last question in the Community > FAQ:http://knol.google.com/k/marce/app-engine-community-faqs/vkzeph4si12v/1# Thanks Alexander! That definitely fixed the problem. I got a 10x speed increase (for both datastore queries *and* GET reques

[google-appengine] dev_appserver.py GET requests are taking 0.5s or more on local system

2008-12-21 Thread Jonathan B
Hi, I'm wondering if anyone else has run into this problem and has some advice for me. I've noticed that the GAE Development Server (dev_appserver.py) is taking about 0.5s or more for every GET request. I'm talking about GETs for local files, with the Dev Server running on my local computer. I

[google-appengine] Re: Can I sell software created with Google App Engine Framework?

2008-12-21 Thread Jonathan B
Hi Andrius, On Dec 22, 4:24 am, Andrius wrote: > I have some simple question, can I sell software which will be created > using google app engine python framework? > As I see it's being licensed under Apache 2, and what is it mean for > commercial use? I am not a lawyer, however, I had a read

[google-appengine] Re: How to open .html in .py file?

2008-12-10 Thread Jonathan B
On Dec 9, 5:12 pm, slatvick <[EMAIL PROTECTED]> wrote: > But current problem that index.html does not load automatically and > you need to write full domain path :www.yourdomain.com/index.html In app.yaml you specify which script will execute (for example, index.py). Inside index.py you need to

[google-appengine] Re: Running processes in the background

2008-11-30 Thread Jonathan B
Hi, On Nov 28, 11:26 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > and terminated on response. In attempt to overcome this limitation, I > downloaded the Google App Engine development env. and spawned a > thread. Surprisingly, the result is the same: the "main thread", which > produces t

[google-appengine] Re: How to open .html in .py file?

2008-11-27 Thread Jonathan B
Hi Wen Long, On Nov 26, 12:27 pm, wenlong <[EMAIL PROTECTED]> wrote: > and I must create a new folder named "static" and put all these htm > files in this folder? No, you don't have to do this, but you *can* do this. The code I gave you is one example of how to do it. The point is that app.ya

[google-appengine] Re: How to open .html in .py file?

2008-11-25 Thread Jonathan B
On Nov 23, 9:47 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I just want to call a html file and display it,but I'don't know how to > do! foe example: GAE serves dynamic (.py) and static (e.g. .html) files separately. You need to specify which is which in your app.yaml file with a new

[google-appengine] Re: Having trouble using my own domain name with app engine

2008-10-30 Thread Jonathan B
Oleg, I don't know if this is a good answer, but here goes: I'm pretty sure that you can't use an A record with Google App Engine (GAE). That means you can't point your domain (e.g. spobby.com) to a specific IP address. So there's no way to point spobby.com directly to your GAE app except by _do