From f71c8a24a050519f4ae6542c98433ffbac9dac40 Mon Sep 17 00:00:00 2001 From: Jouni Koivuviita Date: Tue, 13 Apr 2010 10:46:29 +0000 Subject: [PATCH] Demo-page update svn changeset:12506/svn branch:6.3 --- WebContent/index.html | 72 +++++++++++++++++++++++-------------------- 1 file changed, 38 insertions(+), 34 deletions(-) diff --git a/WebContent/index.html b/WebContent/index.html index 6d89d31a49..64059d3787 100644 --- a/WebContent/index.html +++ b/WebContent/index.html @@ -70,11 +70,11 @@ -
-
DZone Refcard
- DZone Ref Card for Vaadin -

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

+
API +

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

  • Easy Deployment

    -
    +
    Single JAR

    Vaadin is a single JAR file without external dependencies. Add the JAR to your web application project and you are ready to start creating the user interface.

    -
    -
    Servlet deployment
    +
    +
    Servlet Deployment

    Vaadin provides a single servlet which runs the application. An application can be deployed to any Java application server that supports servlet 2.3 or newer.

    -
    Supported application servers
    +
    +
    +
    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 is included in Liferay 6.0 as a standard feature.

    +
    +
    Supported Application Servers
      -
    • Apache Tomcat, 4.1+
    • -
    • BEA WebLogic, 9.2+
    • -
    • IBM WebSphere Application Server 6.1+
    • -
    • JBoss Application Server 3.2.8+
    • -
    • Jetty 5+
    • -
    • Glassfish 2+
    • +
    • Apache Tomcat, 4.1+
    • +
    • BEA WebLogic, 9.2+
    • +
    • IBM WebSphere Application Server 6.1+
    • +
    • JBoss Application Server 3.2.8+
    • +
    • Jetty 5+
    • +
    • Glassfish 2+
    -
    -
    -
    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 is included in Liferay 6.0 as a standard feature.

    -
    Supported portals
    +
    +
    +
    Supported Portals
      -
    • Liferay Portal 4.3 or later
    • +
    • Liferay Portal 4.3 or later
    -
    +
    Google App Engine

    The same servlet and portlet Vaadin applications can be deployed to Google App Engine, provided they are built to be serializable.

    @@ -348,10 +352,10 @@
    @@ -516,7 +520,7 @@ // Generate tab captions var tabs = content.before('
    ').prev(); var height = 0; - $("#reasons .tab").each(function(i, li) { + $("#reasons > li").each(function(i, li) { li = $(li); if(li.height() > height) { height = li.outerHeight(); -- 2.39.5