FusionCharts_Evaluation

所属分类:WEB开发
开发工具:PHP
文件大小:30010KB
下载次数:14
上传日期:2011-03-06 11:38:36
上 传 者1qaz2wsx12ll
说明:  FusionCharts_Evaluation.zip 是一个免费的图形显示组件, 是基于flash 和xml的报表显示组件,功能很好,使用简便-FusionCharts_Evaluation.zip
(FusionCharts_Evaluation.zip FusionCharts_Evaluation.zip)

文件列表:
FusionCharts_Evaluation\.DS_Store (6148, 2010-09-30)
FusionCharts_Evaluation\Charts (0, 2010-09-15)
FusionCharts_Evaluation\Charts\Area2D.swf (61009, 2010-10-06)
FusionCharts_Evaluation\Charts\Bar2D.swf (59903, 2010-10-06)
FusionCharts_Evaluation\Charts\Bubble.swf (72343, 2010-10-06)
FusionCharts_Evaluation\Charts\Column2D.swf (60685, 2010-10-06)
FusionCharts_Evaluation\Charts\Column3D.swf (59926, 2010-10-06)
FusionCharts_Evaluation\Charts\Data.xml (2025, 2010-09-15)
FusionCharts_Evaluation\Charts\Doughnut2D.swf (71628, 2010-10-06)
FusionCharts_Evaluation\Charts\Doughnut3D.swf (76786, 2010-10-06)
FusionCharts_Evaluation\Charts\FCExporter.swf (23017, 2010-09-15)
FusionCharts_Evaluation\Charts\firebug-lite.js (452207, 2010-09-15)
FusionCharts_Evaluation\Charts\FusionCharts.js (115374, 2010-10-06)
FusionCharts_Evaluation\Charts\FusionChartsExportComponent.js (7957, 2010-09-15)
FusionCharts_Evaluation\Charts\highcharts.js (102054, 2010-10-06)
FusionCharts_Evaluation\Charts\jquery.min.js (72328, 2010-09-15)
FusionCharts_Evaluation\Charts\Line.swf (60442, 2010-10-06)
FusionCharts_Evaluation\Charts\Marimekko.swf (71055, 2010-10-06)
FusionCharts_Evaluation\Charts\MSArea.swf (71660, 2010-10-06)
FusionCharts_Evaluation\Charts\MSBar2D.swf (70552, 2010-10-06)
FusionCharts_Evaluation\Charts\MSBar3D.swf (69749, 2010-10-06)
FusionCharts_Evaluation\Charts\MSColumn2D.swf (71179, 2010-10-06)
FusionCharts_Evaluation\Charts\MSColumn3D.swf (70428, 2010-10-06)
FusionCharts_Evaluation\Charts\MSColumn3DLineDY.swf (75193, 2010-10-06)
FusionCharts_Evaluation\Charts\MSColumnLine3D.swf (72731, 2010-10-06)
FusionCharts_Evaluation\Charts\MSCombi2D.swf (74516, 2010-10-06)
FusionCharts_Evaluation\Charts\MSCombi3D.swf (103966, 2010-10-06)
FusionCharts_Evaluation\Charts\MSCombiDY2D.swf (76564, 2010-10-06)
FusionCharts_Evaluation\Charts\MSLine.swf (71185, 2010-10-06)
FusionCharts_Evaluation\Charts\MSStackedColumn2D.swf (72793, 2010-10-06)
FusionCharts_Evaluation\Charts\MSStackedColumn2DLineDY.swf (76964, 2010-10-06)
FusionCharts_Evaluation\Charts\Pareto2D.swf (65626, 2010-10-06)
FusionCharts_Evaluation\Charts\Pareto3D.swf (65039, 2010-10-06)
FusionCharts_Evaluation\Charts\Pie2D.swf (71143, 2010-10-06)
FusionCharts_Evaluation\Charts\Pie3D.swf (76003, 2010-10-06)
FusionCharts_Evaluation\Charts\Scatter.swf (71935, 2010-10-06)
FusionCharts_Evaluation\Charts\ScrollArea2D.swf (75563, 2010-10-06)
FusionCharts_Evaluation\Charts\ScrollColumn2D.swf (75197, 2010-10-06)
FusionCharts_Evaluation\Charts\ScrollCombi2D.swf (78670, 2010-10-06)
FusionCharts_Evaluation\Charts\ScrollCombiDY2D.swf (80685, 2010-10-06)
... ...

This version works with MySQL database whose database-creation scripts are provided along with the web application in the DB folder. We have used JSP 2.0 and jdk1.6.0_10 for the development of this demo. Prerequisites: 1. Java version - jdk1.4.2_02 or above 2. Apache Tomcat version - jakarta-tomcat-5.0.25 or above 3. MySQL 5.0 Installation Instructions: 1. Java version - jdk6 which can be downloaded from the following link: http://java.sun.com/javase/downloads/index.jsp 2. After downloading and installing java,JAVA_HOME environment variable has to be set to the base path of the JDK. To set this variable on Windows do the following: Go to MyComputer, right click to view properties -> advanced tab ->environment variables Set a new Variable name: JAVA_HOME with Value as the installation directory. For eg: C:\jdk1.6.0_10 3. Apache Tomcat version - tomcat6.0 which can be downloaded from the following link: http://tomcat.apache.org/download-60.cgi Click on the core zip file. Download it.Extract it to some folder. Configure tomcat as per the tomcat docs. 4. Copy the FusionCharts_J2EE.war present in Deployable folder to "CATALINA_HOME"/webapps folder when the tomcat server is running. 5. In order to configure the MySQL database: Open the file "CATALINA_HOME"/webapps/FusionCharts_JSP/META-INF/context.xml. In this xml,please change the username,password,url according to your database. context.xml also contains the web application context, please modify it if you have changed the context. Run the scripts FactoryDBCreation.sql and UTFExampleTablesCreation.sql to create the required tables and sample data. 6.If you are using MySQL as the database, please start your MySQL instance. 7.Start the tomcat server. 8.Access the application by opening the browser window with the following address: http://localhost:8080/FusionCharts_JSP/Code/JSP/default.htm Note: "CATALINA_HOME" refers to the installation directory of Tomcat --- For source code of the java files please see the folder SourceCode. --- If you do not want to use the war file (as described above), you can use deploy all the folders and files in your tomcat. For this, 1. Create a folder in "CATALINA_HOME"/webapps say FusionCharts_J2EE and a sub-folder JSP. 2. Copy the Download Package > Code > J2EE folder into "CATALINA_HOME"/webapps/FusionCharts_J2EE/JSP folder. 3. Move the WEB-INF folder present in Code/J2EE folder to "CATALINA_HOME"/webapps/FusionCharts_J2EE folder. 4. Move the META-INF folder present in Code/J2EE folder to "CATALINA_HOME"/webapps/FusionCharts_J2EE folder. 5. Finally, copy the FusionCharts folder from Download Package > Code to "CATALINA_HOME"/webapps/FusionCharts_J2EE folder. 6. Start the tomcat server and access the application by opening the browser window with the following address: http://localhost:8080/FusionCharts_J2EE/JSP/default.htm

近期下载者

相关文件


收藏者