From: Artur Signell Date: Tue, 13 Apr 2010 08:33:21 +0000 (+0000) Subject: Added supported browser/application servers + minor corrections X-Git-Tag: 6.7.0.beta1~1711^2~39 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e0185c1f7827c6ce2ae66f4d1e3984eb34389310;p=vaadin-framework.git Added supported browser/application servers + minor corrections Removed "to top" link as it removes the currently visible page svn changeset:12497/svn branch:6.3 --- diff --git a/WebContent/index.html b/WebContent/index.html index a42c71dfd4..bbd1512439 100644 --- a/WebContent/index.html +++ b/WebContent/index.html @@ -74,11 +74,10 @@
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.

-
- +

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

+
-
Code Examples
+
Code Examples
+
+
Browser independent
+

Leave the browser compatibility issues to Vaadin and focus on developing your application. All components in Vaadin are compatible with

+ +
+
+
No plugins required
+

Vaadin is based on javascript and does not require the end user to install any plugins.

+
+
More?