[google-appengine] Google authentification

2017-01-01 Thread Ingo Beutler
Hi, is there an easy way to learn how the authentification an authorization works in the google products? Especially how the linking and synchronization is made. Cheers, Ingo -- You received this message because you are subscribed to the Google Groups "Google App Engine&q

Re: [google-appengine] Running additional docker containers alongside my GAE app?

2016-05-16 Thread ingo
- a parameterized public docker image. Thanks, Ingo On Monday, May 16, 2016 at 1:50:51 PM UTC-7, Nick (Cloud Platform Support) wrote: > > Hey Ingo, > > Custom runtimes can listen on any port specified in the app.yaml > <https://cloud.google.com/appengine/docs/flexible/custom-runtime

Re: [google-appengine] Running additional docker containers alongside my GAE app?

2016-05-15 Thread ingo
is enough to allow communication from A to B? Thanks, Ingo On Thursday, May 12, 2016 at 11:40:53 AM UTC-7, Stephen wrote: > > On Wed, May 11, 2016 at 3:55 AM, ingo <ingo.j...@gmail.com > > wrote: > > > > But I want to run > > publicly hosted Docker images alongside

[google-appengine] Re: Running additional docker containers alongside my GAE app?

2016-05-11 Thread ingo
ner Engine? Does this sound like a good use case for Container Engine to you? Thanks, Ingo On Wednesday, May 11, 2016 at 10:56:44 AM UTC-7, Nick (Cloud Platform Support) wrote: > > Hey Ingo, > > The Flexible Environment (from this point forward, "Flex") is a kind

[google-appengine] Running additional docker containers alongside my GAE app?

2016-05-10 Thread ingo
I built a small Golang app and deployed it to GAE's Flexible Environment. Right now this will create a single Golang Docker container remotely at deploy time. For simple projects similar to this one what is the best practice to add more

[google-appengine] Re: Unable to run ManagedVM Python tutorial on GCloud 0.9.68/Docker 1.7.1/app-engine-python 1.9.23

2015-07-16 Thread ingo
the latest version). boot2docker download --iso-url=https://github.com/boot2docker/boot2docker/releases/download/v1.7.0/boot2docker.iso Thanks, Ingo On Wednesday, July 15, 2015 at 1:15:23 PM UTC-4, pdknsk wrote: Downgrade to the previous Docker version. I already filed a bug about it some

[google-appengine] Unable to run ManagedVM Python tutorial on GCloud 0.9.68/Docker 1.7.1/app-engine-python 1.9.23

2015-07-15 Thread ingo
on https://docs.docker.com/installation/mac/. However, running *gcloud preview app run ./app.yaml* and *gcloud preview app deploy ./app.yaml* fails with an exception: $ gcloud preview app run ./app.yaml Module [default] found in file [/Users/ingo/git/managedvmtest/app.yaml] INFO: Looking

[appengine-java] GWT/AppEngine application for distributed role playing - dorp

2012-02-23 Thread ingo
as well as images, e.g. maps, magical items, drawings. For more information see http://usability-nightmare.blogspot.com/2012/02/distributed-online-role-playing-with.html. Cheers, Ingo -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group

[appengine-java] Boost Extensibility and Simplify Maintainability of Web Applications: Proposals for Google Web Toolkit Plug-in Architectures

2011-01-17 Thread Ingo Jaeckel
-in architecture would dramatically enhance the extensibility and the maintainability of GWT applications. Therefore, this article proposes approaches for statically and dynamically loaded plug-ins for GWT applications. Kind regards Ingo -- You received this message because you are subscribed

[appengine-java] Re: Boost Extensibility and Simplify Maintainability of Web Applications: Proposals for Google Web Toolkit Plug-in Architectures

2011-01-17 Thread Ingo Jaeckel
profit from having an application independent framework for the management of application extensions, i.e. plug-ins, apps, or add-ons. Kind regards Ingo 2011/1/17 Ingo Jaeckel ingo.jaec...@googlemail.com: Hello everyone I wrote a short article proposes a plug-in management architecture for GWT

[google-appengine] Boost Extensibility and Simplify Maintainability of Web Applications: Proposals for Google Web Toolkit Plug-in Architectures

2011-01-17 Thread Ingo Jaeckel
-in architecture would dramatically enhance the extensibility and the maintainability of GWT applications. Therefore, this article proposes approaches for statically and dynamically loaded plug-ins for GWT applications. Kind regards Ingo -- You received this message because you are subscribed

[google-appengine] Re: Boost Extensibility and Simplify Maintainability of Web Applications: Proposals for Google Web Toolkit Plug-in Architectures

2011-01-17 Thread Ingo Jaeckel
profit from having an application independent framework for the management of application extensions, i.e. plug-ins, apps, or add-ons. Kind regards Ingo 2011/1/17 Ingo Jaeckel ingo.jaec...@googlemail.com: Hello everyone I wrote a short article proposes a plug-in management architecture for GWT

Re: [appengine-java] Our experience with App Engine

2011-01-11 Thread Ingo Jaeckel
Hello, thanks for this great article! I agree with basically all you are saying in this post. Among other things I especially love the app versioning. Kind regards, Ingo 2011/1/11 Weespr ad...@weespr.com: Almost 2 years after embracing it. Hope feedback will be useful to people. http

