From 3cfa58a28674a2cc39926150373bb6511eef35c2 Mon Sep 17 00:00:00 2001 From: Jouni Koivuviita Date: Mon, 12 Apr 2010 15:43:32 +0000 Subject: [PATCH] Demo-page update svn changeset:12490/svn branch:6.3 --- WebContent/index.html | 57 +++++++++++++++++++++++++++---------------- 1 file changed, 36 insertions(+), 21 deletions(-) diff --git a/WebContent/index.html b/WebContent/index.html index bbed84ec6e..e02a370550 100644 --- a/WebContent/index.html +++ b/WebContent/index.html @@ -102,7 +102,7 @@
Short Development Example
-

Watch how to create a document editor 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, using the Vaadin Eclipse Plugin.

Vaadin step-by-step (10 min) @@ -178,6 +178,7 @@
Packaging Add-ons
@@ -201,37 +202,47 @@
  • 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.

    +
    + +
    Book of Vaadin
    +
    Documentation Is The Key to Understanding
    +

    The Book of Vaadin provides you with all the information you need about Vaadin in a comprehensive form. It's available as a free PDF download, or alternatively as a physical book from Lulu.com

    +
    +
    API

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

    -
    +
    Tutorials + Address Book tutorial +

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

    + +
    +
    DZone Refcard
    + DZone Ref Card for Vaadin

    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

  • Easy Deployment

    -
    +
    Single JAR

    Vaadin is a single JAR file without external dependencies. Deploy the JAR with your application and you are ready to go.

    +
    +
    Servlet deployment
    -

    Vaadin provides a single servlet which runs the application. An application can be deployed to any servlet 2.3 container such as Jetty, Tomcat, and more.

    +

    Vaadin provides a single servlet which runs the application. An application can be deployed to any servlet 2.3 container such as Jetty, Tomcat, and others.

    -
    +
    Portlet support
    -

    Vaadin applications can be deployed as portlets in portals such as Liferay. No code modifications are needed to deploy a Vaadin application to a portal and both portlet standards 1.0 (JSR-168) and 2.0 (JSR-286) are supported.

    +

    Vaadin applications can be deployed as portlets in portals such as Liferay. No code modifications are needed to deploy a Vaadin application to a portal and both portlet standards 1.0 (JSR-168) and 2.0 (JSR-286) are supported.

    +
    +
    Google App Engine

    The same servlet and portlet Vaadin applications can be deployed to Google App Engine. This requires that all application classes are serializable.

    @@ -269,18 +280,22 @@
    Forums

    The forums are very active and a good place to ask questions, help others, discuss your latest ideas or just share what you have done.

    -
    + +
    +
    Wiki

    The Vaadin wiki is a place where you can find out the best way to use Vaadin, how to integrate it with various other systems such as Spring or JEE6. Read what others have done or write down how you do things.

    -
    +
    Vaadin Directory

    Add-ons for Vaadin are distributed through Vaadin Directory. See what others have done, get ideas or create and share your own.

    -
    + +
    +
    Bug Tracker

    Found a problem in Vaadin? Maybe you fixed it yourself already? Report it through the Vaadin bug tracker so everybody else also can benefit from your findings.

    -
    +
  • -- 2.39.5