Tuesday, September 27, 2011

How to use external Java beans on client

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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment