Hi LittleWing,
Thanks for ur advice. I wanted to know more about the difference between the 2 way viz., returing the vector directly to jsp and returing the method to jsp via a servlet. As u said it is a more structured approach. Could you please eloborate on it. Or is it a standerd way to do...
Hi LittleWing,
Thanks for the tip. But tell me if i want to retun the vector directly to my jsp then how would i do it. For eg. If i use the method like given below then how do i retrive it in my jsp. Would i still need to use a servlet??
public Vector getRecords() throws SQLException
{
int...
Hi All,
Recently I got to know that if u run ur Queries directly in ur JSP, well it is a design flaw. JSP's are ment to provide only the presentation logic. That means i had to shift all the Funtional logic to beans.
Till here it is cool. The problem that i am facing is if u execute a query in...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.