Some useful tools for web in Java.
https://www.kiss4web.org/
.settings | ||
lib | ||
src/fr/devinsy/kiss4web | ||
test | ||
.classpath | ||
.gitignore | ||
.project | ||
build-libjar.xml | ||
build.num | ||
build.properties | ||
build.xml | ||
buildandgit.xml | ||
LICENSE | ||
README.md | ||
TODO |
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 kiss4web-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.