Packaging Applications"
From Documentation
Line 3: | Line 3: | ||
=Package ZK As a Shared Library = | =Package ZK As a Shared Library = | ||
− | This is a not-recommended practice. Since ZK stores its | + | This is a not-recommended practice. Since ZK stores its configurations (parsed from <code>zk.xml</code>) as a static object, 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 = | = Package as EAR = |
Revision as of 10:50, 2 March 2023
This is a not-recommended practice. Since ZK stores its configurations (parsed from zk.xml
) as a static object, 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
An EAR file contains one or more JAR and WAR.
Notice for Form Binding