发新话题
打印

(转)Development with JOR(简表)

(转)Development with JOR(简表)

JOR is an open-source chart and graphs generating software under java. It also provides a lib to let you use JOR in your own project. The new license also allow you to use it to develop both free and commercial software.In this article ,we will use it in a project to show some charts and tables.
Include Libs in projectDownload jor.bin and jor.src from the JOR Website.
In jor.bin, you will find jatools.jar under /designer/lib. Copy that JAR to your project’s lib directory and include that in your project.
In jor.src, you will find some packages that jatools.jar dependents on. They are in /lib/.Copy them to your project,too.
Quick View Of the Source CodePart I: TomcatFirstly, in jor.bin folder you could find a subfolder named “tomcat with JOR”. That’s the server app of JOR. Under /WebApps/jor/WEB-INF/web.xml, the file indicates the starting point of your source code research.
...更多
http://daizhuoxian.wordpress.com/2011/09/15/development-with-jor%e7%ae%80%e8%a1%a8/

TOP

发新话题