PDA

View Full Version : Loading a tree from JSON


aberezin
05-03-2008, 10:07 PM
Seems like there is no equivalent of a Ext style TreeLoader in ExtGwt. Does anyone have some good ideas on how to implement one? I guess I could just scrap the existing json representation of my tree and do something more "type safe" and RPC-ish.

BTW, nice job on Ext-Gwt. I think the native GWT approach is really a good way to go.

aberezin
05-04-2008, 01:02 PM
Does anyone think a JSON TreeLoader would be useful? If so, I might just write one and contribute it. This might be a useful adapter for existing codebases that are outputing JSON.