Dear Shawn and Didier, so I followed your advice to set up a completely new GWT project in eclipse without App Engine support (unchecked during creation of the project). When I linked the classes i need that are not supported by GAE, I did no longer get an error from Eclipse. So I thought: success. After running the GWT compiler and deploying the whole thing to Tomcat, the application runs, but when the non-compliant code is triggered, I get an error message from the GreetSerciveImpl.class. When commenting these non-compliant lines of code out, there is no more error.
What am I doing wrong? Kind regards, Sebastian 2010/11/16 Shawn Brown <[email protected]> > > thanks for the good news. I haven't actually seen the Spring Roo > framework > > so far and I don't really need it. Can anyone point out how I can deploy > my > > App so that all used classes, including > javax.swing.event.EventlistenerList > > will be supported? > > "Deploy my App" means to Tomcat right? > > I don't know how to switch an AppEngine project to Tomcat but you > might try within Eclipse to: > > 1) take out the AE jars from your build path (maybe just by removing > the AE SDK from the libraries tab of your java build path (under > project, properties) > 2) uncheck the google app engine validator (under project, properties, > Builders). > > Then you have to deploy to Tomcat and get that set up to run in dev mode. > > I wonder if starting with a fresh GWT project out of the box that > isn't GAE would be easier. > > I think you intend to develop the way you have it though (as a GAE > project), and then just want to deploy to Tomcat. I wouldn't try that > myself. > > Shawn > > -- > 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]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- 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.
