Some useful tools for web in Java. https://www.kiss4web.org/
Find a file
2023-11-26 20:46:45 +01:00
.settings Upgraded lib and dev environment. 2021-11-27 15:46:54 +01:00
lib Upgraded commons-lang3 to 3.13.0. 2023-11-26 20:46:45 +01:00
src/fr/devinsy/kiss4web Migrated to Log4j2. 2021-12-28 18:26:02 +01:00
test Migrated to Log4j2. 2021-12-28 18:26:02 +01:00
.classpath Upgraded commons-lang3 to 3.13.0. 2023-11-26 20:46:45 +01:00
.gitignore Improve build, add test management, update lib. 2013-06-25 03:11:22 +02:00
.project Improve package design. 2013-08-24 12:25:08 +02:00
build-libjar.xml Refactored build. 2016-09-21 14:27:25 +02:00
build.num Refactored build. 2016-09-21 14:27:25 +02:00
build.properties Initialize branch 0.3. 2014-10-23 18:17:33 +02:00
build.xml Refactored build. 2016-09-21 14:27:25 +02:00
buildandgit.xml Refactored build. 2016-09-21 14:27:25 +02:00
LICENSE First commit from split with devinsy-utils. 2013-06-20 02:57:31 +02:00
README.md Fixed readme. 2016-09-21 14:24:51 +02:00
TODO Improve code organization. 2013-08-19 16:18:54 +02:00

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.