Packaging Applications"

From Documentation
(Created page with "{{ZKDevelopersReferencePageHeader}} __TOC__ {{ZKDevelopersReferencePageFooter}}")
 
Line 1: Line 1:
 
{{ZKDevelopersReferencePageHeader}}
 
{{ZKDevelopersReferencePageHeader}}
 
__TOC__
 
__TOC__
 +
 +
=Package ZK As a Shared Library =
 +
This is a not-recommended practice. Since ZK stores its configuration descriptor (<code>zk.xml</code>) as a static object. Hence, all your zk applications in the same application server will have the same configurations. If you change a configuration (library property), it will affect all zk applications.
 +
 +
= Package as EAR =
  
  
 
{{ZKDevelopersReferencePageFooter}}
 
{{ZKDevelopersReferencePageFooter}}

Revision as of 10:45, 2 March 2023


Packaging Applications


Package ZK As a Shared Library

This is a not-recommended practice. Since ZK stores its configuration descriptor (zk.xml) as a static object. Hence, all your zk applications in the same application server will have the same configurations. If you change a configuration (library property), it will affect all zk applications.

Package as EAR


Last Update : 2023/03/02

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