I have to implement a computational cluster for classes. Me and collagues I work with decided that we should introduce some architectural pattern to do our assignement right. We settled on Model-View-Controller since it's the most popular and we already have a bit of experience with MVVM which is similar.
Our last assignement was implementing a system for a fictional movie rental company that included database and GUI made in WPF. The distinction between Model, Model-View and View was easy. The database entities were Models, XAML was the View, etc.
Now, our computational cluster is a multi-module system where the user loads problem data (XML) via console and can later retrieve the solution. I cannot see what could possibly be, say, the Model in our application; the View (Console?) seems to do almost nothing. Is MVC even applicable for this kind of project?
Aucun commentaire:
Enregistrer un commentaire