Tags: MVC Java Tutorial mvc video tutorial mvc tutorial model view controller model view controller example java mvc tutorial mvc tutorial video mvc java example java model view controller Java (programming Language)
Get the Code Here : http://goo.gl/deVk5
MY UDEMY COURSES ARE 87.5% OFF TIL July 16th ($9.99)
https://www.udemy.com/
➡️ Python Data Science Series for $9.99 : Highest Rated & Largest Python Udemy Course + 56 Hrs + 200 Videos + Data Science https://bit.ly/Master_Python_35
➡️ New C++ Programming Bootcamp Series for $9.99 : Over 23 Hrs + 53 Videos + Quizzes + Graded Assignments + New Videos Every Month https://bit.ly/C_Course_35
Support me on Patreon : https://www.patreon.com/derekbanas
Welcome to my MVC Java Tutorial. I have been asked for this tutorial many times in the last few weeks.
To understand the Model View Controller you just need to know that it separates the Calculations and Data from the interface. The Model is the class that contains the data and the methods needed to use the data. The View is the interface. The Controller coordinates interactions between the Model and View.
The video and code will make it very easy to understand.
or
Question
Not sure if you'll even read this but can you explain how databinding comes into play in the MVC ? Like say if I wanted to update the viewer through databinding. Is the controller still needed in that case ? How will I go on doing that ? Thank you.
hey dude thanks for this video, but what's the point of using MVC in my applications?
I don't like your teaching style but it's effective which is weird. So thank you!
hey thanks for the tutorial, does the pattern use encapsulation? if so, where and whats in there??? Thanks
Wonderful tutorial as usual. I always appreciate the work you do putting things together.
If I may, would it be possible to make the java control names a little more descriptive for us dummies. Ex; txtFirstNumber. Keep up the great work!
i'm really confused, in some places like this site http://www.w3schools.com/aspnet/mvc_intro.asp
it seems the view does know the model and the model does'nt know the controller which doesnt seem to fit your explanation (although i think yours make more sense). maybe you can make things more clear for me
thx :)
Thanks for this simple tutorial. I've been through many MVC tutorials, and I noticed it's actually being used in different ways. In your tutorial, the view does not directly know about the model, and the model doesn't know about the view either, as the controller manages all the relationships between the views and the models. But I've been told that the views should observe the model(s) for changes.
Your implementation is simpler to understand, But if we had an application with multiple views displaying the same data/model, the views would have no way to know that the data has changed. Unless it observes the model (either directly, or through a controller). I think that using the MVC architecture is particularly interesting when developing interactive applications where we need to display the same data (model) a in many different ways (views). That is why I think that the relationship between the views and the models should be more explicit; am I wrong?
Thanks, this is a prerequisite before using any MVC Frameworks such as Spring or Grails/Groovy :)
Oh by the way Derek, are you doing tutorial videos for Guru99? The person who does the videos sounds "a lot" like you, accent and voice :P
Great tutorial, but your tone of voice reminds me of Lumbergh from Office Space hahaha
I appreciate how straight to the point you are, I think alot nerds like to make things sound complicated