[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 spol...@gmail.com 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

[google-appengine] Re: Best to use on app engine- Java or Python (newbie!!)

2011-10-20 Thread Kb
Eclipse + Google Plugin is the easiest way to make an App on Google Appengine. (Google plugin is easy to install with update site option in eclipse) You can try it by creating a new web application project(gwt) and deploy on some sample app in GAE. Java has nice community :P -- You received

[google-appengine] BulkUploader

2011-10-12 Thread Kb
I am using GWT+GAE for app . How can i use Bulkuploader to upload data . Where to start ? -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to google-appengine@googlegroups.com. To unsubscribe from this

[appengine-java] Re: Server Code vs DataStore

2011-10-05 Thread Kb
data in the datastore at all to be honest - the Blobstore is there for that purpose. Mat. On Oct 5, 5:38 am, Kb kb.kb.1...@gmail.com wrote: Thanks . Can i display images with Objectify Framework ? i.e get output data (including image) with .get(key) method etc and then Display

[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

[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

[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 kb.kb.1...@gmail.com 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] 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

[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 goran.kar...@googlemail.com wrote: Hey Kb, upload another