Hello,
Pardon the newbie question, but as I understand it, when designing jsp applications,
you have two options:
1) call the jsp page directly, and then reference a bean
2) call a servlet that instantiates the bean for display in a jsp page.
Off-hand I think I like option 1 best, call the jsp page, which references a bean. I
like the idea of putting everything in a "bean framework" that can then be used by the
HTML people....
QUESTION: Using option #1 above, it seems that I must put all the servlet environment
stuff into the jsp page (session, get/post).... Is this correct? Can someone show me
how to put it into a bean that can then be referenced by the JSP? Is this a good
design? If not, what is?
Thanks for any and all help,
Please post and/or email me [EMAIL PROTECTED]
Keith
===========================================================================
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