[appengine-java] Email from the Google App Engine

2011-07-06 Thread dm9289
Hello, I am fairly new to this, so would appreciate some advice. I would like to create a web application using the Google App Engine and as part of the app, I would like to formulate a partially populated email - but to give the end user the ability to edit that email prior to sending using

[appengine-java] Changing datastore property type

2011-07-06 Thread Jamie
I'm currently storing an ID property as an Integer in the datastore. This ID is actually an ID from a third party API. Recently they announced that this ID field will now be a String type. I understand that different entities of the same kind can have different properties as well as having the

[appengine-java] Re: Problem with BlobStore

2011-07-06 Thread Bilel LABIDI
Thanks for clarification. On 5 juil, 08:04, SwaminathanG swami...@gmail.com wrote: Hi, I got the same error, when i used Blob Store in my app. Blob Store services will be available only when u enable billing. Follow the link below http://code.google.com/appengine/docs/billing.html If

[appengine-java] Can we get lat/long data for given address ?

2011-07-06 Thread oceandrive
Can anyone tell me if there is a way to get latitude/longitude values for a given address -- 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

Re: [appengine-java] Can we get lat/long data for given address ?

2011-07-06 Thread Jeff Schnitzer
Google geocoding. Jeff On Wed, Jul 6, 2011 at 10:14 AM, oceandrive rams...@gmail.com wrote: Can anyone tell me if there is a way to get latitude/longitude values for a given address -- You received this message because you are subscribed to the Google Groups Google App Engine for Java

Re: [appengine-java] Can we get lat/long data for given address ?

2011-07-06 Thread Bruno Fuster
http://code.google.com/apis/maps/documentation/geocoding/#GeocodingResponses On Wed, Jul 6, 2011 at 3:11 PM, Jeff Schnitzer j...@infohazard.org wrote: Google geocoding. Jeff On Wed, Jul 6, 2011 at 10:14 AM, oceandrive rams...@gmail.com wrote: Can anyone tell me if there is a way to get

Re: [appengine-java] Changing datastore property type

2011-07-06 Thread jMotta
Jamie, I don't know if get it right, but if it's part of the key it is not possible to change. If this property is not part of the key, then you'll have to deal with it. Probably you're using some persistence framework such as JDO, JPA or Objectify. These are probably trying to bind the

Re: [appengine-java] Changing datastore property type

2011-07-06 Thread Jeff Schnitzer
On Wed, Jul 6, 2011 at 11:50 AM, jMotta jayrmo...@gmail.com wrote: Jamie, I don't know if get it right, but if it's part of the key it is not possible to change. It sounds like the id is being stored as a field/property of an entity - it's basically a foreign key. If this property is not

Re: [appengine-java] Changing datastore property type

2011-07-06 Thread jMotta
*Jamie*, What I meant when I mentioned the low-level API, is because there he will use the Entity type and retrieve the property value as an Object, also he will have full access to the properties that one entity have or not. But it's just for the matter of normalizing his database. Use it as

Re: [appengine-java] Major *MAJOR* Problems with Always On

2011-07-06 Thread Johan Euphrosine
Hi Scott, Sorry for the late followup, Please provide your application id on the ticket you opened: http://code.google.com/p/googleappengine/issues/detail?id=5253 Thanks in advance. On Fri, Jul 1, 2011 at 3:58 AM, Scott Murphy sc...@alwaysvip.com wrote: I can no longer successfully deploy an

Re: [appengine-java] Email from the Google App Engine

2011-07-06 Thread Christopher Merrill
yes it is. On Tue, Jul 5, 2011 at 11:19 PM, dm9289 danma...@hotmail.com wrote: Hello, I am fairly new to this, so would appreciate some advice.  I would like to create a web application using the Google App Engine and as part of the app, I would like to formulate a partially populated email

[appengine-java] Re: Channel API Disconnect not being hit every time.

2011-07-06 Thread Amorgos
Any views on this? Thanks On Jul 4, 9:41 am, Amorgos eurigjo...@gmail.com wrote: Hey, I have created servlet which is hooked onto the POSTs for /_ah/channel/ connected/ and /_ah/channel/disconnected/. This is hit most of the time, but it does not get executed every time. Is this expected

Re: [appengine-java] Re: Channel API Disconnect not being hit every time.

2011-07-06 Thread jMotta
Amorgos, I really didn't understand what you meant. You're sending a request to those addresses and they're not responding, that's it? Have you enabled the channel API on the appengine-web.xml? Jayr Motta Software Developer On Jul 6, 2011 6:54 PM, Amorgos eurigjo...@gmail.com wrote: Any views