[appengine-java] Appengine whitelist: can all Interfaces be used?

2011-06-12 Thread Dieter Krachtus
Hi, I am relatively new to Java appengine but I can imagine why one needs something like a whitelist. Still I am wondering if (and if not, why) all Interfaces are in the whitelist? Just one example: http://download.oracle.com/javase/1.4.2/docs/api/java/awt/Shape.html Cheers, Dieter -- You

[google-appengine] Re: Deploy app to several appengines at the same time..?

2010-12-22 Thread Dieter Krachtus
? On 21 dic, 08:18, Dieter Krachtus dieter.krach...@googlemail.com wrote: Hi, For different testing purposes I want to deploy the same app to 3 different appengines and make the new version the default version. So far I simply typed everything on the command line 3 times. I haven't

[google-appengine] Deploy app to several appengines at the same time..?

2010-12-20 Thread Dieter Krachtus
Hi, For different testing purposes I want to deploy the same app to 3 different appengines and make the new version the default version. So far I simply typed everything on the command line 3 times. I haven't given it much thought so far but I guess there is a more elegant approach to automate

[appengine-java] Running both Python and Java at the same time?

2010-10-17 Thread Dieter Krachtus
I run Python code on appengine. Now I would like to add some functionality written in Java. I guess I cannot run this on the same appengine? Thanks -- 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

[appengine-java] Re: Running both Python and Java at the same time?

2010-10-17 Thread Dieter Krachtus
just deployed...) Also pay attention to the fact that you will always have single default version available from APPNAME.appspot.com, this too can vary from python to java. HTH Maxim. On Sun, Oct 17, 2010 at 7:23 PM, Dieter Krachtus dieter.krach...@googlemail.com wrote: I run

[google-appengine] Re: Problems serving files with blank-space in the filename.

2010-09-28 Thread Dieter Krachtus
Do you have a link to the bug issue you opened? I am also interested when this is fixed. On Sep 28, 3:27 am, Mickey Kataria (Google Employee) mic...@google.com wrote: Thanks for reporting this.  I've reproduced the problem and filed a bug with the app engine engineering team.  There's no

[appengine-java] Way to enforce Appengine Whitelist in Eclipse?

2009-12-27 Thread Dieter Krachtus
Hi, is there a way to enforce the Appengine Whitelist in Eclipse? I would like to get a little Error-Icon as soon as I use a class not in the Whitelist. Cheers, Dieter -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to

[google-appengine] Security Warning in OSX..?

2009-08-30 Thread Dieter Krachtus
I just tested Chartle.net login under OSX and got this security warning: http://img247.imagevenue.com/img.php?image=87546_Picture_2_122_342lo.jpg Sounds quite scary. Any way not to show it to users? --~--~-~--~~~---~--~~ You received this message because you are

[google-appengine] Major update to appengine based www.chartle.net web service!

2009-08-13 Thread Dieter Krachtus
Over at www.chartle.net we added many new features, improvements bug fixes and feature-like bugs ;) just to name a few: # many GUI and usability improvements # consistent user interaction for different visualizations # import data from Excel/OpenOffice # copy/paste data into your

[google-appengine] Appengine down..?

2009-08-06 Thread Dieter Krachtus
Some users informed me that my appengine is down: www.chartle.net. I guess it is up again by the time you read this. Nonetheless... Is something planned for the appengine dashboard to notify users about downtime events? Or even send an info-email if the downtime exceeds a certain duration or an

[google-appengine] Re: Appengine down..?

2009-08-06 Thread Dieter Krachtus
Works again. Thanks. I was mainly writing to get downtime info in the dashboard. I guess there will always be down times. Something like a weekly/monthly concise appengine report by email would be nice. On Aug 6, 4:31 pm, Nick Johnson (Google) nick.john...@google.com wrote: Hi Dieter, We're

[google-appengine] Problems with Appengine: milliseconds/request value very high.

2009-06-02 Thread Dieter Krachtus
Hi since yesterday I encounter for hours at a time very unresponsive hosting. There are not more errors then usual but simply high milliseconds/request time. Although there are not many requests at the moment.

