Hi All,
I have to develop a web based app where I should be able to generate dynamic graphical content based on the user's input. I am using JSP pages on the front end. I found SVG to be the best thing available. After experimenting in inline SVG I found out that it lacks many features like user interaction, zoomability, javascript onclick features etc. And inline was easy to put in a jsp page. But I want a more robust and full featured output. But I am not able to implement the pure SVG. Could some body help me providing me all the steps required to make things work? Also I have heard about BATIK which is Apache's implementation of SVG, but I am not sure it can be used for web based apps or not.
If somebody knows please enlighten me.
thanks