Smart GWT / MVP
Hi,
I'm facing exactly this problem. The goal is to write an application on which view issues are completely decoupled from the other parts of the system. However, to use Smart GWT widgets, it's required to define a datasource that use smart-gwt defined protocols (JSON, XML, etc), and the views communicate directly with the server using these datasources.
I'd like to use the GWT RPC mechanism and object serialization mechanism, having no need to provide server side XML / JSON service implementations; but there's no datasource.set(datacollection) method...
At this point, I'm in doubt if I really understood the "Smart GWT way", and if it's appropriate to me. The rich widget library fits very very nice, but data integration gets me confused.
Any insights to help me choose an appropriate solution?
Thanks,
Fábio.
Originally posted by Isomorphic
I'm facing exactly this problem. The goal is to write an application on which view issues are completely decoupled from the other parts of the system. However, to use Smart GWT widgets, it's required to define a datasource that use smart-gwt defined protocols (JSON, XML, etc), and the views communicate directly with the server using these datasources.
I'd like to use the GWT RPC mechanism and object serialization mechanism, having no need to provide server side XML / JSON service implementations; but there's no datasource.set(datacollection) method...
At this point, I'm in doubt if I really understood the "Smart GWT way", and if it's appropriate to me. The rich widget library fits very very nice, but data integration gets me confused.
Any insights to help me choose an appropriate solution?
Thanks,
Fábio.
Comment