I'm an old school gwt user, and as such, so is my gwt project. I think it was initially created using GWT 1.3. I have since updated the SDK along the way and made the necessary changes (and just completed the work for 2.0).
However, since my gwt project existed long before gwt had eclipse plug- ins (or even ant scripts), I've never taken advantage of the gwt debugging tools available to eclipse. My project uses database connectivity so whenever I wanted to run bytecode instead of javascript I needed to use the 'noserver' flag and set up my own tomcat. What I'd really like to do is use all the eclipse debugging features for my project. I've read the docs and they explain how to set up the noserver but not how to debug (which is essentially what I already have). So, a couple questions: 1) Can you use the gwt eclipse plug-in debugging tools if your server runs a database? If so, how? 2) If debugging doesn't work with a database then is my only option to set up eclipse to work with tomcat? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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-web-toolkit?hl=en.
