Changes between Version 17 and Version 18 of Devel/Index
- Timestamp:
- 10/10/07 15:35:09 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Devel/Index
v17 v18 20 20 21 21 * [http://code.google.com/webtoolkit/documentation/ GWT Developer Guide] 22 * We recommend you to read this article (not so long)23 * Fundamentals section shows standard folder structure of GWT applications, how GWT works, etc.22 * We recommend you to read this article through (since it's quite a brief document, but sufficient to get started with Java-based web application development) 23 * Fundamentals section explains standard folder structure of GWT applications, how GWT works in hosted-mode and web-mode, etc. 24 24 * Building User Interfaces section must be read to develop HTML user interface 25 25 * RPC section is needed to learn interaction between client-side codes (HTML & JavaScript) and server-side (Servlet, CGI, etc.) codes.