Re: [appengine-java] appspot.com without www domain names - but not a general word to remember and refer to -

2011-07-17 Thread jMotta
on BlackBeltFactory.comhttp://www.blackbeltfactory.com/ui#!User/jmotta/ref=jmotta ! On Sun, Jul 17, 2011 at 12:11 PM, dreamer venugopal.vasire...@gmail.comwrote: Hi, My apps url is http://schoolk12.appspot.com/;. I had hard time remembering this URL, for sure I can not expect general user

Re: [appengine-java] Re: appspot.com without www domain names - but not a general word to remember and refer to -

2011-07-17 Thread jMotta
, do something useful, work on your business, that's it. *Jayr Motta* Software Developer * * I'm on BlackBeltFactory.comhttp://www.blackbeltfactory.com/ui#!User/jmotta/ref=jmotta ! On Sun, Jul 17, 2011 at 1:10 PM, dreamer venugopal.vasire...@gmail.comwrote: =Why don't you buy one? One

Re: [appengine-java] Re: Unauthorized Sender Error when trying to send an email (User logged in with Google Account)

2011-07-15 Thread jMotta
* * I'm on BlackBeltFactory.comhttp://www.blackbeltfactory.com/ui#!User/jmotta/ref=jmotta ! On Fri, Jul 15, 2011 at 6:38 AM, Zbój homol...@gmail.com wrote: I'm having the same problem. The sender of the email is the user who's currently signed in and I'm getting this exception too. Sending

Re: [appengine-java] Sending sms from mobile clients to GAE

2011-07-11 Thread jMotta
! :) *Jayr Motta* Software Developer * * I'm on BlackBeltFactory.comhttp://www.blackbeltfactory.com/ui#!User/jmotta/ref=jmotta ! On Mon, Jul 11, 2011 at 8:25 AM, pramod kumarg pramodkuma...@gmail.comwrote: Hi, anybody plz lead me how to acheive Sending sms from mobile clients to GAE using any

Re: [appengine-java] Specifying cache expiration

2011-07-07 Thread jMotta
). I think that's it. :P *Jayr Motta* Software Developer * * I'm on BlackBeltFactory.comhttp://www.blackbeltfactory.com/ui#!User/jmotta/ref=jmotta ! On Thu, Jul 7, 2011 at 6:55 AM, Vik vik@gmail.com wrote: Hie I used PageSpeed chrome extension to analyze my app home page which

Re: [appengine-java] Reading Blobstore data

2011-07-07 Thread jMotta
on BlackBeltFactory.comhttp://www.blackbeltfactory.com/ui#!User/jmotta/ref=jmotta ! On Thu, Jul 7, 2011 at 9:19 AM, Luca Matteis lmatt...@gmail.com wrote: Hello, I'm trying to simply read blobstore data without using the .serve() method. It seems like I can use the .fetchData() method

Re: [appengine-java] Changing datastore property type

2011-07-06 Thread jMotta
code to adapt your entities to your new schema. *Jayr Motta* Software Developer * * I'm on BlackBeltFactory.comhttp://www.blackbeltfactory.com/ui#!User/jmotta/ref=jmotta ! On Wed, Jul 6, 2011 at 2:10 AM, Jamie ja...@mapstagram.com wrote: I'm currently storing an ID property as an Integer

Re: [appengine-java] Changing datastore property type

2011-07-06 Thread jMotta
Developer * * I'm on BlackBeltFactory.comhttp://www.blackbeltfactory.com/ui#!User/jmotta/ref=jmotta ! On Wed, Jul 6, 2011 at 4:03 PM, Jeff Schnitzer j...@infohazard.org wrote: On Wed, Jul 6, 2011 at 11:50 AM, jMotta jayrmo...@gmail.com wrote: Jamie, I don't know if get it right

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

Re: [appengine-java] Problem with BlobStore

2011-07-04 Thread jMotta
In fact there is, but yet your application need to enable billing. http://code.google.com/appengine/docs/quotas.html#Blobstore *Jayr Motta* Software Developer * * I'm on BlackBeltFactory.comhttp://www.blackbeltfactory.com/ui#!User/jmotta/ref=jmotta ! On Mon, Jul 4, 2011 at 9:31 AM, Bilel

Re: [appengine-java] Aw: Bytearrays as Strings in Google Datastore

2011-07-04 Thread jMotta
Thanks for the clarification, I was curious about what could be the causing of the error! :) *Jayr Motta* Software Developer * * I'm on BlackBeltFactory.comhttp://www.blackbeltfactory.com/ui#!User/jmotta/ref=jmotta ! On Mon, Jul 4, 2011 at 12:54 PM, meiaestro jmalbre...@gmx.de wrote

Re: [appengine-java] JDO: how to add a child without the collection

2011-07-04 Thread jMotta
on BlackBeltFactory.comhttp://www.blackbeltfactory.com/ui#!User/jmotta/ref=jmotta ! On Mon, Jul 4, 2011 at 11:54 AM, Thiago thiagorossi...@gmail.com wrote: Hi. I'm using Google App Engine and I really liked it. It was a bit difficult in the beginning because there are more documentation for Python and I only

Re: [appengine-java] [Objectify] logical constraints and null values

2011-07-04 Thread jMotta
on BlackBeltFactory.comhttp://www.blackbeltfactory.com/ui#!User/jmotta/ref=jmotta ! On Mon, Jul 4, 2011 at 5:30 PM, hadf hadrien.for...@gmail.com wrote: Hello, Two questions : How can I filter a query with logical constraints (or, and) ? (where attribut = foo1 or attribut = foo2

Re: [appengine-java] Does anyone use sitebricks?

2011-07-01 Thread jMotta
{ @Override protected void configureServlets() { serve(/bus/prototype).with(PrototypeServiceImpl.class); } } I hope it helps you. :) *Jayr Motta* Software Developer * * I'm on BlackBeltFactory.comhttp://www.blackbeltfactory.com/ui#!User/jmotta/ref=jmotta ! On Fri, Jul 1, 2011 at 9:21 AM, Drew

Re: [appengine-java] Global count down timer

2011-06-27 Thread jMotta
multiple instances / requests safety from concurrent access issues and given the cloud nature of it is use the datastore and memcache. *Jayr Motta* Software Developer * * I'm on BlackBeltFactory.comhttp://www.blackbeltfactory.com/ui#!User/jmotta/ref=jmotta ! On Mon, Jun 27, 2011 at 12:48 PM

Re: [appengine-java] Global count down timer

2011-06-27 Thread jMotta
as possible, why don't you use the cron service to check in certain intervals instead of keeping a thread running wasting computional power? *Jayr Motta* Software Developer * * I'm on BlackBeltFactory.comhttp://www.blackbeltfactory.com/ui#!User/jmotta/ref=jmotta ! On Mon, Jun 27, 2011 at 3:13 PM