Hi-u-all again.

I'm trying to write pairs of servlets with complementary functionalities: one of them 
will handle
the data contained inside my database and the other, a JSP, will format the results.

What's best? Making a call from a JSP to a Servlet by means of the "forward" or 
"include"
methods ( getServletContext().getRequestDispatcher() ) or calling the Servlet from the 
JSP?

Consigue tu dirección de email gratis y permanente en http://WWW.LETTERA.NET

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