Is Cactus repeating a common mistake in describing the MVC architecture?

http://jakarta.apache.org/cactus/features.html


With MVC you have a data model, a view of that data model and a
controller. The view is not visual anymore than the OSI presentation
layer is visual. The view is a presentation of a data model. The
controller is a component. That I render the control interface and the
view of my data on a JSP is fluff that lives outside of the core MVC. 

Is this miguided, correct, something in between? 

TIA


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to