lets discuss MVC first.  
There are several Implementation for MVC frame work such as famous Struts and 
Barcuda.  You can also define your own implementation for MVC pattern.

Now to answer your question, let me tell you one thing, Enterprise JavaBeans 
are serverside components. Especially Session beans are mainly used to PROCESS 
BUSINESS LOGIC.  Using Session Bean a controller will be not that much 
productive or usefull, because its better to use them as model where business 
logic are performed, instead of asking to perform as controller or diverting 
the request from client to model and back from model to client. 

Servlets are ideally suited to act as a controller. All the big implementation 
like struts uses servlets as controller - because they can handle multiple 
client same time and yes you have more facility like using session, listeners 
etc to do a proper controlling work.



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868753#3868753

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3868753


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to