hello all, a basic question. I am using the Model 2 Architecture (Servlet recv's request sends to JSP, JSP calls bean and passes result to jsp to send as response to browser). Now i want the servlet to be able to control the instantiation of the bean rather than the JSP itself. Now the questions: #1 Are there any known bottlenecks/problems with this approach #2 Is there any way that i make this efficient ? By efficient i mean that the manual instantiation process should not end up doing exactly what i wanted to avoid (each JSP instantiating the bean) Any suggestions welcome. Cheerio ! Mayuresh Kadu -------------- HomePages - http://www.mayureshonline.com http://javabeginners.8m.com [ Quote of the Week ] "Progress lies not in enhancing what is, but in advancing toward what will be." -Kahlil Gibran, "A Handful of Sand on the Shore" =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". 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
