Packing Code"

From Documentation
m
Line 1: Line 1:
 
{{ZKDevelopersReferencePageHeader}}
 
{{ZKDevelopersReferencePageHeader}}
  
There are two ways to pack the customization code: part of Web application, or an independent JAR file.
+
__TOC__
 +
 
 +
There are two ways to pack the customization code: part of the Web application, or an independent JAR file. Packing as part of the Web application is straightforward. All you have to do is to specify the customization in <tt>WEB-INF/zk.xml</tt> as described in [[ZK Configuration Reference]].
 +
 
 +
In many cases, it is better to pack the customization code as an independent JAR file, such that it can be managed separately, and reused in multiple Web applications.
 +
 
 +
=Where to Configure a JAR File=
 +
 
 +
=How to Initialize a JAR File=
  
 
=Version History=
 
=Version History=

Revision as of 04:41, 21 December 2010

There are two ways to pack the customization code: part of the Web application, or an independent JAR file. Packing as part of the Web application is straightforward. All you have to do is to specify the customization in WEB-INF/zk.xml as described in ZK Configuration Reference.

In many cases, it is better to pack the customization code as an independent JAR file, such that it can be managed separately, and reused in multiple Web applications.

Where to Configure a JAR File

How to Initialize a JAR File

Version History

Last Update : 2010/12/21


Version Date Content
     



Last Update : 2010/12/21

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