ZK - Open Source Ajax Java FrameworkZK - Open Source Ajax Java Framework

Steps for installing zk??

santoshmalviya
5 Feb 2009 10:50:46 GMT
5 Feb 2009 10:50:46 GMT

Hello all,
Could someone give me the installing steps of zk, I follow these steps:
(1)Copied jar of zk-bin-3.5.2 into lib folder.
(2)Put jar on classpath.
(3)wrote viewhandler to inegrate with my framework.
(4)Developed a small appl and ran successfully.
(5)But when I use some classes of zk like org.zkoss.zul.Constraint to show customized constraint then I got error of component not found zkmax.
Is zk studio or zk-source necessary to install or am I something missing. Please help me.

vijays
5 Feb 2009 11:24:06 GMT
5 Feb 2009 11:24:06 GMT

search for zk userGuide to install zk

mjablonskiTop Contributor
5 Feb 2009 12:33:58 GMT
5 Feb 2009 12:33:58 GMT

"zkmax" is provided by "ZK Enterprise Edition":

http://www.zkoss.org/download/zk.dsp#zk

HTH