GWT RPC vs RPC Proxies in GXT

91 views Asked by At

I'm brand new to GWT and GXT, so this might be a dumb question, but what advantages does RPCProxies in GXT provides over traditional GWT RPC. I know RPCProxies uses GWT RPC but if I'm fetching data to display in a TreeGrid, for example, why not do it with GWT RPC directly rather than using RPCProxy?

0

There are 0 answers