FusionCharts Suite XT includes the FusionCharts Java wrapper that lets you create interactive, data-driven charts in your Java-web (JSP) application without writing any JavaScript code.


JavaScript and HTML code are used to generate charts in the browsers. The server-side Java wrapper generates the required JavaScript and HTML code internally, which is then used to render charts on a browser page.


This includes several built-in Java functions that reduce the time and effort that goes into generating, rendering, and configuring charts.


FusionCharts JSP wrapper can be downloaded from here.


Visit our JSP Documentation here for a sample implementation on how to build a chart using Java.