Model View Controller design pattern introduction.
Model represents the Entities in the real world problem as classes that interact with each other through a defined behavior wich is called Business Logic.
The data access Layer is realised by extending an ORM library like Hibernate.
The Controller modifies the Model state according to the operations that Users do by interacting with the View. The data representing the new state of the model are reflected back to the View by the Controller. Controller is always the throw away part.
If the controller does what you say it dos, isn't that part of the business logic too?
aviaxis 1 month ago
thank you for this interesting video. please make more! next time, please make sound louder, use microphones maybe. thanks again
Kebap23 2 months ago
Thank you
::D
hellsing357 6 months ago
Nice vid. Next time though, see if you can mic the speaker and raise the camera 2' or so and you'll be rid of the glare.
Cathode0 11 months ago
Nice!
vini007tr 1 year ago