[appengine-java] GAE Arabic Support

2011-05-21 Thread Ahmed Shoeib
using this code i persist data to GAE Store but when storing Arabic it's format in Store become ? how to support persist Arabic Text in GAE DataStore ??? the code : PersistenceManager manager = PMF.get().getPersistenceManager(); Category category = new Category(categoryName);

[appengine-java] Queries and Indexes inquiry

2011-05-17 Thread Ahmed Shoeib
at this link http://code.google.com/appengine/docs/java/datastore/queries.html i found that you can return query result with an easy way and add filter and so on and to get the result list : ListEntity results = datastore.prepare(query).asList(FetchOptions.Builder.withDefaults()); my question

[appengine-java] Properties With Multiple Values Can Have Surprising Behaviors

2011-05-14 Thread Ahmed Shoeib
at this link http://code.google.com/appengine/docs/java/datastore/queries.html#Restrictions_on_Queries i found this topic : Properties With Multiple Values Can Have Surprising Behaviors but i couldn't understand how can i solve this issue and why this problem occur ??? can anyone help me in

[appengine-java] sending mail @ specific time using GAE

2010-12-27 Thread Ahmed Shoeib
hi all, i need to make my application send mail @ specific time how i can do it ??? please help -- 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

[appengine-java] Re: sending mail @ specific time using GAE

2010-12-27 Thread Ahmed Shoeib
how to integrate sending Mail with crons ? On Dec 27, 2:30 pm, Didier Durand durand.did...@gmail.com wrote: Hi, The best way is to use scheduled tasks: all details athttp://code.google.com/appengine/docs/java/config/cron.html regards didier On Dec 27, 1:09 pm, Ahmed Shoeib

[appengine-java] Re: sending mail @ specific time using GAE

2010-12-27 Thread Ahmed Shoeib
how to integrate sending Mail with crons ? On Dec 27, 2:30 pm, Didier Durand durand.did...@gmail.com wrote: Hi, The best way is to use scheduled tasks: all details athttp://code.google.com/appengine/docs/java/config/cron.html regards didier On Dec 27, 1:09 pm, Ahmed Shoeib

[appengine-java] Re: sending mail @ specific time using GAE

2010-12-27 Thread Ahmed Shoeib
how to integrate sending Mail with crons ? On Dec 27, 2:30 pm, Didier Durand durand.did...@gmail.com wrote: Hi, The best way is to use scheduled tasks: all details athttp://code.google.com/appengine/docs/java/config/cron.html regards didier On Dec 27, 1:09 pm, Ahmed Shoeib

[appengine-java] Mail API inquiry

2010-12-27 Thread Ahmed Shoeib
hi all , i know how to send mail message using Java Mail API but my code need email password to send the message . is there is any other way to send mail without needs to email password ( for example using UserService associated with GAE ) . please help me. -- You received this message

[appengine-java] Re: sending mail @ specific time using GAE

2010-12-27 Thread Ahmed Shoeib
thanks didier for your help On Dec 27, 2:43 pm, Didier Durand durand.did...@gmail.com wrote: Hi, Use the mail service to program the sending of your emails :http://code.google.com/appengine/docs/java/mail/ regards didier On Dec 27, 1:41 pm, Ahmed Shoeib ahmedelsayed.sho...@gmail.com

[appengine-java] Java Mail Api Error With GAE

2010-12-27 Thread Ahmed Shoeib
hi all, i use this code for sending mail http://code.google.com/appengine/docs/java/mail/usingjavamail.html and after uploading this application to AppEngine account i face this problem javax.servlet.ServletContext log: Exception while dispatching incoming RPC call

[appengine-java] Re: Java Mail Api Error With GAE

2010-12-27 Thread Ahmed Shoeib
yeah, i found this thanks alot Sumi On Dec 27, 9:59 pm, Sumi sumi...@gmail.com wrote: are you using any of these mail.jar, mailapi.jar, smpt.jat and pop3.jar in your project?if so remove them .. On Mon, Dec 27, 2010 at 11:44 AM, Ahmed Shoeib ahmedelsayed.sho...@gmail.com wrote: hi all

[appengine-java] AppEngine Inquiries

2010-11-11 Thread Ahmed Shoeib
hi , now i have mobile application need to communicate with AppEngine Account to store Data retrieve it whenever need it . another appEngine need this Data to make statistics about this Data . now the Question : what is the perfect way to Do That : 1 - make the mobile App Send This Data To

