There is 2 question to use gwt in gae: 1:often one page written by hand == 6-7 pages plus 3-4 jpg files created by GWT
this question is that will waste a lot of resource limited by gae(1K static file limit) 2:dose get support templete language such danjo? thanks for you advice On Mar 18, 12:07 am, Pavel Byles <[email protected]> wrote: > Well, you can use django (or not) to convert your data from the > datastore to json format. Not _actually_ pass the objects themselves. > > On Mar 17, 9:57 am, Amr Ellafi <[email protected]> wrote: > > > Pavel, > > that's a good idea, you mean you can pass objects from the datastore > > to GWT via JSON ? > > > On Tue, Mar 17, 2009 at 3:50 PM, Pavel Byles <[email protected]> wrote: > > > > Coonay, > > > I use GWT and GAE together and I think it's a pretty good setup. > > > First, instead of using servlets you will use the request builder and > > > pass data using JSON instead. 2nd I effectively just send my HTML > > > output of my GWT project to my GAE project and configure my app.yaml > > > accordingly. > > > > Using this method you will lose a really big part of GWT, which is the > > > debugging feature since you will be running dev_appserver. Unless you > > > can fix it such that u can get JSON responses from it. > > > > But I like my setup. I have pydev and cypal both in eclipse. I just > > > wish i had debugging somehow. > > > > On Mar 17, 5:36 am, Coonay <[email protected]> wrote: > > >> Gwt featurs really attractive:quickly build and maintain complex yet > > >> highly performant JavaScript front-end applications in the Java > > >> programming language,and Test your code with JUnit.The example mail > > >> page is really awesome. > > > >> As a many years java progammmer,it's not hard to get into gwt,but the > > >> app engine is a different web environment,the static page can be > > >> served to browser directly, > > >> the hype link in the geranated html are needed to change accordingly. > > > >> could you give me some idea how to make they 2 work together > > >> effective and productive?thanks so much --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
