From e0185c1f7827c6ce2ae66f4d1e3984eb34389310 Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Tue, 13 Apr 2010 08:33:21 +0000 Subject: [PATCH] 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 --- WebContent/index.html | 41 ++++++++++++++++++++++++++++++++++------- 1 file changed, 34 insertions(+), 7 deletions(-) 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?