I want to access javabean(VO) in gwt module(client & server ) from outside module ( non-gwt module).
class that we want to re-use, is general business class and not belonging to any GWT module
How to access, used that javabean in gwt module?
Any solution for this case ?
Thanks in advance.