Hi All,

I need some advice:

I am writing a web application with JSP as the presentation layer and MySQL
as the
backend database server. In order to separate the application logic from the
presentation layer, I am using Java bean(s) to write my application logic
and use them in the JSP pages.

Now, I have read some where, I think it was Jason Hunter, the servlet book
author, had
mentioned that he recommends using Java servlets  for making database
connections, updating records/tables and write the query results to the
beans and use those
beans in the JSP to display the result.

Since, I am just getting started with JSP/Bean/Database combination. I am
sure, some of you might have experienced what I am trying to achieve here. I
would like to hear
your opinion.

thanks,
Ali.

===========================================================================
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