meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
vaadin:start [2009/10/15 13:33]
hevi
vaadin:start [2009/10/22 10:59]
hevi
Line 1: Line 1:
 +~~NOTOC~~
 +
 ====== Vaadin Coding ====== ====== Vaadin Coding ======
 +{{ :vaadin:vaadin-logo-ok.png}}
 for [[:vaadin2009:start|Vaadin Code Camp 2009]] for [[:vaadin2009:start|Vaadin Code Camp 2009]]
  
 Generally go to [[http://vaadin.com|vaadin }>]] site, lot of information is there. Generally go to [[http://vaadin.com|vaadin }>]] site, lot of information is there.
 +
 +====== Coding References and Links ======
 +  * See IT MILL vaadin pages  http://vaadin.com
 +    * [[http://vaadin.com/tutorial|Tutorial]]
 +    * [[http://vaadin.com/book|Book]]
 +    * [[http://vaadin.com/api/|API]]
 +
 +
 +====== 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.
 +
 +**WebContent/WEB-INF/lib** is the place store additional **.jar**:s.
 +
 +**Keep code formatted and clean** on eclipse file **CTRL-A** and **CTRL-SHIFT-F** to format code automatically.
  
 ====== Coding Software ====== ====== Coding Software ======
Line 16: Line 37:
   - [[http://vaadin.com/eclipse|vaadin Eclipse plugin]]   - [[http://vaadin.com/eclipse|vaadin Eclipse plugin]]
  
-====== Coding References and Links ====== 
-  * See IT MILL vaadin pages  http://vaadin.com 
-    * [[http://vaadin.com/tutorial|Tutorial]] 
-    * [[http://vaadin.com/book|Book]] 
-    * [[http://vaadin.com/api/|API]] 
  
-====== Questions and Answers ====== +
-Usually most fastest and easiest is discuss questions and problems directly with other groups, but if you have difficult problems without direct answers add them here.+