-
ZK releases embeddable Ajax calendar (4 messages)
- Posted by: Timothy Mills-Clare
- Posted on: May 28 2009 07:42 EDT
ZK have announced a new Ajax component called ZK Calendar for Java applications. It is a fully featured web-based calendar boasting a similar feature set to Google’s calendar application. However, ZK Calendar can be embedded into web-based Java applications allowing interaction with other ZK components and the ability to customize functionality and styling. The calendar’s data is also stored on the user’s database meaning that they have full control over said data. Notable functionality of the calendar includes drag & drop events, multiple time zone support and various viewing modes. ZK Calendar enables team collaboration by sharing schedules based upon permissions. There is a live demo available as well as details on implementation.Threaded Messages (4)
- Re: ZK releases embeddable Ajax calendar by George de la Torre on May 28 2009 08:47 EDT
- Is it available? by Cary Clark on May 28 2009 08:52 EDT
- Re: Is it available? by Robbie Cheng on June 01 2009 05:26 EDT
- Nice. See also SmartGWT Calendar by Raffaele Guidi on May 28 2009 18:45 EDT
-
Re: ZK releases embeddable Ajax calendar[ Go to top ]
- Posted by: George de la Torre
- Posted on: May 28 2009 08:47 EDT
- in response to Timothy Mills-Clare
Looks nice, how can I use just this widget in my application? Will it require all of ZK libs and what is the license? A calendar component needs to be extensible for specific use cases, if this is GPL, then it won't be feasible for my project. -
Is it available?[ Go to top ]
- Posted by: Cary Clark
- Posted on: May 28 2009 08:52 EDT
- in response to Timothy Mills-Clare
I ran the live demo. Very nice looking component... I read the wiki page with the details about the calendar. Nice explanation of the visual and non-visual parts of the component. Now, suppose I actually wanted to use it... There's no download link anywhere. There's no separate file download in the download section. There's no sample .zul showing the component being placed on a page or .java file showing how to compose/load data. The Version on the wiki page says it's compatible with 3.6.0+, but SimpleCalendarModel isn't in the 3.6.1 jars. How do we get it? -
Re: Is it available?[ Go to top ]
- Posted by: Robbie Cheng
- Posted on: June 01 2009 05:26 EDT
- in response to Cary Clark
You can download it from here, and have fun! -
Nice. See also SmartGWT Calendar[ Go to top ]
- Posted by: Raffaele Guidi
- Posted on: May 28 2009 18:45 EDT
- in response to Timothy Mills-Clare
...at this address: http://www.smartclient.com/smartgwt/showcase/#featured_databound_calendar_category License is LGPL (while ZK, I believe, is GPL). Regards, Raffaele