Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

jonbuffington/vizpres

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building High-Performance Data Visualizations using GWT

This project contains both the slides and tutorial source used during a presentation to the National Capital Area Google Technology Users group entitled, "Building High-Performance Data Visualizations using GWT".

The presentation explored the process of designing and implementing an interactive data visualization using Google Web Toolkit (GWT). We covered browser and server technologies including DOM, Canvas, SVG, ReST and Scala.

The presentation's tutorial compared browser graphical techniques and their respective technologies that are compatible with GWT. The tutorial simplified the visualization to a basic bar chart to make the technology similarities and differences clear.

The server tutorial presented simplistic ReST interfaces and highlighted a client REST interface using RestyGWT and a server REST interface using RESTEasy.

This project uses Apache Maven as the build tool. You can import this project into your favorite development IDE or run mvn verify gwt:run from the command-line.

Note: I need to commit my changes back to the RaphaelGWT project in order to build this project. Look for an update to the pom.xml file in the near future once the changes are committed.

You can find out more about my technical interests and projects on my web site.