Re: GWT + App Engine + JSP (Eclipse IDE)

2010-10-20 Thread Sky
Thanks so much for the help. That's exactly what I need. Cheers! On Oct 18, 11:21 am, "David Chandler (Google)" wrote: > Sky, > > You need the Java EE edition of Eclipse to edit > JSPs:http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-develop... > > There is an example of using a JS

Re: GWT + App Engine + JSP (Eclipse IDE)

2010-10-18 Thread David Chandler (Google)
Sky, You need the Java EE edition of Eclipse to edit JSPs: http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/ganymedesr2 There is an example of using a JSP as the GWT host page in this recent GWT article: http://code.google.com/webtoolkit/articles/dynamic_host_page.html Fo

GWT + App Engine + JSP (Eclipse IDE)

2010-10-15 Thread Sky
Hello I have plenty of experience with GWT, and my app works on App Engine, only I want to change it so that I can manipulate the page (the base html file) on the very first GET request. Thus, I want to use JSP. For starters my Eclipse (3.5.1) does not natively understand JSP files and I have no i