MVC Architecture

In MVC Architecture, how is the bean decided for a particular model.
[75 byte] By [JK_JAVAa] at [2007-11-27 10:10:30]
# 1

Well i'm not sure which bean you are refering to....

Is it a View/Form Bean(Used at the View Layer to render the Supposed Page),Backing Bean(Used @ the Controller Side) or the Typical POJO's/Wrapper Classes/EJB's used at the MODEL(BIZ tier & DAO).

However,Please go through the below link which would give you a clear understanding of how to design an enterprise application with targeted MVC pattern.

http://java.sun.com/blueprints/guidelines/designing_enterprise_applications_2e/web-tier/web-tier5.html

http://www.javadude.com/articles/vaddmvc1/mvc1.htm

http://java.sun.com/developer/technicalArticles/javase/mvc/

Hope that might help :)

REGARDS,

RaHuL

RahulSharnaa at 2007-7-13 0:47:23 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...