[google-appengine] Google ( App Engine + Web Toolkit )

2009-02-06 Thread Omer Shakil
Hi Guys, I wanted to know what are the prospects of using Google App Engine with the Web Toolkit. I did some searches and read up on the documentation, it seems that the only way is to do JSON data transmission layer in the middle. I am no expert, just wanted to play with these two technologies, so

[google-appengine] Re: Google ( App Engine + Web Toolkit )

2009-02-06 Thread Omer Shakil
Thanks Shawn. Okay, Django will help me convert python objects to JSON, and at the GWT end, you can use a standard JSON Parser, but besides that, all of the rest you will never ever use, correct? Nothing wrong with that, but was just curious, all this Django capabilities are of no use to you all of

[google-appengine] Entity Relationships/Groups

2009-03-10 Thread Omer Shakil
Trying to move away from the standard thinking of relational databases, I looked around but couldn't find a solid document to get up to speed so I chose to pick up a fairly complicated scenario and brainstorm about it: Quick Overview: Trying to model: Students get group Assignments in a Class. Stu

[google-appengine] Re: Entity Relationships/Groups

2009-03-16 Thread Omer Shakil
Ping!? :) On Tue, Mar 10, 2009 at 12:11 AM, Omer Shakil wrote: > Trying to move away from the standard thinking of relational databases, I > looked around but couldn't find a solid document to get up to speed so I > chose to pick up a fairly complicated scenario and brain