google app engine - Refer to an external class in a gwt module -
i have gwt module in appengine project. how can refer external class? in particular want create object x x class defined outside gwt module. can i?
if referring class need use other ui classes, , not need in external context, create new module. see this. if want share classes between gwt , domain classes, example (like enum), possible too, see this tutorial example.
Comments
Post a Comment