On Dec 1, 5:28 pm, cwspence <[email protected]> wrote: > In Intel IT, we are thinking about our emerging enterprise client > strategy and the goal to support a broad range of clients without the > overhead of writing separate applications for each device. Yet, on > capable devices we would like to retain the local execution model to > get the best user experience, taking advantage of local compute power > and context-aware capabilities. A browser-based web application/ > portal is not sufficient for all applications. > > If we use Google App Engine to develop client applications does it > help our cause? Is there a strategy to make it easy to leverage > client capabilities and options across many kinds of clients?
Code written for App Engine runs entirely on the server. Perhaps you are thinking of GWT? http://code.google.com/webtoolkit/ -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
