Improved text.
This commit is contained in:
parent
fbaaf9cc9c
commit
8d2a5f5da1
3 changed files with 10 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue