MemoryDatabasePlugIn.java | Class | 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. |