From: Marc Englund Date: Thu, 1 Nov 2007 16:25:04 +0000 (+0000) Subject: Added CachingDemo; a small client-side caching demo. X-Git-Tag: 6.7.0.beta1~5717 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=de8f324217d07886d43c76b492c8d32fcad88db2;p=vaadin-framework.git Added CachingDemo; a small client-side caching demo. svn changeset:2661/svn branch:trunk --- diff --git a/WebContent/WEB-INF/web.xml b/WebContent/WEB-INF/web.xml index f09d548507..2fe883f99d 100644 --- a/WebContent/WEB-INF/web.xml +++ b/WebContent/WEB-INF/web.xml @@ -264,6 +264,15 @@ com.itmill.toolkit.demo.colorpicker.gwt.WidgetSet + + + CachingDemo + com.itmill.toolkit.terminal.gwt.server.ApplicationServlet + + application + com.itmill.toolkit.demo.CachingDemo + + @@ -390,6 +399,11 @@ ColorPickerApplication /colorpicker/* + + + CachingDemo + /CachingDemo/* + index.jsp diff --git a/WebContent/index.html b/WebContent/index.html index 24b1d8da6f..7dfa3efaa4 100644 --- a/WebContent/index.html +++ b/WebContent/index.html @@ -67,6 +67,17 @@ HelloWorld.java and Calc.java + +
+

Client-side caching demo

+
+ CachingDemo + Simple demo of client-side caching. +
+
Source code: + CachingDemo.java +
+