I am creating a test application with Spring and Velocity. It has a separation of layers and implements MVC pattern. In MVC the raw data is kept in the model and i wonder to which layer the model belongs.
* Is the model part of the presentation layer? If so, the application needs extra code to copy data from the services layer to the presentation layer.
* Is the model part of the services layer layer? If so, the MVC pattern covers more than one layer.
Thanks for any comment.
Pete


Reply With Quote
