> 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].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to