Java MVC Example | Simple and Easy Java Tutorial

preview_player
Показать описание
Like, Share, And Subscribe | Professor Saad Yousuf
Java MVC Example | Simple and Easy Java Tutorial
#JAva #JavaTutorial #JavaMVC
Рекомендации по теме
Комментарии
Автор

As a student currently learning MVC and Java, this has been the best explanation of not only what to do, but also why it is done. Thank you for this excellent tutorial!

Tina-lu
Автор

This tutorial is amazing, it really breaks the concept down in a way that is easy to understand. I was intimidated by MVC before and now I'm thinking about how to implement it in my own project. Thank you so much!!

ericgraham
Автор

Thank you so much Professor Saad! This video made it so clear, thanks to your gift for teaching. Thank you!

BtheProgrammer
Автор

finally i can learn to code again, be blessed brother

moses.muchemi
Автор

Awesome work! Concise and richfull! Congrats!

ribamiltombezerradelima
Автор

Wouldn't it be more practical to pass an object of the Student class as a parameter to printStudentDetails rather than the Student properties one by one? Imagine for example that the class Student had dozens of properties.

nlt-gv
Автор

in the view if we call model.getName(), Why do we have to create a method in the controller that says "getName() return model.getName" ??? should not we be saying in the view controller.getName instead of model.getName

gema
Автор

It's really helpful und awesome 👌

ردينةدبدوب
Автор

can you share the code in a zip file in the comment section ?

Viiiiiiii-warrior
Автор

Also, with this particular example, the necessity of such a pattern does not emerge. On the contrary, the feeling of redundancy is created. It looks like we want to go from New York to Washington via Los Angeles! For example, while we can call the method printStudentDetails directly, instead we take more steps to get the same result calling controller.updateView(). That is, we call the method printStudentDetails by proxy!!! Maybe the example is too simple to emerge such a necessity.

nlt-gv
visit shbcf.ru