Jump to content

User:Gammagerry

From Wikipedia, the free encyclopedia
i-net Crystal-Clear
Developer(s)i-net software
Initial release1999
Stable release
9.0 / May 15, 2009
Written inJava
Operating systemCross-platform
Available inEnglish, German, Spanish
TypeReporting software
Licensei-net software EULA
Websiteinetsoftware.de/crystalclear

i-net Crystal-Clear is a Java-based cross-platform reporting application providing a report designer and a server component to create reports in numerous output formats like PDF, HTML, PS, RTF, XLS, TXT, CSV, SVG, XML, as well as being viewable in a Java applet or Swing component. [1]. Application programmers can integrate i-net Crystal-Clear using the public API which spans over 200 classes [2].

History[edit]

i-net Crystal-Clear was primarily designed to read Crystal Reports templates. It had to be capable of reading the RPT report format and producing a reasonable output. For exporting and saving reasons a new file format had to be created later on, enabling Crystal-Clear to save the API results back and make them editable by a designer.

In 2002 the first version of i-net DesignerXML, the report designer, was written using Java Swing. The editing concept is slightly different from some other designers, using a band-oriented report template format, meaning that reports are designed based on rows of data.

The development efforts has changed in more recent years to a full reporting platform approach, rather than the developer-only, framework-based one.

True to its roots, i-net Crystal-Clear still has the ability to read and execute Crystal Reports report templates up until the latest versions of Crystal Reports.

Unlike Crystal Reports, however, the i-net Crystal-Clear report file format has always been an open format. Until version 9.0 it was an XML format. Since version 9, the report file format is in a zip-based format similar to OpenDocument.

Flexibility[edit]

Being a Java application, i-net Crystal-Clear has the ability to run on a variety of platforms and environments. There is virtually no restriction concerning data sources that can be used, as long as there is a JDBC driver available for accessing the data. For non-JDBC data sources, there are how-to's to write simple mini-drivers.

i-net Crystal-Clear comes as a standalone server as well as a servlet which can be run on any J2EE application server such as Tomcat, Jetty, IIS, or Apache (via php).

Features can be added using the public API, or by adding custom JavaBeans which can be added to reports. User defined functions (UDF) extend the formula features of the embedded formula calculation routines.

Notes and references[edit]

  1. ^ "i-net Crystal-Clear / freshmeat.net". May 15, 2009. Retrieved 2009-05-18.
  2. ^ "i-net Crystal-Clear API". May 15, 2009. Retrieved 2009-05-18.

External links[edit]


Category:Reporting software