[appengine-java] how to send DataStore Between To Java AppEngine Accounts

2010-11-11 Thread Ahmed Shoeib
hi , is there a direct way to send dataStore from on appEngine Account to another one ??? how can i do this ?? thanks . -- 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

[appengine-java] ِApp Engine Quotas

2010-09-23 Thread Ahmed Shoeib
now i want to know if my website grows up how can i know how much i will pay for this grow -- 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

[appengine-java] Re: ِApp Engine Quotas

2010-09-23 Thread Ahmed Shoeib
 exceed the free quota, seehttp://code.google.com/appengine/docs/billing.html#Billable_Quota_Uni... to see the additional costs didier On Sep 23, 12:26 pm, Ahmed Shoeib ahmedelsayed.sho...@gmail.com wrote: now i want to know if my website grows up how can i know how much i will pay

[appengine-java] Re: problem, please help me

2010-09-18 Thread Ahmed Shoeib
. and complete successfully? Did the dashboard Datastore Indexes  page report the index is defined? being built? You should set autoGenerate=false  if you want to manually define the indexes. On Fri, Sep 17, 2010 at 5:24 PM, Ahmed Shoeib ahmedelsayed.sho...@gmail.com wrote: but i wanna

[appengine-java] problem, please help me

2010-09-17 Thread Ahmed Shoeib
my code work very well in my localhost after a time from uploading the code on appspot i face this problem what is this problem how i can solve it ? 1 - First This is Warning### W 09-17 01:38PM

[appengine-java] Re: problem, please help me

2010-09-17 Thread Ahmed Shoeib
also be a chance that the Quote index is still being built.https://appengine.google.com/datastore/indexes On Fri, Sep 17, 2010 at 2:05 PM, Ahmed Shoeib ahmedelsayed.sho...@gmail.com wrote: my code work very well in my localhost after a time from uploading the code on appspot i face

[appengine-java] Re: problem, please help me

2010-09-17 Thread Ahmed Shoeib
as described athttp://code.google.com/appengine/docs/java/config/indexconfig.html#Us... On Fri, Sep 17, 2010 at 3:36 PM, Ahmed Shoeib ahmedelsayed.sho...@gmail.com wrote: i found these indexes for quote datastore-index kind=Quote ancestor=false source=auto         property name=state

[appengine-java] Re: problem, please help me

2010-09-17 Thread Ahmed Shoeib
but i wanna to tell you another query for this Table done successfully i don't know why this problem done ?? On Sep 18, 3:20 am, Ahmed Shoeib ahmedelsayed.sho...@gmail.com wrote: i removed the datastore-indexes-auto.xml and replaced it by datastore-indexes.xml and make these indexes ?xml

[appengine-java] Re: Facebook API Integration

2010-08-20 Thread Ahmed Shoeib
like to know more. http://developers.facebook.com/docs/api On Aug 18, 3:40 pm, Peter Simun si...@seges.sk wrote: This can helps youhttp://java.dzone.com/articles/efective-json-google-web Peer On 18. Aug, 13:05 h., Ahmed Shoeib ahmedelsayed.sho...@gmail.com wrote: hi all , i want

[appengine-java] Re: Facebook API Integration

2010-08-19 Thread Ahmed Shoeib
Thanks Didier On Aug 19, 5:31 am, Didier Durand durand.did...@gmail.com wrote: Hi, http://code.google.com/appengine/articles/shelftalkers.html Good luck didier On Aug 18, 1:05 pm, Ahmed Shoeib ahmedelsayed.sho...@gmail.com wrote: hi all , i want a simple application explain how

[appengine-java] Facebook API Integration

2010-08-18 Thread Ahmed Shoeib
hi all , i want a simple application explain how to integrate facebook api with my app engine application best regards, ahmed shoeib java developer -- 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

[appengine-java] presentation about GAE

2010-08-18 Thread Ahmed Shoeib
hi all , i want a presentation about google app engine how to make application , how to deploy it , how to manage the application best regards, ahmed shoeib java developer -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post

[appengine-java] google app engine Inquiry

2010-08-10 Thread Ahmed Shoeib
Can i use jquery in my app engine application or not ? and if i can i want tutorial explain how to use it thanks ahmed shoeib Java Developer -- 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

[appengine-java] gmail contacts

2010-08-02 Thread Ahmed Shoeib
Hi All , i want to get my gmail contacts and able to send message to anyone of them how i can do that ??? thanks for advance, ahmed shoeib java developer -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group