Newbie question:
As a response to a request, my server returns a Tree-like data structure , and I want to present it as a tree at the client. However , the logic of transforming it into a tree widget is a bit complex.
Should I build the GWT Tree widget at the server and just return it as-is , or should I stick with raw data , and formulate the widget at the client?
Two reasons why I think you shouldn’t send the whole widget tree:
no.cache.jshas been loaded. This can’t be done on the server.