32 lines
No EOL
893 B
Markdown
32 lines
No EOL
893 B
Markdown
# Kiss4web
|
|
|
|
Welcome! Welcome in a world of K.I.S.S.
|
|
|
|
K.I.S.S. = Keep It Simple, Stupid (https://en.wikipedia.org/wiki/KISS_principle).
|
|
|
|
Nowadays, make a Web site involves to use complex and heavy frameworks. Nevertheless, to build a web page and to return it, does not maybe ask so much complexity.
|
|
|
|
Kiss4web is a K.I.S.S. solution for building web applications.
|
|
|
|
Kiss4web builds on:
|
|
|
|
- KissDispatcher: call the good Java Servlet for each HTTP request,
|
|
- Xidyn: a template solution to dynamize HTML sources.
|
|
|
|
## Developing environment
|
|
|
|
Kiss4web-demo project uses strictly Eclipse Kepler, Java 6, GIT.
|
|
|
|
|
|
## Build
|
|
|
|
Kiss4web uses Ant and generates a geneaquilt-x.y.z folder which contains:
|
|
|
|
- x.jar : full software.
|
|
- x-core.jar : only compiled class without any library.
|
|
- x-core-source.jar : sources.
|
|
|
|
|
|
# License
|
|
|
|
Kiss4web is released under the GNU LGPL license. |