I'm new to JSP, and I apologize if this is a dumb question.

What kinds of strategies do people use to protect the integrity of
information stored in beans?  Suppose I use beans to hold on to
critical information for my web application, and the server crashes...
what happens then?  Or even if I simply reboot the machine?

Do people build shutdown routines into the apps, so the important
information is saved?  Or store the data in a database as it changes?

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to