[appengine-java] Proposal of several plug-in architectures for GWT applications running on the Google App Engine platform

2011-01-07 Thread Ingo Jaeckel
as well as prototype implementations in the wiki [3]. Kind regards, Ingo [1] http://honeycrm.googlecode.com/files/ProposalsForGoogleWebToolkitApplicationPlugInArchitectures.pdf [2] http://code.google.com/p/honeycrm/ [3] http://code.google.com/p/honeycrm/w/list -- You received this message

[appengine-java] Developing an AppStore for a GWT / App Engine application?

2010-10-04 Thread Ingo Jaeckel
to use another servlet container e.g. for compilation. kind regards, ingo -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group, send email to google-appengine-j...@googlegroups.com. To unsubscribe from this group, send

[google-appengine] Re: Performance Tuning applications on GAE

2010-09-23 Thread ingo
applications locally, see http://www.youtube.com/watch?v=zUJUSxXOOa4 in the honeycrm project that i am doing it turned out to be very effective to profile my application locally and optimize it accordingly, see http://code.google.com/p/honeycrm/. hope this helps. happy optimizing :) kind regards, ingo

[google-appengine] Re: 500 error accessing http://appengine.google.com/

2010-09-14 Thread ingo
well, seems to be fixed now :) could you provide any details about the results of your investigations? kind regards, ingo On 14 Sep., 14:08, ingo ingo.jaec...@googlemail.com wrote: hello app engine team, i have the same problem. in general, i love developing gwt apps for the app engine

[google-appengine] Re: 500 error accessing http://appengine.google.com/

2010-09-14 Thread ingo
(e.g. inaccessible svn repository or the 502 bad gateway error). please reduce the frequency of 502 and 500 errors as soon as possible. to me this is very important. already my trust in the platform decreased a bit. kind regards, ingo On 14 Sep., 13:44, James jamesk...@gmail.com wrote: Right now

[google-appengine] Re: 500 error accessing http://appengine.google.com/

2010-09-14 Thread ingo
although it looks like this is solved, still some requests take a lot longer than others e.g. every ~10th request or so takes more than 8 seconds in my application. all other requests take 50-600ms. i would too appreciate to get some information about those peaks. kind regards, ingo On 14 Sep

[appengine-java] Re: How can i measure my apps performance in Appstats?

2010-08-17 Thread ingo
/browse/branches/honeycrm_r134_gwt2.1m2/src/honeycrm/server/transfer/DtoCopyMachine.java). Kind Regards, Ingo On 16 Aug., 17:28, Don Schwarz schwa...@google.com wrote: Hi Ingo, If you're making any API calls at all, there's a good chance that the performance of your application depends

[appengine-java] Re: How can i measure my apps performance in Appstats?

2010-08-16 Thread Ingo Jaeckel
more interested in the performance of my own code. what is the use of appstats if i cannot measure my apps performance (see previous postings)? kind regards, ingo 2010/8/13 Ingo Jaeckel ingo.jaec...@googlemail.com: hello everyone, i would like to make sure that i am reading the appstats output

[google-appengine] How to do full table scans for analysis on App Engine?

2010-07-18 Thread Ingo Jaeckel
performance good enough to allow showing reports on the client side i.e. can app engine retrieve and analyse (avg,min,max,grouping) huge amounts of data (10k - 1million rows) fast enough? kind regards, ingo -- You received this message because you are subscribed to the Google Groups Google App

[google-appengine] Re: How to do full table scans for analysis on App Engine?

2010-07-18 Thread Ingo Jaeckel
request..) and aggregating the data within the application (on server side). kind regards, ingo 2010/7/16 Ingo Jaeckel ingo.jaec...@googlemail.com: hello everyone, i want to provide detailed reports in my app. those reports require data aggregated across full tables. in the client i want

[google-appengine] How to do full table scans for analysis on App Engine?

2010-07-18 Thread ingo
the aggregations (e.g. by grouping and summing) completely within the datastore? currently i am experimenting with doing full table scans (but i can only retrieve 1000 items in one request..) and aggregating the data within the application (on server side). kind regards, ingo -- You received this message

Re: [appengine-java] How long is my application state hold on the app engine?

2010-07-14 Thread Ingo Jaeckel
. it would not be sufficient just to hold it within the app (thus within the jvm). because i will have different application stats across the different servers running my application in parallel and independently.. can anyone confirm this claim? kind regards, ingo 2010/7/13 ingo ingo.jaec

Re: [appengine-java] How long is my application state hold on the app engine?

2010-07-14 Thread Ingo Jaeckel
aah alright. thanks Don for the clarification! kind regards, ingo 2010/7/14 Don Schwarz schwa...@google.com: That is correct.  You can not maintain state within the JVM and expect to get any long-term persistence or coherency. You should use either memcache (which provides coherency

[appengine-java] How long is my application state hold on the app engine?

2010-07-13 Thread ingo
time to avoid reconstruction of them. however, it feels like the jvm is restarted relatively often (due to very low load on my app maybe) and thus the singletons are recreated during the jvm startup. kind regards, ingo -- You received this message because you are subscribed to the Google Groups