Demo web application of Kiss4web. https://www.kiss4web.org/
Find a file
2018-02-19 14:36:30 +01:00
.settings Removed module dependencies in Eclipse settings. 2016-09-22 15:04:36 +02:00
resources/conf Added configuration resources. 2016-09-22 00:01:05 +02:00
src/fr/devinsy/kiss4web/demo Added a comment about inline HTML code for examples. 2018-02-19 14:36:30 +01:00
test/fr/devinsy/kiss4web/demo Added foo tests. 2016-09-21 19:15:23 +02:00
WebContent Removed file log in dev environment. 2016-09-22 14:45:51 +02:00
.classpath Improved Eclipse settings for JRE 8. 2016-10-06 01:13:26 +02:00
.gitignore First commit for Kiss4web-demo web application. 2016-09-15 01:52:17 +02:00
.project Added locale xidyn demo. 2016-09-21 16:02:21 +02:00
LICENSE Changed license to GNU AGPL. 2016-09-21 16:32:05 +02:00
README.md Added Eclipse tip for Tomcat. 2016-09-21 19:15:08 +02:00

Kiss4web-demo

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-demo is a demonstration of the use of Kiss4web.

Developing environment

Kiss4web-demo project uses strictly Eclipse, Java 6, GIT, Tomcat 7.

UTF-8 compliance settings

Set UTF-8 compliance when using Tomcat server directly:

  • edit workspace/Servers/Tomcat v7.0 Server at localhost-config/server.xml
  • add « URIEncoding="UTF-8" » to the 8080 connetor:

Set UTF-8 compliance when using Tomcat server through Apache server (so using mod_jk):

  • edit server.xml (on Debian, /etc/tomcat7/server.xml)
  • add « URIEncoding="UTF-8" » to the AJP connetor:

Eclipse Mars tips

To get Tomcat server with Eclipse Mars, install all JST packages.

Build

License

Kiss4web-demo is released under the GNU AGPL license.