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/20 17:17]
hevi
vaadin:start [2009/10/22 10:59]
hevi
Line 13: Line 13:
     * [[http://vaadin.com/api/|API]]     * [[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 ======