I really liked how you explained it first with the colors to get the main point across, then labeled each part MVC, then got into the specific names like JSP, Servlet. Made it much easier to understand, thank you!!
@abhayredkaracademy4 жыл бұрын
Thank you :)
@BahawalTV4 жыл бұрын
At 4:20 you are directly sending the view arrow to the client. I think it should go through the controller, which is responsible for the response.
@OasisFinder3 жыл бұрын
This is what i was also thinking, because i have watched some videos about MVC and view send data to controller and controller send data to client
@tbadi-Tonny2 жыл бұрын
That's not correct
@beast0726 Жыл бұрын
View will directly send response to client
@sixtenedits Жыл бұрын
@@beast0726 since controller is servlet filter so reqest and response go through it
@callofbooty77172 ай бұрын
That’s the point yeah you’re supposed to send the view to the user but also notify the Controller
@kasperamkumar5489 Жыл бұрын
This is one of the best ways of explanation. Thank you, dude.
@thisaidoesnotexist9807 Жыл бұрын
This explanation is simple yet so effective. Thanks a lot!
@agtech3768 Жыл бұрын
This explanation is simple yet so effective. Thanks a lot Sir!
@ankithtiwari53972 жыл бұрын
Very easy to understand for beginners in MVC. Thanks a lot for the simplest explanation.
@connerjensen81703 жыл бұрын
Awesome video! I love how you explain first without using names, it makes it so easy to understand. Thanks 🙏
@alexkim21092 жыл бұрын
Thanks, you've made the MVC concept easy to understand.
@Inivican2 жыл бұрын
I appreciate this video as you provide real world examples. Thank you.
@arbazqureshi1495 Жыл бұрын
Awesome Man, I hope you have such videos on other important concepts
@allroundplace93034 жыл бұрын
No words of ur best explanation. Easy understanding
@abhayredkaracademy4 жыл бұрын
Thank you so much :)
@miteshparab9282 жыл бұрын
within 5 minutes we cover this topic. thankyou so much so grateful teaching
@tuneermukherjee549524 күн бұрын
Best explanation so far.
@pradip_baidya10 ай бұрын
I was need this types of explanation that I got. ❤ Thanks brother.
@ritoupadhyay99065 жыл бұрын
Great tutorial Abhay. Could u plz come up with MVP and MVVM designs paterns too?
@abhayredkaracademy5 жыл бұрын
Thanks. I will try to make it :)
@beyondthepearl2 жыл бұрын
@@abhayredkaracademy but you didn't. So sad
@atharvkulkarni28562 жыл бұрын
Life saving video,best video ever, loads of ❤️ form PICT ,Pune
@HP_Talk4 ай бұрын
It's very cool & Amazing 👍
@jas-mw4fo2 ай бұрын
Really cool. Well explained.
@rekan_982 жыл бұрын
I have two questions 1- does implementing different programming languages requires different architecture pattern or does it does not rely on it? 2- for my final year project, I am building a web-based application which online course platform where users can enroll in courses by paying the required price the project will be built in following technologies front end : HTML CSS JAVASCRIPT back end: Php database: MySQL my question is which architecture design is suited for my web-based application?
@dreamer7072 жыл бұрын
what a fantastic way to teach...!!!!...keep it up bro
@28tindo3 жыл бұрын
Explained in the simplest way possible, thank you my friend
@kris4117 Жыл бұрын
In MVC pattern, I understand that always Controller is the middle man. So when a view is returned it is returned to the Controller BUT not directly to the client. Please clarify or correct the diagram.
@abipk51698 ай бұрын
The client sends a request e.g., a GET request to the Web Server. The Web Server passes this request to a DispatcherServlet. Think of DispatcherServlet as a front Controller (think of it like a Primary Controller). The DispatcherServlet finds the appropriate handler method defined in Controller that you as a developer has written. In the Controller method, the Model class will be called. The Model class has the Business logic to read / write data from / to database, apply transformation on data etc. The Model class will hold the data that needs to be rendered in the view. The Controller method will have a reference to the View that should be rendered when the execution finishes. When the controller method finishes executing, it returns a result (to the Web Server) which typically includes a reference to the view (such as a view name or a View object) and the model data to be displayed in the view. The Web Server then uses this information, renders the view (uses the view and model to generate an HTML page) and then it sends the rendered view back to the client as the body of the HTTP response.
@akshaysharma42684 жыл бұрын
thank you so much...best video on topic,you are very good teacher.the way you explain is fantastic.keep it up.
@abhayredkaracademy4 жыл бұрын
Thanks for the comment :)
@SathishKumar-vb7ug2 жыл бұрын
I really loved it liked u explained very clearly super bro awesome keep it up bro expecting more. Videos from u bri
@mumtahinaparvin76683 жыл бұрын
Today my teacher explained but I was stuck. thanks for easy explanation.
@UnknownPerson4489-ql2fjАй бұрын
The way u said 🙏👏👏🎉superrr
@asad_mirza4 жыл бұрын
But the user will interact with a view (UI), how a user can interact with controller because it is just a code (as you said it is servlet) ?
@pawanshrestha38233 жыл бұрын
User uses the browser to send the request to the server. Controller takes the request through Request Parameter and sends that request to the Model. AND model is the ones that deals with the database so it takes the request from the controller and communicates with the database and queries according the the request and sends the data back to controller. BUT the data that is sent to the controller is raw data which is not formatted so it sends the raw data to the VIEW which is responsible for formatting the data OR generating UI (HTML CSS) using the data. After formatting it sends the formatted data to the client which is the browser. This is what i learned from the video. You may already know this concept as this comment was posted 5 months ago.
@asad_mirza3 жыл бұрын
@@pawanshrestha3823 Actually the Answer to my question is : User does not interact with the controller but it interact with the view (ex. HTML Page) and from the View the user makes a request to server. At server the Controller (ex. A Servlet, or RestController in Spring Boot) takes that request and send it a MODEL (ex. Java classes and api) ....
@abmonem88064 ай бұрын
it's outstanding bro
@geybriyel2416 Жыл бұрын
This is explained really well. Thank you.
@bcse-lllganesh47472 жыл бұрын
Best explained 👍
@muhammadtayyab67217 ай бұрын
I think there is a mistake!! Client interacts with View and View interacts with Controller to do the tasks, Client do not interacts with the Controller directly.
@abdullahniaz097 ай бұрын
In MVC it can But not in MVT
@muhammadtayyab67217 ай бұрын
@@abdullahniaz09and he teaching this in MVC
@SachinSharma-yb5ov2 жыл бұрын
kamal ka smjaya sir 👏💯
@surajrathod6098 Жыл бұрын
Best explanation sir....
@thecrunchshorts Жыл бұрын
Thanks For the excellent explanation Sir !🎉
@YashDEVELOPER12 Жыл бұрын
Congratulations! You gained a new subscriber 😊
@aksharrastogi12605 ай бұрын
Nice explanation
@kshf5922 жыл бұрын
Best explanation till date may Allah bless you
@the_infinity_snake Жыл бұрын
How can the Client send a request to the Controller without a view at the first place? They have to interact with an interface (a view) and then that view triggers the Controller, tells the Controller what the client want to read from the database, right? 🤨 🤔🤔....
@juliegodson80513 жыл бұрын
wow ...very good explanation...great help in understanding the MVC architecture pattern
@shyariofr.k2 жыл бұрын
So easy explained for Buisness analyst 😄
@kashishfatima5812 жыл бұрын
great explanation using colored boxes! Thank you very muchh!
@Mace22132 жыл бұрын
very good explanation!
@babitagurung6724 Жыл бұрын
extremely clear explanation. Thank you
@tsvetelinabotcheva24293 жыл бұрын
Very easy to understand! Thank you!
@ravikiranhrd2 жыл бұрын
Explanation was superb
@gauravkale57252 жыл бұрын
sir please make video on client server architecture
@brokenff1119 Жыл бұрын
Great explanation 🎉
@bujji63719 ай бұрын
Thnq sir....ur way of teaching very very good ❤
@shettydhirajanand54974 жыл бұрын
really helpful brother....thankyou....
@abhayredkaracademy4 жыл бұрын
Thank you :)
@HercjayStudios4 жыл бұрын
Great tutorial... Really learnt a lot from this
@abhayredkaracademy4 жыл бұрын
Thank you :)
@mahdihabibi7984 Жыл бұрын
It was easy to understand, thanks to the tutorial.
@siddharthyadav742 жыл бұрын
Ultimate sir ji
@bhagyakavijan90142 жыл бұрын
Very clear explanation...!!! Thanks a lot❤
@FunShorts2172 жыл бұрын
Explained very clearly, Thank you
@maheshwaghmare9343 Жыл бұрын
Thank you very much sir it helps me alot for my today's exam❤
@sivak69872 жыл бұрын
Little bit confused in starting of the video u told blue color is view
@KrisGarcia_LK_053 жыл бұрын
Thank you for your video about MVC :)
@ImmaturekidAtwork-g3g4 ай бұрын
Nice explanation tan q
@Gojo_Gaming172 жыл бұрын
Very well explained ✌️👍
@rohitshuklaa Жыл бұрын
appreciate brother its still working
@ThePentanol4 жыл бұрын
Is the rendered result directly sent to the client from the View or is it sent to the client through the controller?
@JusQuelle3 жыл бұрын
It should be sent back to the controller. Whatever method is created to display that formatted information from the view back to the client would be stored in the controller. So it shouldn't skip to the client at all. The chef (the view) doesn't bring your meal directly to you, but the the waiter should (controller).
@sheikfarid44092 жыл бұрын
Nice explanation 👌
@Lyrik-Klinge2 жыл бұрын
Great job, THANKS, super explained!
@AyushRaj-bs8qj2 ай бұрын
Best . Thank you ❤
@lakhangudigar57713 жыл бұрын
Well explanation.... Superbbb❤️
@rupalishirkande61632 жыл бұрын
Nicely explained 👌 👏
@b_47_shantanu_pardeshi432 жыл бұрын
What a beautiful explanation
@omkarp99432 жыл бұрын
Nice explained!!
@Ms-money2 жыл бұрын
Excellent explanation. Thanks!
@paramroopparmar35809 ай бұрын
Amazing video
@SomeshSingh-ug6ns Жыл бұрын
crystal clear explaination
@motionstorm19712 жыл бұрын
Awesome brother
@DeepakYadav-gx2pm3 жыл бұрын
Awesome explanation
@anamikabhardwaj90722 жыл бұрын
Superb tutorial 🙏🏻 thanks
@Omkar2275 жыл бұрын
NO COMPLICATION.......quick understanding of MVC..KIP IT UP :)
@abhayredkaracademy5 жыл бұрын
Thank you so much :)
@salonihedaoo66618 ай бұрын
Well Explained!_✨
@onlyforstudy71833 жыл бұрын
Very nice understanding
@bootcampgamer72042 жыл бұрын
thanks bro it's really help
@Manishkumar-vr4fm3 жыл бұрын
I am very stifcation you vidio sir thanks for watching this vidio
@shantanusambhare32258 ай бұрын
nicely done
@prakashtayade85454 жыл бұрын
"View" is an entity of presentation layer in OSI model, am i right? Because it does formatting?
@abhayredkaracademy4 жыл бұрын
Yes you can think of it that way. View is basically anything which is presented to the user. Like an HTML page, JSP page or any other presentation technology.
@akshaychavan55112 жыл бұрын
Neatly explained!
@kothadivya38723 жыл бұрын
Wow I like your explanation
@freefirehighlightsindia58613 жыл бұрын
Great tutorial. Explanation 👌
@abhishekjoshi54532 жыл бұрын
Loved the explanation 🙌🙌 Thank you so much
@mohammednafar93062 жыл бұрын
BIG UP 👍
@dsa_tutorial Жыл бұрын
excellent tutorial
@siddusidh9705 Жыл бұрын
You earned a like and subscribe.Very good explanation
@SathishKumar-vb7ug2 жыл бұрын
Bro excellent very good great bro
@chaitanyagarud81832 жыл бұрын
sweet simple on spot ❤
@HRDsouza11 ай бұрын
You're the best
@sairaman36219 ай бұрын
In oose also ths MVC topic they can I write ths
@houwaidajayd3794 жыл бұрын
Great explenation! Many thanks!!!
@jagrutipatil1020 Жыл бұрын
Thanks a lot..🙂✨
@MirekKrenc5 жыл бұрын
Just to the point. Thanks.
@himanshusantani37562 жыл бұрын
Hats off 🎉🎉🎉🙏
@MrGresh Жыл бұрын
Thank you sir , its very helpful.
@T3chnocr4t28 күн бұрын
I think the view have to send back the response to the controller first. The controller is responsible for the businesses logic. Anyway thanks
@aniket__309 Жыл бұрын
Advantages of using MVC Modularity Reusability Testability Scalability Collaboration