>> Each Action class should correspond to one request type, so if you
support retrieving data with one request and update with another,
you should have two Access classes. If you have one request type
that combines multiple database operations, say update information
and then retrieves the updated info, you should have one Access
class for both operations. Again Action classes correspond one-to-one
with request types. <<

Are you using the labels "Action" and "Access" interchangably?  Forgive my
ignorance, I'm not familiar with this vocabulary.

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

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to