meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| vaadin:start [2009/10/15 13:33] – hevi | vaadin:start [2009/10/22 11:11] (current) – hevi | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ~~NOTOC~~ | ||
| + | |||
| ====== Vaadin Coding ====== | ====== Vaadin Coding ====== | ||
| + | {{ : | ||
| for [[: | for [[: | ||
| Generally go to [[http:// | Generally go to [[http:// | ||
| + | |||
| + | ====== Coding References and Links ====== | ||
| + | * See IT MILL vaadin pages http:// | ||
| + | * [[http:// | ||
| + | * [[http:// | ||
| + | * [[http:// | ||
| + | |||
| + | |||
| + | ====== 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. | ||
| + | |||
| + | **/? | ||
| + | |||
| + | **WebContent/ | ||
| + | |||
| + | **Keep code formatted and clean** on eclipse file **CTRL-A** and **CTRL-SHIFT-F** to format code automatically. | ||
| + | |||
| + | ====== Monday Demo ======= | ||
| + | * {{: | ||
| + | * https:// | ||
| + | * http:// | ||
| + | * OR on eclipse | ||
| + | * Create vaadin project GoodNews | ||
| + | * File-> | ||
| + | * Move files from GoodNews/ | ||
| + | * Move files from GoodNews/ | ||
| + | * GoodNews/ | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | ======= Data storage ======= | ||
| + | * For simple " | ||
| + | * [[http:// | ||
| + | * If you are targeting Google App Engine use JDO or JPA and read: http:// | ||
| + | * For Java-based SQL storage [[http:// | ||
| + | |||
| + | ====== Contributed components/ | ||
| + | * http:// | ||
| + | * http:// | ||
| + | |||
| + | ====== Uilder code search ====== | ||
| + | * http:// | ||
| + | |||
| ====== Coding Software ====== | ====== Coding Software ====== | ||
| Line 16: | Line 65: | ||
| - [[http:// | - [[http:// | ||
| - | ====== Coding References and Links ====== | ||
| - | * See IT MILL vaadin pages http:// | ||
| - | * [[http:// | ||
| - | * [[http:// | ||
| - | * [[http:// | ||
| - | ====== 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. | + | |