I need to implement a graph in JSf. I saw batik-svg and jfreechart. All of them creates a image or svg but i don't have option to save these file to server. Can anybody have idea which is best suited to my requirement.?
JFreeChart can save images just fine - the ChartUtilities class has several convenience methods for that. It supports PNG and JPEG, and it's not hard to extend that for GIF and TIFF if need be.