Directory

VodaTime - Vaadin Add-on Directory

A perfect add-on build example and components supporting JodaTime types VodaTime - Vaadin Add-on Directory
Note, this add-on has born as an example of "perfect Vaadin Add-On project setup". Its main purpose is to serva as a good example and improve overall build quality of various Vaadin Add-ons. This way I hope it eventually make contributions easier and more effortless on all Vaadin Add-ons. Still, the addon itself might already on its early steps be valid add-on for Vaadin Developers using Joda time. The add-on itself currently only have two components === VodaDateField === A simple server side component that utilizes PropertyTranslator to provide support for JodaTimes DateTime type. === LocalDateBox === A supa simple component for LocalDate type. Also has own simple client side implementation based on GWT's DateBox.