Spring MVC Java Based Configuration || Game plan || Understanding the wired part || Part 1

Поделиться
HTML-код
  • Опубликовано: 14 дек 2024

Комментарии • 45

  • @shamanthhegde2677
    @shamanthhegde2677 2 года назад +11

    1.What is a dispatcher servlet
    sol) dispatcher servlet is a front controller which routes to the particular controller respective of the url mentioned. All the incoming requests goes through the dispatcher servlet. The dispatcher servlet contains webApplicationContext which expects for the configuration file in order to create ioc container with beans.
    2.what is an application context?
    sol)In standalone application we use application context in order to create ioc container with beans
    3)what is an webapplicationcontext?
    sol).In Spring we changed to webApplicationContext which extends application context with additional features.It's basically interface for the container.
    4)what is IOC Container?
    sol)The beans(java object) which we create are stored in ioc container.
    5)what is a view Resolver?
    sol)whenever we return a name of the view from a handler method we have to mention the entire path . So,this becomes hard when we need to change the location of the view files..so we move on to view resolver which automatically adds prefix and suffix to the view name returned and makes it easier to locate.
    6)Dispatcher servlet has its own web application context?True or false?
    sol)True
    7)How spring mvc works in xml way?
    sol)In xml file we give component scan to search all @Controller inside a package....so the incoming request goes to that particular controller ....next we get any data attached to the url through request object...we do all the processes and redirect the request to view..if u want to send some data to view we can use Model.addAttribute(key,value) and use the key inside the view page.
    8)annotations?
    sol)The annotations i remember are ...requestMapping,responsebody,controller,component,componentScane,autowired,Qualifier,value,required,primary,bean,configuration

  • @amansheikh1801
    @amansheikh1801 Год назад +1

    You are one of the best teachers I have ever seen on RUclips.

  • @suraskumarnayak8350
    @suraskumarnayak8350 4 года назад +3

    Great start to the course. Was able to get a full picture of how things connect !! Thank you so much for telling everything in so detail. I am a beginner and your way of teaching really helps me understand things very clearly.

  • @tasteanotherbite1265
    @tasteanotherbite1265 2 года назад +1

    You are really an awesome tutor. They way you explain things, it seems it was never too hard to understand. Keep going on👍

  • @JohnDoe-ej6vm
    @JohnDoe-ej6vm 4 года назад +1

    My exams are so close that's why I can't practice spring right now. But I can't stop watching your videos. In semester break I will definitely practice. Please do not stop making such wonderful videos.

  • @akash2626.-
    @akash2626.- Год назад

    Very intelligent person i am big fan of yours sir

  • @nmns.chaitanya1220
    @nmns.chaitanya1220 4 года назад

    Really awesome to watch your video
    By seeing your video I am getting interest to learn instead of watch movies

  • @zahidshoumik8967
    @zahidshoumik8967 3 года назад

    watching it from the states. amazing work. thank u

  • @martinbozinovski
    @martinbozinovski 4 года назад +1

    Very, very beautiful explanation of xml config for java. Nice one :)

  • @prashantmore8489
    @prashantmore8489 2 года назад

    Super excited to start this course . Great video as always very informative And in a simplified way .

  • @deepaksingh9926
    @deepaksingh9926 4 года назад +2

    THANKS FOR MAKING SUCH A NICE TUTORIALS I HAVE BEEN SELECTED IN AMDOCS WITH YOUR HELP THANKYOU SOMUCH.

    • @JohnDoe-ej6vm
      @JohnDoe-ej6vm 4 года назад

      Can you please share your experience. For selection what skillset you had ?

  • @pinkym6934
    @pinkym6934 4 года назад +1

    Wow!!!!!Thanks...I was waiting for this. THANK YOU SO MUCH ...SIR!!!!!

  • @hemangishelake868
    @hemangishelake868 4 года назад

    All the videos are awesome. Learned a lot. Thanks for good work!!

  • @rahuldhenge7188
    @rahuldhenge7188 4 года назад

    Followed every video, awesome...
    Waiting for Spring Boot .... Please make some videos on spring boot..... Thanks

  • @mihirmahakul602
    @mihirmahakul602 4 года назад

    Would like to thank u for the efforts u hv made

  • @vaibhavpal148
    @vaibhavpal148 2 года назад

    Java based configuration --> 12:25.

  • @tapasrout1442
    @tapasrout1442 4 года назад

    Thanks sir I learned a lot from your video..😊😊

  • @rakeshsinha9541
    @rakeshsinha9541 4 года назад +4

    I have learned spring core+ mvc with 2 projects from your videos and other resources, where i can get Internships for this (cse 3rd yr)??

  • @rizwanghanchi1054
    @rizwanghanchi1054 4 года назад

    sir i like you teaching skill. pls pls pls make course on spring boot and jpa

  • @alfloriesz5703
    @alfloriesz5703 9 месяцев назад

    Is there any way to configure a Dynamic web project with maven? I encounter more comfortable to work with pom.xml instead of having to import jars manually

  • @MdJahedulIslam-fj1mj
    @MdJahedulIslam-fj1mj 2 года назад

    You are a gem.

  • @santhoshkoduri223
    @santhoshkoduri223 4 года назад +1

    Can you provide csv file into database example

  • @saikoushik9290
    @saikoushik9290 4 года назад

    what if we what to use both .jsp and .HTML in view at the same time
    what should we give the suffix

  • @gopalchithukati4614
    @gopalchithukati4614 4 года назад

    Bro please upload more videos waiting for your videos

  • @bollywood90ssongs65
    @bollywood90ssongs65 4 года назад

    What called that pen you write , how can we get that one , thanks

  • @purvapawar6843
    @purvapawar6843 4 года назад

    Jar files for spring mvc? Any pAth?

  • @sharayuwankhade8464
    @sharayuwankhade8464 3 года назад

    Hi abhilash plzz make videos on web services.

  • @deepaksingh9926
    @deepaksingh9926 4 года назад

    PLEASE MAKE A VIDEO FOR WHAT WORK IS GIVEN IN MNC IN JAVA AND HOW TO WORK BETTER.

  • @dharanivelvicky6057
    @dharanivelvicky6057 4 года назад

    really you need for us

  • @sandys1250
    @sandys1250 3 года назад

    Hey Abhilash ..
    Please provide spring boot with microservices course

  • @thegamernag
    @thegamernag 4 года назад

    Good explanation bro when u start spring boot

  • @ashwinimane1789
    @ashwinimane1789 4 года назад

    Please provide video on Spring AOP

  • @rahul01decoy
    @rahul01decoy 4 года назад

    where are you working currently ?

  • @Kuchbhi24211
    @Kuchbhi24211 3 года назад

    Tomcat is an application server or web server?

  • @suleymanyalman8077
    @suleymanyalman8077 2 года назад

    thanks

  • @vichusPuppy
    @vichusPuppy 4 года назад

    Hi I have almost all your videos. but i have a doubt, I heard that java and spring and all going to be outdated. Whats your opinion on that.

    • @SeleniumExpress
      @SeleniumExpress  4 года назад +1

      Hi Shalini. Dont worry !! Java is still good and one of the go to language for many product 😊

  • @karthick2237
    @karthick2237 4 года назад

    Started 🔥

  • @SinghRahul-
    @SinghRahul- 4 года назад

    Thanku😊

  • @tollywoodplant4349
    @tollywoodplant4349 4 года назад

    Expecting spring with email service (contact us form)
    😍❤️❤️

  • @deepaksingh9926
    @deepaksingh9926 4 года назад

    PLEASE MAKE VIDEOS FOR MICROSERVICES ITS MISSING

  • @santhoshkoduri223
    @santhoshkoduri223 4 года назад

    Please upload videos