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

integrate zk calendar

ndeye
10 Feb 2010 09:59:06 GMT
10 Feb 2010 09:59:06 GMT

hello

i want to use zk calendar in my project. I use j2ee platform's and i want integrate zk calendar in some pages. The problem is: i have any documentaion for it. i need your help to progress in my work.

Thank you
Ndeye

henrichen
10 Feb 2010 18:57:32 GMT
10 Feb 2010 18:57:32 GMT

http://code.google.com/p/zkcalendar/downloads/list

And check the demo source and JavaDoc. Shall give you some idea.

PeterKuo
10 Feb 2010 18:59:15 GMT
10 Feb 2010 18:59:15 GMT

ZK Calendar
http://docs.zkoss.org/wiki/ZK_Calendar

ndeye
11 Feb 2010 05:14:49 GMT
11 Feb 2010 05:14:49 GMT

I'll see these two pages both. i have download the demo and source but when i execute the demo (ref:http://docs.zkoss.org/wiki/Installing_And_Building_ZK_On_Windows_Systems) i have this error, org.zkoss.zk.ui.metainfo.DefinitionNotFoundException: Component definition not found: borderlayout in [LanguageDefinition: xul/html]


and when i execute the source i have 47 errors in Cygwin console some says package does not exist (org.zkoss.zul.impl.api, org.zkoss.json) others say cannot find symbol i think some librairies are missing there .i have added these librairies manualy in the source: zul, zweb, zk, zkplus, zhtml, zcommon, zcommons-el, jython, js, jtuby, jfreechart, jcommon, groovy, gmapsz, fckez, dojoz, commons-el, commons-io, commons-fileupload, caledar, calendar-sources and bsh

thank you

henrichen
12 Feb 2010 02:04:26 GMT
12 Feb 2010 02:04:26 GMT

Be careful that because the architecture change between ZK3 and ZK5. You shall use correct jar file for different version.
Mainly ZK Calendar works with ZK5 while previous version works with ZK3.

ndeye
12 Feb 2010 04:09:28 GMT
12 Feb 2010 04:09:28 GMT

thanks you.

I use zk-calendar-src-2.0. but i have download zk5 src and bin to see there main, i don't find zk-calendar within them. more i don't see the page view to affich calendar in zk-calendar-src-2.0

PeterKuo
16 Feb 2010 06:16:45 GMT
16 Feb 2010 06:16:45 GMT

As henri said, you can download the source at
http://code.google.com/p/zkcalendar/downloads/list

It is not included in zk5, but implemented as ZK5 component.