view « Bean « JSP-Servlet Q&A





1. JSP + View bean complete example    stackoverflow.com

I found this interesting tutorial that explains the concept of view bean with some code snippets http://www.ibm.com/developerworks/ibm/library/i-extreme5/, but I'd like to view a complete (simple) web application in a ...

2. Is there a specific reason to make view beans immutable?    stackoverflow.com

A colleague recently suggested that we should make the model objects/beans passed from the service layer of application to the view immutable. Are there any specific reasons to do this, any benefits ...

3. Is there a way to store a bean property value in a variable in view (JSP)?    struts.1045723.n5.nabble.com

Hi all, I need to build a path to an image file in a JSP based on the value passed to the JSP's action, either using an English button from /*en*/closeBtn.gif or using a French button from /*fr*/closeBtn.gif. Suppose the parameter is called lang so the URL is like* .../login.action?lang=* ** There are two approaches, each of ...

4. EJB 2.x Client view for EJB 3 bean    coderanch.com