Java three-step online generation of graphical reports-maven-jfreechat

Source: Internet
Author: User

This blog uses Jfreechat to generate graphical reports directly.

First the MAVEN project needs to ingest the package.

<dependency>

    <groupId>org.jfree</groupId>    <artifactId>jfreechart</artifactId>    <version >1.0.19</version>    </dependency>

Then in the Web. XML configuration:

   <servlet>       <servlet-name>displayChart</servlet-name>       <servlet-class> org.jfree.chart.servlet.displaychart</servlet-class>   </servlet>   <servlet-mapping>       <servlet-name>displayChart</servlet-name>       <url-pattern>/displaychart</ Url-pattern>   </servlet-mapping>

Finally, create a new JSP file;

<% @page import= "Java.util.Set"%><% @page import= "Java.awt.Font"%><% @page import= " Org.jfree.chart.StandardChartTheme "%><% @page import=" Java.awt.Color "%><% @page import=" Org.jfree.chart.servlet.ServletUtilities "%><% @page import=" Java.text.SimpleDateFormat "%><% @page Import= "Org.jfree.chart.axis.DateAxis"%><% @page import= "Org.jfree.chart.ChartFactory"%><% @page Import= "Org.jfree.chart.JFreeChart"%><% @page import= "Org.jfree.data.time.Month"%><% @page import= " Org.jfree.data.time.TimeSeriesCollection "%><% @page import=" org.jfree.data.time.TimeSeries "%><% @page Contenttype= "text/html; Charset=utf-8 "pageencoding=" UTF-8 "%>

Generated pictures:



Blog Address: Http://blog.csdn.net/hfmbook

Java three-step online generation of graphical reports-maven-jfreechat

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.