The struts-example walking tour says "When the application is shut down, the
database servlet unloads the database by writing a fresh database.xml file."
When I run it, it reads in the data from database.xml fine, but it doesn't
persist any changes I make.  Looking through DatabaseServlet.java, it's got
a load() method but no save().  

Does the Digester handle writing the data back out at shutdown?  If so,
where is there documentation on Digester?  The online doc
(http://jakarta.apache.org/struts/userGuide/building_controller.html) refers
to the javadoc (http://jakarta.apache.org/struts/api/index.html) for
Digester documentation, but unless I'm blind it's not there.

Thanks,
Philip

Reply via email to