Improved text.

This commit is contained in:
Christian P. MOMON 2016-09-19 15:24:38 +02:00
parent fbaaf9cc9c
commit 8d2a5f5da1
3 changed files with 10 additions and 2 deletions

View file

@ -10,7 +10,7 @@
<meta name="keywords" content="kiss4web, devinsy" />
</head>
<body>
<h1>Dispatcher Demo</h1>
<h1>Dispatcher</h1>
<p>
Dispatching is one step of the web application requirements. How associate a URL to the right Java class?
</p>

View file

@ -24,5 +24,13 @@
<p>
Kiss4web is a K.I.S.S. solution for building web applications.
</p>
<p>
Kiss4web builds on:
<ul>
<li>KissDispatcher: call the good Java Servlet for each HTTP request,</li>
<li>Xidyn: a template solution to dynamize HTML sources.</li>
<li></li>
</ul>
</p>
</body>
</html>

View file

@ -10,7 +10,7 @@
<meta name="keywords" content="kiss4web, devinsy" />
</head>
<body>
<h1>Dispatcher Xidyn</h1>
<h1>Xidyn</h1>
<p>
Template is another step of the web application requirements. How dynamize a static HTML file with data?
</p>