Skip to content
Advertisement

Tag: gxt

EXT GWT + java EE

My question is: what is the best way to send my Java EE annotated entity beans’ data to the clientside to use it in a grid for example? Surely I could make the BaseModel-extended client models for each entity manually, but I wonder what could be the best-practice here. I need a step-by-step tutorial if possible. Answer I’ve been using

Advertisement