On 5 mai, 09:42, Salvador Diaz <diaz.salva...@gmail.com> wrote:
> What's the difference between your library and the GWT wrapper for the
> Google Visualization API ?

Probably the same as between Google Chart API and Google Visualization
API ;-)
http://code.google.com/apis/chart/ vs. 
http://code.google.com/apis/visualization/

One key difference, from what I've seen, is that charts4j isn't only
made for GWT but for any Java-based app, be it a desktop app (e.g.
Swing-based) or a web app (servlet *or* GWT); with the same, reusable,
Java code; this is made possible as Google Chart API generates static
images from values given in the URL (whereas Google Visualization is a
browser-only JavaScript API with your data being sent as a response to
a HTTP GET request)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to