I think you will be disapointed about the plug-in usage. My opinon: the plug-in is more for new-comers and not very suitable (yet) for advanced projects. I used it with my (complex) GWT projects that didn't give me any added- value. It even gave me problems as it includes all the eclipse project compiled classes that it can find, also your project test classes that might not be fully supported GWT. In the future the plug-in will offer more options like to configure these things..
I quess your way to go: create your own eclipse launch file and set the correct noserver settings. Launch Tomcat and then your GWT launch file. You have now two java app's that you can debug separately. This works fine since a long time. I quess you are using this since a long time, so it' doesn't matter if you have a database or not... It's just an ordinary backend app.... -- 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.
