I\'m interested in writing a visualization program for the road data in the 2009 Tiger/Line Shapefiles. I\'d like to draw the line data to display all the roads for my coun
You could try to use Java ESRI Shape File Reader library. It's small, easy to install and has very simple API.
The only drawback is that it does not read other mandatory and optional files (.shx, .dbf, etc.) that are usually shipped with a shape file.