Download List

项目描述

Webcockpit is a Web application generator for reporting and
monitoring applications. It generates complete JSP-based
Web applications which contain charts and tables whose
contents are retrieved using database queries. The charts
and tables can be configured to link to each other, enabling
master detail-like drill-down. You can provide your own
HTML or JSP template files which are mixed with the
generated JSP to provide a final Web application.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-09-28 13:22
1.5.0

这一次要版本大大提高了使用“displaytag”的JSP运行时生成的HTML表格标记库的制表权力。其功能包括排序或按列,分页,数据导出为CSV分组,Excel和XML格式,并具有表的CSS样式标记完全控制。改善图表包括界定的分类轴标签方向的可能性。嵌入的图表库“JFreeChart的”(种体位v1.0.0)和“cewolf”(v0.11.0)已经升级到最新版本。
标签: Minor feature enhancements
This minor release greatly improves the tabulation
power by using the "displaytag" JSP taglib for
runtime HTML table generation. Features include
sorting or grouping by column, pagination, data
export to CSV, Excel, and XML formats, and having
full control of the table's CSS style markup.
Improvements to charts include the possibility of
defining the orientation of the label for the
category axis. The embedded charting library
"jfreechart" (v1.0.0) and "cewolf" (v0.11.0) have
been upgraded to the latest versions.

2005-06-24 08:01
1.4.0

本次要版本升级,使Webcockpit将成为一个大企业的生产使用,以提供到业务流程的透明度。这些变化包括:升级到嵌入式制图软件,JFreeChart的最新版本。图表看上去比以前的版本专业。定制WebApplication的配置文件允许用户身份验证和访问控制。有一个新的演示来说明安全功能。
标签: Minor feature enhancements
This minor release upgrade has enabled Webcockpit
to be put into productive use in a large
corporation to provide transparency into business
process states. The changes include upgrading to
the latest versions of the embedded charting
software, JFreeChart. The charts look more
professional than in previous versions.
Customizing the WebApplication's configuration
file allows for user authentication and access
control. There is a new demo to illustrate the
security feature.

2004-11-02 22:44
1.3.0

阿主要增强已向webcockpit,以便创建一个定制的'外观'图表。所有的图着色,字体方面,线条样式已很容易定制。这是一个显着改善标准Cewolf图表图像。网格线,可开启或关闭用于XY图表。 HTML表格可以配置为具有多风格的交替和可读性,甚至更容易行。
标签: Major feature enhancements
A major enhancement has been made to webcockpit to allow for creating charts with a customized 'look and feel'. All aspects of chart coloring, fonts, and line styles have been made easily customizable. This is a significant improvement to standard Cewolf chart images. Grid lines can be switched on or off for xy charts. HTML tables can be configured to have alternating styles for odd and even rows for easier readability.

2004-09-27 02:22
1.2.1

图表类型的信号,风能,甘特,图表和highlow现在支持。指简单的例子,看到一个文件,每个图表类型的例子。
标签: Minor bugfixes
The chart types signal, wind, Gantt, and highlow charts are now supported. Refer to the simple example documentation to see one example of each chart type.

2004-08-30 10:56
1.2.0

它现在可以'隐藏'在HTML表格的代表性表列。隐藏的列可用于绑定可见列。绑定变量名不再需要的是全局唯一的,相同的绑定变量的名称可以用于相同的查询(而不是与查询)多次。这减少了复杂查询所需的页面参数的数目。正确的JSTL的的SQL:param的建设是用于绑定变量。一个页面札图表,增加了简单的例子。
标签: Minor feature enhancements
It is now possible to 'hide' table columns in the HTML
table representation. The hidden columns can be
used in the binding of visible columns. Bind variable
names no longer need be globally unique, and the
same bind variable name can be used multiple times
for the same query (but not between queries). This
reduced the number of page parameters required for
complex queries. The proper JSTL sql:param construct
was used for bind variables. An xy charts page was
added to the simple example.

Project Resources