views:

49

answers:

0

Hi, I'm new with Google Visualization for GWT and I need help. Can someone tell me which is best pratice to transfer DataTable (data for visualization) with GWT RPC. Cause DataTable is not serializable, and I have a lot of data. I want to use GWT RPC cause I use Java on the server side. I know there is DataTable.toJson method in visualization package, but Its not yet wrapped into gwt.visualization package. I tried it, on my own, to wrap it with JSNI into my GWT code, but I didn't succeed. Does anyone succeed, or is there any diffrent approach to solve this problem.

Thanks