| MemoryDatabasePlugIn initializes and finalizes the
persistent storage of User and Subscription information for the Struts
Demonstration Application, using an in-memory database backed by an
XML file.
IMPLEMENTATION WARNING - If this web application is run
from a WAR file, or in another environment where reading and writing of the
web application resource is impossible, the initial contents will be copied
to a file in the web application temporary directory provided by the
container. This is for demonstration purposes only - you should
NOT assume that files written here will survive a restart
of your servlet container.
version: $Rev: 471754 $ $Date: 2006-11-06 08:55:09 -0600 (Mon, 06 Nov 2006) $ |