I have a question about share the java bean in library to gwt client I know bean share between GWT client and server usually put into package domain.shared.
However, how can I make use of existing bean from external jar library on GWT client?
Because I always got this message. No source code is available for type xxxx.xxxx.bean did you forget to inherit a required module?