I need to use Java beans (classes with getters and setters) from an external jar-file (like Xyz-1.2.3.jar) on the browser client. These beans implements java.io.Serializable and the Java source is available in a separate Xyz-1.2.3-sources.jar. How could this be done?
I found http://www.vogella.de/articles/GWTModules/article.html but still can't get it to work. Any help appreciated, thanks! -- 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.
