Re: [appengine-java] First app in google app engine; please see whether iv understood the usage of app engine

2010-07-14 Thread John Denley
Yes, Im pretty sure that is possible, but I have not done it myself. The "sending data back to the external application" can be done using theURLfetch process You will have to hunt around a bit for how to have incoming requests. I have looked in

Re: [appengine-java] First app in google app engine; please see whether iv understood the usage of app engine

2010-07-09 Thread emigrant
On Thu, 2010-07-08 at 23:19 +0100, John Denley wrote: > Your site looks great and seems to work pretty well too, I dont really > understand your question though, as you seem to have implemented in > pure javascript as it is currently. Your "GAE bit" could be a server > based function (and the data

Re: [appengine-java] First app in google app engine; please see whether iv understood the usage of app engine

2010-07-08 Thread John Denley
Your site looks great and seems to work pretty well too, I dont really understand your question though, as you seem to have implemented in pure javascript as it is currently. Your "GAE bit" could be a server based function (and the data can be held in the GAE datastore too) and the client can ask t

Re: [appengine-java] First app in google app engine; please see whether iv understood the usage of app engine

2010-07-08 Thread emigrant
On Thu, 2010-07-08 at 23:26 +0530, RAVINDER MAAN wrote: > Yes GAE is good.But keep in mind that concept of datastore is > different from other RDBMS like MySQL. for the time being i can manage the data in arrays itself. :) -- You received this message because you are subscribed to the Google Gro

Re: [appengine-java] First app in google app engine; please see whether iv understood the usage of app engine

2010-07-08 Thread RAVINDER MAAN
Yes GAE is good.But keep in mind that concept of datastore is different from other RDBMS like MySQL. On Thu, Jul 8, 2010 at 11:19 PM, emigrant wrote: > hi all, > i have created a website where users can interect with the google map. > i get input of two locations from dropdown menu from the users

[appengine-java] First app in google app engine; please see whether iv understood the usage of app engine

2010-07-08 Thread emigrant
hi all, i have created a website where users can interect with the google map. i get input of two locations from dropdown menu from the users. and will display the correct bus they need to take. the pages are html/javascript. to identify some complex bus routes, i have developed a method in java.