The Content of ZK Binary Distribution"

From Documentation
Line 89: Line 89:
 
* License: LGPL
 
* License: LGPL
 
* Version: JFreeChart 1.0.13 and JCommon 1.0.16
 
* Version: JFreeChart 1.0.13 and JCommon 1.0.16
* [Available in ZK PE and EE only]
+
* Available in ZK PE and EE only
  
 
|-
 
|-
Line 104: Line 104:
 
* Version: Jasper Reports 3.7.0(itext: 2.1.7, commons-collections: 3.2.1, commons-logging: 1.1.1, commons-digester: 2.0, jxl: 2.6.12, poi: 3.2)
 
* Version: Jasper Reports 3.7.0(itext: 2.1.7, commons-collections: 3.2.1, commons-logging: 1.1.1, commons-digester: 2.0, jxl: 2.6.12, poi: 3.2)
 
* Note: poi.jar is required if you want to use Apache POI to generate Microsoft Excel format. And, jxl.jar is required only if you want to use JExcelApi to generate the Microsoft Excel format.
 
* Note: poi.jar is required if you want to use Apache POI to generate Microsoft Excel format. And, jxl.jar is required only if you want to use JExcelApi to generate the Microsoft Excel format.
* [Available in ZK PE and EE only]
+
* Available in ZK PE and EE only
  
 
|-
 
|-
Line 128: Line 128:
 
| Required if you want scripting in Groovy.
 
| Required if you want scripting in Groovy.
  
 +
* License: Apache
 
* Version: Groovy 1.7 (groovy-all)
 
* Version: Groovy 1.7 (groovy-all)
  
Line 151: Line 152:
  
 
* Version: JH Labs Java Image Filters
 
* Version: JH Labs Java Image Filters
* [Available in ZK PE and EE only]
+
* Available in ZK PE and EE only
  
 
|-
 
|-
Line 159: Line 160:
  
 
* Version: MVEL 1.2.21 (for Java 1.4 or above)
 
* Version: MVEL 1.2.21 (for Java 1.4 or above)
* [Available in ZK EE only]
+
* Available in ZK EE only
  
 
|-
 
|-
Line 167: Line 168:
  
 
* Version: OGNL 2.6.9
 
* Version: OGNL 2.6.9
* [Available in ZK EE only]
+
* Available in ZK EE only
  
 
|}
 
|}

Revision as of 06:31, 6 September 2010


DocumentationZK Installation GuideZK BackgroundThe Content of ZK Binary Distribution
The Content of ZK Binary Distribution



Directory Structure

The content of the ZK binary distribution is as follows.

/doc

This directory holds the documents including release notes and license.

/dist/lib

This directory holds the ZK libraries

/dist/lib/zkforge

This directory holds the additional components and libraries. It is optional depending on whether you need them.
There are three kinds of binary distributions: CE, PE and EE. If not stated explicitly, it is available in all distributions.
Filename Description
fckez.jar Required if you want to use ZK FCKeditor component.
  • License: LGPL
  • Version: 2.6.5_50
ckez.jar Required if you want to use ZK CKeditor component.
  • License: GPL
  • Version: 3.3.2_50
  • Available in ZK PE and EE only
timelinez.jar Required if you want to use ZK Timeline component.
  • License: GPL
  • Version: 2.3.1_50
  • Available in PE and EE only
timeplotz.jar Required if you want to use ZK Timeplot component.
  • License: GPL
  • Version: 1.1_50
  • Available in EE only
gmapsz.jar Required if you want to use ZK Google Maps component.
  • License: GPL
  • Version: 2.51
  • Available in ZK PE and EE only
zuljsp.jar Required if you want to use ZK JSP Tags.
  • License: GPL
  • Version: 1.4.1
  • Available in ZK EE only

/dist/lib/ext

This directory holds the external libraries required to run ZK. Since these libraries are common, you might have already installed them in your Servlet container.

These jar files are optional. You can choose whether to copy depending on your requirements.

Filename Description
  • commons-fileupload.jar
  • commons-io.jar
Required if you want to upload files with them.
  • License: Apache
  • Version: Commons Fileupload 1.2.1 and Commons IO 1.3.1
  • jcommon.jar
  • jfreechar.jar
Required if you want to use ZUL's chart component.
  • License: LGPL
  • Version: JFreeChart 1.0.13 and JCommon 1.0.16
  • Available in ZK PE and EE only
  • jasperreports.jar
  • itext.jarjxl.jar
  • poi.jar
  • commons-collections.jar
  • commons-logging.jar
  • commons-digester.jar
Required if you want to use the jasperreport component.
  • License: LGPL (jasperreports)
  • Version: Jasper Reports 3.7.0(itext: 2.1.7, commons-collections: 3.2.1, commons-logging: 1.1.1, commons-digester: 2.0, jxl: 2.6.12, poi: 3.2)
  • Note: poi.jar is required if you want to use Apache POI to generate Microsoft Excel format. And, jxl.jar is required only if you want to use JExcelApi to generate the Microsoft Excel format.
  • Available in ZK PE and EE only
  • bsh.jar
Required if you want scripting in Java interpreter (BeanShell).
  • License: LGPL
  • Version: BeanShell 2.0b4
  • js.jar
Required if you want scripting in JavaScript (Rhino).
  • License: MPL
  • Version: Rhino 1.7R2 (for Java 5 or later)
  • groovy.jar
Required if you want scripting in Groovy.
  • License: Apache
  • Version: Groovy 1.7 (groovy-all)
  • jruby.jar
Required if you want scripting in Ruby (JRuby).
  • Version: JRuby 1.1.2 (jruby-complete)
  • jython.jar
Required if you want scripting in Python (Jython).
  • Version: Jython 2.5.0
  • Filters.jar
Required if you want to use the captcha component.
  • Version: JH Labs Java Image Filters
  • Available in ZK PE and EE only
  • mvel.jar
Required if you want to use MVEL to evaluate the expressions.
  • Version: MVEL 1.2.21 (for Java 1.4 or above)
  • Available in ZK EE only
  • ognl.jar
Required if you want to use OGNL to evaluate the expressions.
  • Version: OGNL 2.6.9
  • Available in ZK EE only

/dist/src

This directory holds the source codes in JAR format. These JAR files are used for debugging in IDE, such as Eclipse and NetBeans. You cannot build the binary libraries from these. Rather, download and uncompress zk-src-5.0.5.tar.gz.

/dist/xsd

This directory holds the XSD files that might be useful to develop ZK applications.

/dist/WEB-INF

This directory holds the sample configuration file (web.xml and portlet.xml) and the TLD files. These TLD files are part of JAR files so they are loaded automatically. We put them here mainly for your reference only.

Version History

Version Date Content
     



Last Update : 2010/09/06

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.