From 8a163a1886f075fc2ba82f152f2bc51d7066c0ad Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Mon, 12 Apr 2010 12:06:55 +0000 Subject: [PATCH] "Documentation" draft svn changeset:12474/svn branch:6.3 --- WebContent/index.html | 40 +++++++++++++++++++++++++++++----------- 1 file changed, 29 insertions(+), 11 deletions(-) diff --git a/WebContent/index.html b/WebContent/index.html index 420e29e69d..9f8e1100f5 100644 --- a/WebContent/index.html +++ b/WebContent/index.html @@ -73,8 +73,8 @@

Programming Model

-
Server side Java Only
-

Forget about the client and RPC, you're only working with the server-side code. This separates Vaadin from similar client oriented Java frameworks such as GWT.

+
Server-side Java
+

Forget about the browser and RPC, you're working with server-side code. This separates Vaadin from client oriented Java frameworks such as GWT.

@@ -93,7 +93,7 @@
Architecture Diagram
-

Learn how Vaadin integrates with different platforms and other frameworks and where your code fits in.

+

Learn how Vaadin integrates with different platforms and other frameworks, and where your code fits in.

@@ -102,7 +102,7 @@
Short Development Example
-

Watch as we create a document editor step by step in less than 10 minutes using the Eclipse IDE.

+

Watch how to create a document editor in less than 10 minutes using the Eclipse IDE.

Vaadin step-by-step (10 min) @@ -123,22 +123,22 @@
Looks the Way You Want It To
-

Vaadin comes with two great themes to get you started.

But since individual apps have individual needs, Vaadin makes it easy to customize the look of your application with only CSS.

+

Vaadin comes with two great themes to get you started. Since individual apps have individual needs, Vaadin makes it easy to customize the look of your application using only CSS.

@@ -163,7 +163,7 @@ @@ -172,7 +172,7 @@

Extending, Packaging and Distributing

Add-on Architecture
-

Vaadin has a unique add-on architecture. Add-ons, such as new components/widgets can be packaged as single JARs, which can then be used in other projects just by dropping it to your project’s classpath.

+

Vaadin has a unique add-on architecture. Add-ons, such as new components/widgets can be packaged as single JARs, which can then be used in other projects just by adding them to the project's classpath.

Browse Add-ons
@@ -200,6 +200,24 @@
  • Best Documentation Around

    +
    +
    Documentation is the key to understanding
    +

    + +

    + + Book of Vaadin provides you with all the information you need about Vaadin in a comprehensive form.

    +
    API
    +

    When you get down to programming the Vaadin API Reference Documentation will help you with the classes and the methods.

    +
    +
    +
    DZone Refcard
    +

    For a quick introduction to Vaadin, check out the DZone Vaadin Refcard

    +
    Tutorials
    +

    Vaadin tutorials provides you with a code-centric introduction to Vaadin.

    +

    Building a simple address book

    +

    More tutorials

    +
  • -- 2.39.5