Hi Pavel, I too use a setup very similar to yours, with both GWT and appengine projects in same workspace. However I have also managed to setup my GWT environment so that I can debug! What I basically do is have GWT servlets which act as proxies to the actual appengine handlers. In these servlets I just forward the call to corresponding appengine handler and send back the response received. It works great and really saves a lot of time.
Regards, Indraneel www.wikiaata.com On Mar 17, 6: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 -~----------~----~----~----~------~----~------~--~---
