Hi All,
I don't know if a similar query has been posted already. I have an existing JSP which has lot of JDBC code embedded in it. I have a performance issue in this that the combo boxes on this JSP wherein data comes from the database are taking very long time to populate. I think the issue is with writing JDBC statements in the JSP directly. I need inputs on this. Is the presence of JDBC statements affecting the performance of this JSP ? Should I write a separate bean with all my queries in it and use this in the JSP? Regds Aditya