[appengine-java] Re: Image Upload From Android Phone

2011-06-29 Thread andrew
Write a servlet that accepts a multi-part mime post with image as one part. Parse out and save file part to blobstore. In Android app, add Apache HTTP multi-part JAR to project and use FileBody to add image file as a part and post to server. -- You received this message because you are subscribe

[appengine-java] Love Yao wants to chat

2011-06-29 Thread Love Yao
--- Love Yao wants to stay in better touch using some of Google's coolest new products. If you already have Gmail or Google Talk, visit: http://mail.google.com/mail/b-b0c4b49ec3-fa4e9ecfc6-e-SR4LxENUHBYkPjANs5OIWWJFs You'll need

[appengine-java] any working solution for creating and emailing PDFs on the fly for app engine?

2011-06-29 Thread Vik
Hie I have already failed attempts trying pdfJet and iText . they does nt seems to be working with app engine for my requirement of creating a pdf on the fly and emailing it to someone. Please tell if someone has a working sample for the same on app engine using any sort of library or framework.

[appengine-java] doGet: null

2011-06-29 Thread pac
In production log I see good few doGet: null when a task servlet is executed. Though I have code under try catch and handling Exception and printing whole stack trace if anything is wrong, but nothing. Any thoughts? -- You received this message because you are subscribed to the Google Groups

[appengine-java] Optional custom index

2011-06-29 Thread John Patterson
Hi All, I just wanted to share some timings and a performance tip that I wasn't previously aware of on the HR datastore (should also apply to MS datastore). I had a query that was the limiting factor for my page load time. It was taking on avg 280ms to query with two equality filters across

[appengine-java] Cost of using async-session-persistence?

2011-06-29 Thread Mike Lawrence
What is the financial cost associated with using this feature? IE how many additional API calls/datastore accesses/bytes transferred/ etc can one expect? http://code.google.com/p/googleappengine/issues/detail?id=1692 -- You received this message because you are subscribed to the Google Groups "

[appengine-java] Re: Image Upload From Android Phone

2011-06-29 Thread dharma teja vooturi
hi, when blobstoreService.createUploadUri("/uploadimage") is used in the form it has access to the file on the desktop if it is a webclient.I am not using webview in android . I used httpclient to post key value pairs it worked fine...but with images this api comes in between. What do u mean

Re: [appengine-java] Query sort orders with numeric String

2011-06-29 Thread Evan Cheng
I got it, it's normal behavior for String ordering. Thank you. On Wed, Jun 29, 2011 at 9:44 PM, suchitra nair wrote: > Hey.. > From what i c, its ordering it as string n not as numbers.. the > datatype u'v declared is string n not int or numeric for that matter.. 1 > comes before 2 when

Re: [appengine-java] Query sort orders with numeric String

2011-06-29 Thread suchitra nair
Hey.. From what i c, its ordering it as string n not as numbers.. the datatype u'v declared is string n not int or numeric for that matter.. 1 comes before 2 when strings are compared.. Hope this helps.. On Wed, Jun 29, 2011 at 7:02 PM, Evan Cheng wrote: > The result comes like the f

Re: [appengine-java] Query sort orders with numeric String

2011-06-29 Thread Evan Cheng
The result comes like the following: 1 11000 12000 13000 2000 3000 4000 OH, MY GOD... -- 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

[appengine-java] Query sort orders with numeric String

2011-06-29 Thread Evan Cheng
Hi all, When I query.setOrdering("tableName asc") where tableName is the String, I found the result was not the expected. Ex: 18000 will ordered before 2000 Does anyone know how to solve it ?? Thanks. Yu-Lin -- You received this message because you are subscribed to the Google Groups "Googl

[appengine-java] Re: GAE Eclipse Plugin for Indigo (3.7)

2011-06-29 Thread David Chandler
Yes! http://googlewebtoolkit.blogspot.com/2011/06/gpe-support-for-eclipse-indigo-37.html On Jun 28, 10:03 am, JT wrote: > Team, will the plugin works with recently released Eclipse 3.7? Thanks. -- David Chandler Developer Programs Engineer, GWT+GAE w: http://code.google.com/ b: http://googleweb

[appengine-java] Re: Channel API

2011-06-29 Thread BB
I had suggested it but it hasn't been added until now https://code.google.com/p/gwt-gae-channel/issues/detail?id=10&can=1 -- 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.goo