meta data for this page
  •  

This is an old revision of the document!


Vaadin Coding

for Vaadin Code Camp 2009

Generally go to vaadin }> site, lot of information is there.

Coding References and Links

Short Coding Notes

CTRL+1 (Quick Fix) to give choices to fix code under cursor. Be careful although to select right things, like packages, usually com.vaadin.*.

CTRL+SPACE to complete names.

/?restartApplication in end of browser URL field to refresh vaadin servlet in tomcat to make changes effective.

Coding Software