Showing posts with label vaadin. Show all posts
Showing posts with label vaadin. Show all posts

Wednesday, March 5, 2014

Vaadin Where can I get the sources

HERE

$ git clone https://github.com/vaadin/vaadin.git

Is there much code?  You decide:



Main Language: Java
Total Lines of Code: 2,116,052

Instructions HERE

Read More..

Sunday, March 2, 2014

Vaadin ObjectProperty initialization

Favor (use Generics):


ObjectProperty propertynew ObjectProperty("Hello");


Over (from Vaadin API: "Since Vaadin 7, only values of the correct type are accepted, and no automatic conversions are performed."):



ObjectProperty property = new ObjectProperty("Hello",String.class);


Read More..
 
Powered by Blogger .
Converted To Blogger Template by Anshul .