Hi Mat, If you are using java visualization library to build the data table,you could use xstreame to convert it into an XML and store it into database as a clob and when you retrieve the clob you could convrt to the data table and pass it to presentation. I used this solution and it saves time.
Thanks Suresh Sent from my iPhone On Nov 27, 2009, at 9:06 AM, Matthew <[email protected]> wrote: > How should I go about persisting GWT Visualization API DataTable and > moving it between server and client? > > I'd like to be able to build one on the client side, send it over the > wire and persist it in something like CouchDB. This should also be > able to work in the other direction. Pull a representation of a > DataTable from the DB send it to the client then rebuild the > DataTable. > > Thanks for any advice/suggestions. > > Matt. > > -- > > You received this message because you are subscribed to the Google > Groups "Google Visualization API" group. > To post to this group, send email to > [email protected] > . > To unsubscribe from this group, send email to > [email protected] > . > For more options, visit this group at > http://groups.google.com/group/google-visualization-api?hl=en > . > > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
