I'm finding it difficult to fully grasp the benefit of using Java beans with
a MVC JSP/servlet architecture. I am more keen to use JSP taglibs and <%=
expressions %> to represent data in my pages. <jsp:usebean> was a mechanism
that was present in the JSP spec before taglibs were introduced in JSP 1.1.

Java Beans may have more necessity within servlets that being called
directly from within a JSP page.

Does anyone have any arguments for the usage of JavaBeans (as opposed to
regular objects in a servlet) in a web-based project?

Thanks,
Philip Weaver

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