[google-appengine] Re: Very strange error inside of transactions..?

2009-05-17 Thread Dieter Krachtus
Some things cannot be done in the transaction block...like queries :) On May 17, 1:07 pm, Tim Hoffman zutes...@gmail.com wrote: I would suggest you include all of the code in this block If you are getting the error then I will trust the python interpreter over your code ;-) T On May 17,

[google-appengine] Re: I've reached my quota, only I have this great new name for my app

2009-04-25 Thread Dieter Krachtus
Hit me with an increase. +20 just to be safe ;) On Apr 24, 2:04 pm, Jeff S (Google) j...@google.com wrote: Hi Ted, I've increased the max apps count to 20 for your account. Rather than just creating a new account we'd prefer if people ask for an increase :-) Happy coding, Jeff On Fri,

[google-appengine] Issue 1378: Please allow specification of Content-Encoding (CE)

2009-04-20 Thread Dieter Krachtus
FYI I hope many people will star this issue: http://code.google.com/p/googleappengine/issues/detail?id=1378 Cheers, Dieter --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this

[google-appengine] Re: Transfer encoding for applets?

2009-04-20 Thread Dieter Krachtus
encoding, would you mind filing an issue in the tracker? http://code.google.com/p/googleappengine/issues/list Thank you, Jeff On Fri, Apr 17, 2009 at 4:59 PM, Dieter Krachtus dieter.krach...@googlemail.com wrote: hehe...I do. But mime-type is independent of Content-Encoding. The mime

[google-appengine] Transfer encoding for applets?

2009-04-17 Thread Dieter Krachtus
Hi, I would like to set the Content-Encoding for files of certain type to pack200-gzip? I would need it to increase the startup time for my applet at http://www.chartle.net Read more about it: http://java.sun.com/j2se/1.5.0/docs/guide/deployment/deployment-guide/pack200.html Quote: The

[google-appengine] Re: Transfer encoding for applets?

2009-04-17 Thread Dieter Krachtus
in the app.yaml? On Apr 17, 7:40 pm, Dieter Krachtus dieter.krach...@googlemail.com wrote: Hi, I would like to set the Content-Encoding for files of certain type to pack200-gzip? I would need it to increase the startup time for my applet athttp://www.chartle.net Read more about

[google-appengine] Re: Get ip visitor and http reffer in Google App Engine.

2009-03-19 Thread Dieter Krachtus
Pretty simple. Here I printed out some variables that contains probably everything you need: http://www.chartle.net/debug On Mar 19, 7:12 pm, Eduardo Aguila jamr...@gmail.com wrote: How i can get ip visitor and http reffer in Google App Engine in a var?, thanks guys -- Saludos Cordiales

[google-appengine] Re: Chartle.net - application based on Google App Engine

2009-03-17 Thread Dieter Krachtus
You mean internally? Different technologies. Google Charts, Google Visualization, an Internal Chart Renderer, etc. On Mar 17, 2:59 pm, Amr Ellafi amrl...@gmail.com wrote: what do you use for charting by the way ? On Tue, Mar 17, 2009 at 2:39 PM, Dieter Krachtus dieter.krach

[google-appengine] Re: Chartle.net - application based on Google App Engine

2009-03-17 Thread Dieter Krachtus
: what do you use for charting by the way ? On Tue, Mar 17, 2009 at 2:39 PM, Dieter Krachtus dieter.krach...@googlemail.com wrote: Thanks! Actually it is an early alpha (incomplete and buggy Undo/Redo, etc.), but I was bored running it locally so I put it online. I hope I

[google-appengine] Chartle.net - application based on Google App Engine

2009-03-16 Thread Dieter Krachtus
I created a webapp to create charts, plots and maps using the Google Chart API and the Google Visualization API. The webapp is hosted using Google Appengine. I would like to get your feedback. http://www.chartle.net Cheers, Dieter --~--~-~--~~~---~--~~ You