[appengine-java] Support of Java Keystore Files for SSL Connections

2012-01-29 Thread Doug
. Thanks, Doug -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine-java/-/J0oa8lqe0ckJ. To post to this group, send email to google-appengine-java

[appengine-java] Re: Any inputs for How to use the DataStore for Java?

2011-12-28 Thread Doug
to (convert?) and store (then get...) Strings containing non-alphanumeric characters with LLAPI? Many Thanks Doug -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To view this discussion on the web visit https://groups.google.com/d/msg

[appengine-java] Java 5 and Remote API

2011-12-24 Thread Doug
? class file has wrong version 50.0, should be 49.0 Thanks, Doug -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine-java/-/1Zjug3EggJ8J. To post

[appengine-java] Datastore Reads

2011-10-01 Thread Doug
where in a single fetch you could be getting 1 or more rows of data. So, do anyone know what a datastore read is or can you point me in the right direction for documentation on this? Thanks, Doug -- You received this message because you are subscribed to the Google Groups Google App Engine

Re: [appengine-java] Data via FTP

2011-03-26 Thread Doug
Thank you. I stared the item. This would be a great feature to add. Doug -- 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-java@googlegroups.com. To unsubscribe from this group

[appengine-java] Data via FTP

2011-03-25 Thread Doug
to either receive the file via FTP into an application or get a file via FTP. Any suggestions? I have a Google Apps account, but I don's see anything that I could use in combination with App Engine to make this work. I appreciate any help and/or ideas that anyone has. Thanks, Doug -- You

[appengine-java] Task Queue API Update

2011-01-23 Thread Doug
? Thanks, Doug -- 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-java@googlegroups.com. To unsubscribe from this group, send email to google-appengine-java+unsubscr...@googlegroups.com

[appengine-java] Re: how to query TaskQueue for count of running/pending tasks?

2011-01-23 Thread Doug
of tasks on each queue. I don't recall how they were handling authentication. Doug -- 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-java@googlegroups.com. To unsubscribe from

Re: [appengine-java] GAE deployment failure

2010-11-18 Thread Doug
I have the same issue. It started about an hour ago. Anyone have any ideas how to resolve? Doug -- 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

[appengine-java] Delete using low-level API

2010-10-16 Thread Doug
Good Morning, If I have the key and/or ID/name of a datastore object how can I delete it using the low-level API? I have looked though the java doc, but have not been able to find a delete method. Thanks, Doug -- You received this message because you are subscribed to the Google Groups

[appengine-java] Re: Delete using low-level API

2010-10-16 Thread Doug
I think I found it. the delete method is in DatastoreService. Doug -- 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

[appengine-java] Re: Sharded Counters in Java not using Transactions?

2010-09-24 Thread Doug Daniels
?): http://code.google.com/p/googleappengine/issues/detail?id=3778q=shardedcolspec=ID%20Type%20Status%20Priority%20Stars%20Owner%20Summary%20Log%20Component On Sep 21, 12:24 pm, Doug Daniels daniels.doug...@gmail.com wrote: I'm going through the Sharded Counters example in Java:http

[appengine-java] Sharded Counters in Java not using Transactions?

2010-09-21 Thread Doug Daniels
I'm going through the Sharded Counters example in Java: http://code.google.com/appengine/articles/sharding_counters.html I have a question about the implementation of the increment method. In python it explicitly wraps the get() and increment in a transaction. In the Java example it just

[appengine-java] Use BlobstoreService and ImageService to upload/serve images drawn from an HTML5 canvas Paintweb JS Library

2010-09-19 Thread Doug Daniels
I'm working on an Appengine application in Java that allows users to upload images drawn through an HTML5 canvas library called PaintWeb (http://code.google.com/p/paintweb/). Currently I have a servlet that receives the XMLHttpRequest POST from the paintweb javascript library as a formencoded

[appengine-java] Re: Use BlobstoreService and ImageService to upload/serve images drawn from an HTML5 canvas Paintweb JS Library

2010-09-19 Thread Doug Daniels
save me resources in the long run (the images are simple small drawings that could be viewed many many more times than the upload time so I feel like I'd get benefit storing/serving from the BlobstoreService. On Sep 19, 3:02 pm, Doug Daniels daniels.doug...@gmail.com wrote: I'm working

[appengine-java] Datastore and Polymorphic support getObjectByID(Parent.class, childKey)

2010-07-12 Thread Doug Daniels
I'm trying to model a polymorphic relationship in JDO, ListGameRound where each GameRound could be either a TextRound or PictureRound. I've followed the documentation and modeled the association as a ListKey as described:

[appengine-java] Re: HIPAA compliance

2010-01-03 Thread Doug
From reading the Google Health FAQ I think the answer to your question is no, but they don't need to be. Is Google Health covered by HIPAA? Unlike a doctor or health plan, Google Health is not regulated by the Health Insurance Portability and Accountability Act (HIPAA), a federal law that

[appengine-java] Re: Filtering by Date using the Datastore Low Level API

2009-11-27 Thread Doug
Correcting the SimpleDateFormat solved the problem. Thank you for catching that! Doug On Nov 27, 5:26 am, m seleron seler...@gmail.com wrote: Hi, Though it might be unrelated. I think that Date and Time Patterns of SimpleDateFormat is [MM] Month in year [mm] Minute in hour. thanks

[appengine-java] Filtering by Date using the Datastore Low Level API

2009-11-26 Thread Doug
events. It selected the 2010 events, but not the December 2009 events. Anyone have any suggestions for how I can select all of the future events? Thanks, Doug -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group