Changes between Version 17 and Version 18 of Devel/Index


Ignore:
Timestamp:
10/10/07 15:35:09 (18 years ago)
Author:
leo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Devel/Index

    v17 v18  
    2020
    2121 * [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.
    2424     * Building User Interfaces section must be read to develop HTML user interface 
    2525     * RPC section is needed to learn interaction between client-side codes (HTML & JavaScript) and server-side (Servlet, CGI, etc.) codes.