Some useful tools for web in Java. https://www.kiss4web.org/
Find a file
2016-09-19 15:46:39 +02:00
.settings Refactored lot of code about dispatcher with catcher concept. Improved 2016-09-12 05:09:54 +02:00
lib Update devins-utils lib to 0.3.2. 2016-09-15 01:44:34 +02:00
src/fr/devinsy/kiss4web Debugged, improved, refactored code (catchers, dispatching, starting…). 2016-09-15 01:46:21 +02:00
test Refactored lot of code about dispatcher with catcher concept. Improved 2016-09-12 05:09:54 +02:00
.classpath Update devins-utils lib to 0.3.2. 2016-09-15 01:44:34 +02: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.num Initialize branch 0.3. 2014-10-23 18:17:33 +02:00
build.properties Initialize branch 0.3. 2014-10-23 18:17:33 +02:00
build.xml Improve build. 2013-06-26 14:07:28 +02:00
buildandgit.xml Update buildjar version to 1.4. 2014-11-26 18:52:23 +01:00
buildjar.xml Update buildjar version to 1.4. 2014-11-26 18:52:23 +01:00
LICENSE First commit from split with devinsy-utils. 2013-06-20 02:57:31 +02:00
README.md Added Readme.md file. 2016-09-19 15:46:39 +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 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.