Calendar Add-on Demo

Hi!

Is ti possible to run that demo Calendar in own environment just for testing and learning? There is source codes, but is it enough for running it? So there is no packed file, just that:

http://dev.vaadin.com/svn/addons/Calendar/

Cheers,
Sami

The source code should be there, so by running that proper ant target on the file build/build.xml you should get the component built.

Or if you just want to test it out and don’t care about the source code, you can download the add-on from
http://vaadin.com/directory#addon/vaadin-calendar
through the “Download now” button. This gives you a folder which contains the add-on JAR you can install normally to your application.

It should work pretty well to

  • Create a new Vaadin project in Eclipse
  • Add the Calendar add-on jar from the Directory to WEB-INF/lib
  • Add the sources from http://dev.vaadin.com/svn/addons/Calendar/trunk/demo/src/ to your project.
  • Ensure that web.xml points to the correct application class
  • Compile the widgetset
  • Deploy

Some other Calendar examples are

EDIT: I got it, so it’s working now, I downloaded everything again and build it again and it’s working. Thanks!


Stupid question: Is there anywhere demo’s source code in a zip or a jar file because now I had to copy every file by hand from:

http://dev.vaadin.com/svn/addons/Calendar/trunk/demo/src/com/vaadin/addon/calendar/

So I establied a new project, I copied your demo’s source code, I added vaadin calendar Jar to Eclipse Lib and I got that:

Widgetset does not contain implementation for com.vaadin.addon.calendar.ui.Calendar.Check its @ClientWidget mapping, widgetsets GWT module description file and re-compile your widgetset. In case you have downloaded a vaadin add-on package, you might want to refer to add-on instructions. Unrendered UIDL:

com.vaadin.addon.calendar.ui.Calendar(NO CLIENT IMPLEMENTATION FOUND)

Kiitos!
Sami

p.s. Mites muuten Turussa, onko siellä jo pakkasta ja onko ollut maa valkoisena kertaakaan?

Hello,

how can I get the source code of the online Demo?

http://dev.vaadin.com/svn/addons/Calendar/trunk/demo/src/ don’t work for me.

Cheers,

Aissam

Aissam,
I found the source here:

http://dev.vaadin.com/git/?p=addons/calendar/calendar.git;a=tree;f=demo/src/com/vaadin/addon/calendar/demo;h=2e801aaff657193b6fc3cd893316821dc6a44dec;hb=251b9e563e341e00be105c9c2f6c451fa33c633e

Thannk you Sara.

Hello,

              My requirement is to create and add event on a perticular day repeated in all months using vaadin calender. Is it possbile to create this kind of event in vaadin calendar.

For example: creating an event on 5th day in all months in a year.

Hi,
I had downloaded vaadin calendar code from following url.
https://dev.vaadin.com/git/?p=addons/calendar/calendar.git;a=shortlog;h=refs/heads/master
that is version update(master) while i was tried with this as vaadin7 project it was showing a massage as no widgetset and i tried with this as maven project also this time it’s showing compilelation error. So please help me to deploy this one to local.
Thanks.

i have downloaded the source code from url
https://dev.vaadin.com/git/?p=addons/calendar/calendar.git
version update (master) there no widgetset so my application is not finding widgetset so
Where i will get the widgetset for code

i have downloaded the source code from url
https://dev.vaadin.com/git/?p=addons/calendar/calendar.git
version update (master) there no widgetset so my application is not finding widgetset so
Where i will get the widgetset for code