After playing around with the showcase samples and trying to understand the DataSource concept, I have still not figured out a way how to write a DataSource that is hooked up to existing GWT RPC services on the client.
I have a set of existing paged GWT RPC services simply returning POJOs that I would like to use as data provider for SmartGWT grids. I have tried to override the DataSource.fetchData() methods and access my RPC client services, but no luck there (the method was never actually called).
Is such an approach possible at all and what would be the best integration strategy?
Thanks a lot!
I have a set of existing paged GWT RPC services simply returning POJOs that I would like to use as data provider for SmartGWT grids. I have tried to override the DataSource.fetchData() methods and access my RPC client services, but no luck there (the method was never actually called).
Is such an approach possible at all and what would be the best integration strategy?
Thanks a lot!
Comment