I have a question regarding 2 ways of implementing a project:

One is to use a controller servlet that calls on JSPs and Beans to do the
work (for example a dbConnectionBean, CollectionBean, etc.....)

or use servlets for every task (dbconnectionServlet, collectionServlet,
etc..) and then call each servlet from the other.

Is there any advantage of one model over the other?

Thanks
Walid

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to