Re: help integrating GWT project to an existing Web Project (on Tomcat) within Eclipse

2010-04-06 Thread aish sundar
to do so manually. > > I can zip up my Foo* projects and upload them here, if it would help get you > going. > > Keith > > On Mon, Apr 5, 2010 at 12:34 PM, aish sundar wrote: > > Hey Keith, > > > I am seeing a couple of things off here. > > > 1. after I

Re: help integrating GWT project to an existing Web Project (on Tomcat) within Eclipse

2010-04-05 Thread aish sundar
E module dependency.  FooServer also needs gwt-servlet.jar > as a module dependency, but if you were missing that you would get a > different error. > > If you can't make any headway getting things to work, I could probably zip > up my sample projects and you could try importing

Re: help integrating GWT project to an existing Web Project (on Tomcat) within Eclipse

2010-03-31 Thread aish sundar
es in FooShared). > > 3) Attached is a screenshot of my workspace, showing all 3 projects > described in my checklist. > > Hopefully this gets you up and running.  Let me know if you have any other > questions! > > Keith > > On Mon, Mar 29, 2010 at 4:49 PM, aish sundar

Re: help integrating GWT project to an existing Web Project (on Tomcat) within Eclipse

2010-03-29 Thread aish sundar
>    browser (server-side changes may not require a refresh but do take a few >    moments to propagate). >    15. Bonus step: To create a WAR file for deployment, you'll first need to >    compile FooClient to JavaScript.  Select the FooClient project and click > the >  

Re: help integrating GWT project to an existing Web Project (on Tomcat) within Eclipse

2010-03-29 Thread aish sundar
>    browser (server-side changes may not require a refresh but do take a few >    moments to propagate). >    15. Bonus step: To create a WAR file for deployment, you'll first need to >    compile FooClient to JavaScript.  Select the FooClient project and click > the >  

Re: help integrating GWT project to an existing Web Project (on Tomcat) within Eclipse

2010-03-29 Thread aish sundar
>    browser (server-side changes may not require a refresh but do take a few >    moments to propagate). >    15. Bonus step: To create a WAR file for deployment, you'll first need to >    compile FooClient to JavaScript.  Select the FooClient project and click > the >  

Re: help integrating GWT project to an existing Web Project (on Tomcat) within Eclipse

2010-03-24 Thread aish sundar
a multiple project > configuration (projects for client code, server code, and optionally shared > code). > > Keith > > On Tue, Mar 23, 2010 at 12:50 PM, aish sundar wrote: > > I am a newbie to GWT and have some integrating a GWT project to an > > existing web project running

help integrating GWT project to an existing Web Project (on Tomcat) within Eclipse

2010-03-24 Thread aish sundar
I am a newbie to GWT and have some integrating a GWT project to an existing web project running on Tomcat within Eclipse. It will be great if any one of you can help out. Heres the scenario. 1) I have a separate GWT project I created using GWT plugin for Eclipse. Lets call it TestUI 2) I already h