From 8d2a5f5da104832c5cff652ccac3a9274991ec6e Mon Sep 17 00:00:00 2001 From: "Christian P. MOMON" Date: Mon, 19 Sep 2016 15:24:38 +0200 Subject: [PATCH] Improved text. --- .../devinsy/kiss4web/demo/website/dispatcher/index.html | 2 +- src/fr/devinsy/kiss4web/demo/website/index.html | 8 ++++++++ src/fr/devinsy/kiss4web/demo/website/xidyn/index.html | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/src/fr/devinsy/kiss4web/demo/website/dispatcher/index.html b/src/fr/devinsy/kiss4web/demo/website/dispatcher/index.html index 4ee8483..208b0a0 100644 --- a/src/fr/devinsy/kiss4web/demo/website/dispatcher/index.html +++ b/src/fr/devinsy/kiss4web/demo/website/dispatcher/index.html @@ -10,7 +10,7 @@ -

Dispatcher Demo

+

Dispatcher

Dispatching is one step of the web application requirements. How associate a URL to the right Java class?

diff --git a/src/fr/devinsy/kiss4web/demo/website/index.html b/src/fr/devinsy/kiss4web/demo/website/index.html index 29033f3..acbb264 100644 --- a/src/fr/devinsy/kiss4web/demo/website/index.html +++ b/src/fr/devinsy/kiss4web/demo/website/index.html @@ -24,5 +24,13 @@

Kiss4web is a K.I.S.S. solution for building web applications.

+

+ Kiss4web builds on: +

+

\ No newline at end of file diff --git a/src/fr/devinsy/kiss4web/demo/website/xidyn/index.html b/src/fr/devinsy/kiss4web/demo/website/xidyn/index.html index 031fef6..6e10e50 100644 --- a/src/fr/devinsy/kiss4web/demo/website/xidyn/index.html +++ b/src/fr/devinsy/kiss4web/demo/website/xidyn/index.html @@ -10,7 +10,7 @@ -

Dispatcher Xidyn

+

Xidyn

Template is another step of the web application requirements. How dynamize a static HTML file with data?