FusionCharts_Evaluation

所属分类:WEB开发
开发工具:FlashMX
文件大小:18834KB
下载次数:24
上传日期:2010-08-02 10:59:42
上 传 者blizzardEA
说明:  FusionCharts是InfoSoft Global公司的一个产品,InfoSoft Global 公司是专业的Flash图形方案提供商,他们还有几款其他的,基于Flash技术的产品,都非常的漂亮。 FusionCharts free 是一个跨平台,跨浏览器的flash图表组件解决方案,能够被 ASP.NET, ASP, PHP, JSP, ColdFusion, Ruby on Rails, 简单 HTML 页面甚至PPT调用。你不需要知道任何关于flash编程的知识,你只需要知道你所用的编程语言就可以了。
(FusionCharts v3 helps you create animated and interactive Flash charts for web and desktop applications. It livens up your applications by converting monotonous data into exciting visuals. )

文件列表:
FusionCharts_Evaluation\Charts\Area2D.swf (55345, 2009-07-08)
FusionCharts_Evaluation\Charts\Bar2D.swf (54355, 2009-07-08)
FusionCharts_Evaluation\Charts\Bubble.swf (58779, 2009-07-08)
FusionCharts_Evaluation\Charts\Column2D.swf (55093, 2009-07-08)
FusionCharts_Evaluation\Charts\Column3D.swf (54391, 2009-07-08)
FusionCharts_Evaluation\Charts\Doughnut2D.swf (53255, 2009-07-08)
FusionCharts_Evaluation\Charts\Doughnut3D.swf (58231, 2009-07-08)
FusionCharts_Evaluation\Charts\FCExporter.swf (21110, 2009-07-08)
FusionCharts_Evaluation\Charts\Line.swf (54702, 2009-07-08)
FusionCharts_Evaluation\Charts\MSArea.swf (59442, 2009-07-08)
FusionCharts_Evaluation\Charts\MSBar2D.swf (58371, 2009-07-08)
FusionCharts_Evaluation\Charts\MSBar3D.swf (57379, 2009-07-08)
FusionCharts_Evaluation\Charts\MSColumn2D.swf (59113, 2009-07-08)
FusionCharts_Evaluation\Charts\MSColumn3D.swf (58327, 2009-07-08)
FusionCharts_Evaluation\Charts\MSColumn3DLineDY.swf (62650, 2009-07-08)
FusionCharts_Evaluation\Charts\MSColumnLine3D.swf (60540, 2009-07-08)
FusionCharts_Evaluation\Charts\MSCombi2D.swf (62394, 2009-07-08)
FusionCharts_Evaluation\Charts\MSCombi3D.swf (91905, 2009-07-08)
FusionCharts_Evaluation\Charts\MSCombiDY2D.swf (64230, 2009-07-08)
FusionCharts_Evaluation\Charts\MSLine.swf (58787, 2009-07-08)
FusionCharts_Evaluation\Charts\MSStackedColumn2D.swf (59971, 2009-07-08)
FusionCharts_Evaluation\Charts\MSStackedColumn2DLineDY.swf (64351, 2009-07-08)
FusionCharts_Evaluation\Charts\Pie2D.swf (52834, 2009-07-08)
FusionCharts_Evaluation\Charts\Pie3D.swf (57450, 2009-07-08)
FusionCharts_Evaluation\Charts\Scatter.swf (58475, 2009-07-08)
FusionCharts_Evaluation\Charts\ScrollArea2D.swf (63559, 2009-07-08)
FusionCharts_Evaluation\Charts\ScrollColumn2D.swf (63241, 2009-07-08)
FusionCharts_Evaluation\Charts\ScrollCombi2D.swf (66530, 2009-07-08)
FusionCharts_Evaluation\Charts\ScrollCombiDY2D.swf (68363, 2009-07-08)
FusionCharts_Evaluation\Charts\ScrollLine2D.swf (62646, 2009-07-08)
FusionCharts_Evaluation\Charts\ScrollStackedColumn2D.swf (63640, 2009-07-08)
FusionCharts_Evaluation\Charts\SSGrid.swf (42900, 2009-07-08)
FusionCharts_Evaluation\Charts\StackedArea2D.swf (59885, 2009-07-08)
FusionCharts_Evaluation\Charts\StackedBar2D.swf (58725, 2009-07-08)
FusionCharts_Evaluation\Charts\StackedBar3D.swf (57865, 2009-07-08)
FusionCharts_Evaluation\Charts\StackedColumn2D.swf (59518, 2009-07-08)
FusionCharts_Evaluation\Charts\StackedColumn3D.swf (58836, 2009-07-08)
FusionCharts_Evaluation\Charts\StackedColumn3DLineDY.swf (63215, 2009-07-08)
FusionCharts_Evaluation\Charts\Funnel.swf (56791, 2009-07-08)
FusionCharts_Evaluation\Charts\InverseMSArea.swf (69761, 2009-07-08)
... ...

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_JSP.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 FusionChartsv3_JSP. 2. Copy the Download Package > Code folder into "CATALINA_HOME"/webapps/FusionChartsv3_JSP folder. 3. Move the WEB-INF folder present in Code/JSP folder to "CATALINA_HOME"/webapps/FusionChartsv3_JSP folder. 4. Move the META-INF folder present in Code/JSP folder to "CATALINA_HOME"/webapps/FusionChartsv3_JSP folder. 5. Finally, copy the FusionCharts folder from Download Package > Code to "CATALINA_HOME"/webapps/FusionChartsv3_JSP folder. 6. Access the application by opening the browser window with the following address: http://localhost:8080/FusionChartsv3_JSP/Code/JSP/default.htm

近期下载者

相关文件


收藏者