[appengine-java] Re: Which java framework to use?

2011-11-20 Thread Kb
GWT ! no one mentioned GWT : ( On Nov 20, 4:54 pm, sppl wrote: > I am starting off with a new project using app engine java. I am trying to > decide what mvc framework to use. I went through previous messages posted > by group members and found this > link

[appengine-java] Re: Server Code vs DataStore

2011-10-05 Thread Kb
27;d > > avoid it. > > > I might try to avoid storing image data in the datastore at all to be > > honest - the Blobstore is there for that purpose. > > > Mat. > > > On Oct 5, 5:38 am, Kb wrote: > > > Thanks . > > > > Can i display images

[appengine-java] Re: Server Code vs DataStore

2011-10-04 Thread Kb
Thanks . Can i display images with Objectify Framework ? i.e get output data (including image) with .get(key) method etc and then Display to client based on his input . -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to t

[appengine-java] Server Code vs DataStore

2011-10-04 Thread Kb
I am making a GWT App which uses GWT RPC to get data from server. Which is Better-> 1. Uses if/switch statements(around 1000) in server code 2. Store in Datastore and on RPC retrieve data from DataStore. any Simple example code for GWT GAE Datastore. Thanks. -- You received this message bec

[appengine-java] Re: input Data in DataStore from External Server ?

2011-09-18 Thread Kb
Or should i go for other Tomcat Hosts ? On Sep 13, 12:50 am, Kb wrote: > I Have around 100,000 entries in database(MySQL) that updates every 10 > minutes. > > If i use GAE DataStore in Server Application(hosted somewhere)  and > Again GAE Datastore  on Client will it fit the QUOTA

[appengine-java] Re: input Data in DataStore from External Server ?

2011-09-12 Thread Kb
I Have around 100,000 entries in database(MySQL) that updates every 10 minutes. If i use GAE DataStore in Server Application(hosted somewhere) and Again GAE Datastore on Client will it fit the QUOTA Limits? On Sep 13, 12:39 am, gk wrote: > Hey Kb, upload another "special version&

[appengine-java] input Data in DataStore from External Server ?

2011-09-12 Thread Kb
I have written a GWT app which uses Datagram Packets in Server Side. So i cannot server side code in Googe App Engine. I want to use GAE for its faster speed than other webhosts (and free). My Code is like this Server->Database- and then Database->Client Now can i copy *Data stored in External