Currently in study of spring framework. I hope i can understand it properly and I think i need some help.
This is spring doc on bean concept.
http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/html/beans.html
This is spring doc on controller concept http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/html/mvc.html#mvc-servlet
In an real app how where their role arranged? do i use dispatcher servlet to handle all requests and use the beans as model? or the bean is also a controller and have all the business logic?