UseModj? uses the same database format as the
UseMod:DataBase.
Using the file system storage, there is easy to install it.
There are data mapping classes of Page, Section and Text.
source code location :
http://cvs.sourceforge.net/viewcvs.py/usemodj/usemodj-tomcat4.1.24/src/org/usemodj/files/#dirlist
Related parts of souce code :
-- wiki page file format definition (the same data format as the UseMod Wiki of perl)
http://cvs.sourceforge.net/viewcvs.py/usemodj/usemodj-tomcat4.1.24/src/org/usemodj/files/Section.java?view=markup
http://cvs.sourceforge.net/viewcvs.py/usemodj/usemodj-tomcat4.1.24/src/org/usemodj/files/Text.java?view=markup
-- all servlet action classes extend the BaseAction?.java
-- called by url query = edit.screen?id=<pageName>
-- called by Save Button of editing screen : url query = post update.screen