diff options
author | Artur Signell <artur.signell@itmill.com> | 2010-04-13 08:33:21 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2010-04-13 08:33:21 +0000 |
commit | e0185c1f7827c6ce2ae66f4d1e3984eb34389310 (patch) | |
tree | bf9954dcf40960f6021fb54fbf86fea7715e44e7 /WebContent | |
parent | 4d4a848c19d9a0440dee7abd92b123d1ccaae187 (diff) | |
download | vaadin-framework-e0185c1f7827c6ce2ae66f4d1e3984eb34389310.tar.gz vaadin-framework-e0185c1f7827c6ce2ae66f4d1e3984eb34389310.zip |
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
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/index.html | 41 |
1 files 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 @@ <div class="col2"> <h5>Server-side Java</h5> - <p>Forget about the browser and RPC, you're working with server-side code. This separates Vaadin from client oriented Java frameworks such as GWT.</p> - </div> - + <p>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.</p> + </div> <div class="col2"> - <h5>Code Examples</h5> + <h5>Code Examples</h5> <ul> <li> <h6>Hello World – The classic example</h6> @@ -109,6 +108,22 @@ </a> </div> + <div class="newline col2"> + <h5>Browser independent</h5> + <p>Leave the browser compatibility issues to Vaadin and focus on developing your application. All components in Vaadin are compatible with</p> + <ul> + <li>Internet Explorer 6+</li> + <li>Mozilla Firefox 3+</li> + <li>Safari 3+</li> + <li>Opera 10</li> + <li>Google Chrome 4</li> + </ul> + </div> + <div class="col2"> + <h5>No plugins required</h5> + <p>Vaadin is based on javascript and does not require the end user to install any plugins.</p> + </div> + <div class="col4"> <h5>More?</h5> <ul> @@ -251,11 +266,23 @@ <div class="col"> <h5>Servlet deployment</h5> <p>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.</p> - <ul><li><a href="http://vaadin.com/features">Full list of supported application servers</a></li></ul> + <h5>Supported application servers</h5> + <ul> + <li>Apache Tomcat, 4.1+</li> + <li>BEA WebLogic, 9.2+</li> + <li>IBM WebSphere Application Server 6.1+</li> + <li>JBoss Application Server 3.2.8+</li> + <li>Jetty 5+</li> + <li>Glassfish 2+</li> + </ul> </div> <div class="col"> <h5>Portlet support</h5> - <p>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.</p> + <p>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.</p> + <h5>Supported portals</h5> + <ul> + <li>Liferay Portal 4.3 or later</li> + </ul> </div> <div class="col"> <h5>Google App Engine</h5> @@ -335,7 +362,7 @@ <div id="footer"> - <span class="slogan"><strong>vaadin <em>}></em></strong> thinking of U and I<span> <a href="#top">↑ Back to top</a> + <span class="slogan"><strong>vaadin <em>}></em></strong> thinking of U and I<span> <!-- <a href="#top">↑ Back to top</a>--> </div> <!-- /footer --> <div style="height:0px; overflow:hidden;"> |