Hi Didier, 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?
Thanks, Sebastian 2010/11/15 Didier Durand <[email protected]> > Hi Sebastian, > > Yes, when you use GWT in conjonction with Tomcat or any other app > engine that you control, you can use whatever you want / need on the > backend. > > Question: did you give the last devs between Spring and App Engine a > chance ? See > > http://java.dzone.com/articles/creating-application-using?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed:+javalobby/frontpage+%28Javalobby+/+Java+Zone%29 > > regards > > didier > > On Nov 15, 9:09 am, Sebastian Hob <[email protected]> wrote: > > Dear fellow GWT programmers, > > > > I would like to make a call to a java class that utilizes > > javax.swing.event.EventlistenerList as a private member. The call > > should be made from within the greetServer method in the > > GreetingServiceImpl class. > > > > Unfortunately, I get an error on the line of the > > javax.swing.event.EventlistenerList with the added information that > > this class is not supported by Google App Engine's Java Runtime > > Environment. > > > > Is it possible to replace the Google App Engine JRE with a full JRE > > when deploying to Tomcat? > > > > Thanks so much in advance! > > > > Sebastian > > -- > 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.
