|
It is a Java servlet implements a classical message board. Board supports WAP/WML also. Servlet is fully configurable - you can even define your own labels (titles), e.g. translate interface to another language.
You can use boards with file based persistence - your data will be saved in the flat file (files) or database based persistence (through JDBC). |