[google-appengine] Use Of Deprecated Code

2010-04-08 Thread JoeM
Hello,

This post is directed to the appengine developers who work for Google.

In the past I have, on my local appengine server, fixed source code
to
eliminate use of deprecated code.  But going forward I see it is much
better if the fix is made at the source of the distribution.

I am running Ubuntu 9.10 on my desktop system where I run the local
appengine server and I get the message below when I start the server.

/home/joe/google_appengine_1.3.2/google/appengine/tools/appcfg.py:41:
DeprecationWarning: the sha module is deprecated; use the hashlib
module instead
  import sha
/home/joe/google_appengine_1.3.2/google/appengine/tools/
dev_appserver_login.py:33: DeprecationWarning: the md5 module is
deprecated; use hashlib instead
  import md5


Joe

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Transparent Data Transfer

2010-03-14 Thread JoeM
Hi All,

Can I take the datastore file that results from hosting a Google
appengine server on my local machine and directly insert that data
into Google's real online datastore by an operation that is simple and
direct ?

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Cloud

2009-11-12 Thread JoeM
Hi Jesaja,

Thank you for your response.  Yes, what I was interested in and meant
was whether or not an appengine Java app could access the same
datastore resident data as an appengine Python app.

Joe

On Nov 12, 12:57 am, Jesaja Everling jeverl...@gmail.com wrote:
 Hi Joe,

 I don't know what you mean with cloud exactly, but you can have
 different version of the same up use different languages:

 http://googleappengine.blogspot.com/2009/06/10-things-you-probably-di...
 Something that's less known is that the different app versions don't
 even have to have the same runtime! It's perfectly fine to have one
 version of an app using the Java runtime and another version of the
 same app using the Python runtime.

 So I would say the answer is yes. In this case both languages can even
 access the same datastore.

 Best Regards,

 Jesaja EverlingOn Thu, Nov 12, 2009 at 4:39 AM, JoeM 
 joe.mansig...@gmail.com wrote:

  Do appengine Python applications and appengine Java applications
  access the same cloud ?
  --~--~-~--~~~---~--~~
  You received this message because you are subscribed to the Google Groups 
  Google App Engine group.
  To post to this group, send email to google-appengine@googlegroups.com
  To unsubscribe from this group, send email to 
  google-appengine+unsubscr...@googlegroups.com
  For more options, visit this group 
  athttp://groups.google.com/group/google-appengine?hl=en
  -~--~~~~--~~--~--~---

--

You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=.




[google-appengine] Cloud

2009-11-11 Thread JoeM

Do appengine Python applications and appengine Java applications
access the same cloud ?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Future of Google App Engine?

2009-09-19 Thread JoeM

Hello Rob,

I think that your expectations for the near term are too high. Cloud
computing is an emerging technology and the best computer scientists
are still grappling with newly discovered issues. Google has embarked
on a very ambitious path in deploying a global application hosting
service.  Something as colossal in scope as global cloud computing
will take some time to stabilise. But Google will hang in and has the
talented people to make app engine a robust service.

Joe

On Sep 15, 10:05 pm, Rob Osborne robert.osbo...@gmail.com wrote:
 I hope this posting doesn't come across as harsh.  I'm just being
 pragmatic about what I need to do for the applications I'm currently
 running and developing on Google App Engine and for the users on those
 applications.

 I read the email Maintenance Schedule for 2009 with some dismay,
 the three new maintenance slots plus the previous maintenance and
 service issues in July mean the application uptime for July-Dec is, at
 best, 3 nines.  5pm PST sits directly in the middle of my applications
 heaviest usage time (7-9pm EST) making the apparent uptime for July-
 Dec of this year well under 2 nines.

 I've been following with interest the problems that Peter has been
 having, his open letter and Ryan's response.

 So the real question to the GAE team is:

 When will GAE stop being a preview release and become an actual
 service offering; with SLA's, 24/7 support, customer friendly
 maintenance windows and 4 or 5 nines of uptime?  Is this on a roadmap
 that can be made public?

 The _Why App Engine_ page says Google has a reputation for highly
 reliable, highperformanceinfrastructure. With App Engine you can
 take advantage of the 10 years of knowledge Google has in running
 massively scalable,performancedriven systems. and that is what
 initially attracted me to the service.  What made me actually develop
 on it was how easy it was to publish and maintain applications and
 versions.  Unfortunately the ongoing downtime,performanceand
 reliability issues may be driving me away.

 Rob.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: are end users concerned with phishing Google Accounts ?

2009-08-04 Thread JoeM

If password controlled access is needed trust will be an issue no
matter who implements the procedure.

-Joe

On Aug 1, 3:20 pm, pca pierre.carbonne...@gmail.com wrote:
 I'm discovering Google App, and preparing an App for the general
 public, mostly for FireFox users.  User identification will be
 required, and I'm hesitating between using Google Accounts or my own
 user identification.  I'd be happy to receive comments on my analysis
 of the 2 options below, and my questions.

 If I use Google Accounts, my users will log using their google e-mail
 and password : if they already have a google account, it's easy for
 them as they don't have to create a new account on my site.  It's also
 very easy for me : I don't have to develop anything.

 However:
 - some users may not have a google account, and may not want to create
 one because they are afraid of Google for their privacy
 - some users may be wary of giving their Google e-mail and password to
 another site, not realising that my site won't have access to it.
 They would be afraid of me phishing them, although it clearly would
 not the case here.

 How big are these issues ?  I see that Giftag is not using Google
 Accounts.  Is there any large service for the general public that is
 using Google Accounts ?  Is there any numeric information that could
 help make this decision ?

 Any comments welcome.

 PCa
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Datastore Utility

2009-07-15 Thread JoeM

Hi All,

Does anyone know of a datastore utility that can do the following
things:

1)  Run on a developers machine accessing the local datastore.
2)  Test the integrity of a .datastore file.
3)  Present the schema of the .datastore file.
4)  Allow interactive queries from a command line or GUI interface.

Thanks, Joe
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Python Vs Java in GAE

2009-06-10 Thread JoeM

Ashish,
This is like asking us who you should marry.  Both can do everything
you need.
Joe

On Jun 9, 6:40 am, Ashish Agarwal agarwal.ashi...@gmail.com wrote:
 Hello Friends,

   I want to know which language is best for creating application in
 GAE. I have both the options in my hand, I can go for python as well
 as Java. Could any one please let me know what are the advantage and
 disadvantage of each language as compare to other language.

 Thanks
 Ashish Agarwal
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Are you a human ?

2009-04-19 Thread JoeM

To Tom and Everyone,

I didn't know that the datastore was protected by captchas.  I have
always had a lot of trouble making out what the captcha is supposed to
signify even with up to date prescription glasses on.  So I hope that
when I try to deploy my application I will be able to make it out.
Does anyone else have trouble with captchas ?

On Apr 18, 5:34 am, Tom Wu service.g2...@gmail.com wrote:
 Hi All,

 During my large database put into datastore, it shows
   Please go to
     https://www.google.com/accounts/DisplayUnlockCaptcha\n;
     and verify you are a human. Then try again.)

 Yeah, I am a human.  ha ha ha!  Are you human ?

 The captcha will stop my application until I unlock the captcha.

 Is anyway to get my app continue without crack the captcha ?

 Best Regards
 Tom Wu
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---