I've been looking through examples online about charting libraries to work with in a Java Web Application but they all keep trying to implement some form of php to get the data before the chart is produced.
Ideally I would like to use google charts and then take data from my database through jsp/ servlet of some sort but I can't find any examples online without php.
I've tried Jfreechart but again can't find much documentation.
question I'm trying to ask is, How would I be able to draw charts that get data from MySQL and display them on my web page. All this is in Netbeans currently.
Thanks in advance,