[appengine-java] SQL Service

2011-10-11 Thread Muhammad Ijaz Khan
Any thoughts on thishttp://googleappengine.blogspot.com/2011/10/google-cloud-sql-your-database-in-cloud.htmlannouncement, please share :) -- 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

Re: [appengine-java] SQL Service

2011-10-11 Thread Muhammad Ijaz Khan
Yes, but even when I searched my mailbox I didnt find anything :$ On Tue, Oct 11, 2011 at 4:38 PM, Matthew Jaggard matt...@jaggard.org.ukwrote: You're not a regular here are you?! On 11 October 2011 14:24, Muhammad Ijaz Khan aija...@gmail.com wrote: Any thoughts on this announcement, please

Re: [appengine-java] A couple of datastore questions!

2011-05-04 Thread Muhammad Ijaz Khan
so no other way? On Wed, May 4, 2011 at 12:08 AM, Muhammad Ijaz Khan aija...@gmail.comwrote: This is exactly what I am doing for now but was wondering if there is a better way and better way of loading the actual object from key. Thanks for your comment as it reduced my loneliness :) On Wed

[appengine-java] A couple of datastore questions!

2011-05-03 Thread Muhammad Ijaz Khan
Hi, I am building an application and have used JDO for datastore for implementing use cases. Now when I am implementing the backend machine which is a bit complex in relationships among objects then I am facing hard times with JDO (May be due to lack of my knowledge). I have following questions to

Re: [appengine-java] A couple of datastore questions!

2011-05-03 Thread Muhammad Ijaz Khan
, Muhammad Ijaz Khan aija...@gmail.com wrote: Hi, I am building an application and have used JDO for datastore for implementing use cases. Now when I am implementing the backend machine which is a bit complex in relationships among objects then I am facing hard times with JDO (May be due

[appengine-java] Two fields of sister classes in an entity!

2011-04-20 Thread Muhammad Ijaz Khan
Hi, App engine doesnt allow yet, two fields of same class type as it says Class Card has multiple relationship fields of type Red: border1 and border2. This is not yet supported. But can we use fields of different inherited classes from one parent? eg. Card may have Red and Blue field types but

Re: [appengine-java] Re: Two fields of sister classes in an entity!

2011-04-20 Thread Muhammad Ijaz Khan
aah, I thought the same and tried with my jdo app but getting other errors so thought to ask while i solve that issue :s On Wed, Apr 20, 2011 at 5:08 PM, Simon Knott knott.si...@gmail.com wrote: What storage mechanism are you using JPA or JDO? I'm assuming that if you've got the error message

Re: [appengine-java] Re: GAE or EC2

2010-11-14 Thread Muhammad Ijaz Khan
do you have specific point to be careful in schema design? or pointers to any read? thanks. On Sun, Nov 14, 2010 at 11:56 AM, andrew aute...@gmail.com wrote: Just to reply to the point about persistence: 1, GAE The benefits are obvious. However, it is also locking you inyou don't

Re: [appengine-java] Re: GAE or EC2

2010-11-13 Thread Muhammad Ijaz Khan
Hi, Anyone having any other reference to GAE/EC2 comparison or other literature please share as I am working on a comparison assignment for these two for my course project. Thanks. regards, Ijaz On Tue, Nov 9, 2010 at 7:09 AM, Vikas Hazrati vhazr...@gmail.com wrote: You might also want to check

Re: [appengine-java] Re: GAE commercial use!

2010-06-18 Thread Muhammad Ijaz Khan
, 2010 at 3:07 AM, Muhammad Ijaz Khan aija...@gmail.com wrote: Yeah, it seems that google is offering it for the end users systems also but I am interested to know if there are any successful services running on GAE. Still wondering. On Wed, Jun 16, 2010 at 9:29 PM, Houston startup coder

Re: [appengine-java] Re: GAE commercial use!

2010-06-17 Thread Muhammad Ijaz Khan
://code.google.com/appengine/business Stephen On Jun 16, 3:07 am, Muhammad Ijaz Khan aija...@gmail.com wrote: Yes, I have started reading it now, it looks good :) thanks. Any comment on commercial grade system deployment using appengine for java? On Wed, Jun 16, 2010 at 6:33 AM, Didier Durand

Re: [appengine-java] Re: GAE commercial use!

2010-06-16 Thread Muhammad Ijaz Khan
-Infrastructure/dp/059652272X/ref=sr_1_1?ie=UTF8s=booksqid=1276659135sr=1-1 Great (written by a googler) especially on datastore didier On Jun 15, 10:42 am, Muhammad Ijaz Khan aija...@gmail.com wrote: Hi, Is there a commercial big sized service running on appengine platform

[appengine-java] GAE commercial use!

2010-06-15 Thread Muhammad Ijaz Khan
Hi, Is there a commercial big sized service running on appengine platform? It will be highly appreciable if someone can link to a book for google appengine for java too. Thanks. regards, Ijaz -- You received this message because you are subscribed to the Google Groups Google App Engine for

[appengine-java] application search!

2010-06-07 Thread Muhammad Ijaz Khan
Hi, Is the applications during development is searchable by other users? like, can someone come game1.appspot.com although it isnt advertised yet? Please elighten. regards, Ijaz -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To

Re: [appengine-java] AppEngine session advice

2010-05-26 Thread Muhammad Ijaz Khan
Any comment on this by anyone? I am waiting too :) thanks. On Tue, May 25, 2010 at 1:18 PM, Ice13ill andrei.fifi...@gmail.com wrote: I'm building an app that uses Google account auth. The application also uses a custom persistent entity (UserProfile) for users that are registered (so

Re: [appengine-java] Re: appengine unaware code!

2010-05-22 Thread Muhammad Ijaz Khan
Thanks all. This was quick :) On Sat, May 22, 2010 at 8:46 AM, Vaclav Bartacek vaclav.barta...@spolecne.cz wrote: As for the datastore - you can create abstract DAO layer which hides the actual implementation. Try AuDAO tool (http://audao.spoledge.com) to generate an abstract DAO layer +