Really compliment! I'm going to finish to watch your videos on Spring and I just acquired an important knowledge about this technology. I never used Spring Framework before! So, many thanks for your great videos!
@ivanmilev72537 жыл бұрын
Thank you. At last after several days of searching, I understand what @autowired does, and what is the purpose of Spring!
@deepikabansal41073 жыл бұрын
Sir, Your way of making things clear is appreciable.
@puneetnaik87197 жыл бұрын
best video i have ever watched related to spring...big salute to your work sir
@DoubtedBuddy4 жыл бұрын
I have learn basic from classes but you taught me real java sir always feel good watching your videos keep making more videos .
@mithunmithu51832 жыл бұрын
Naveen sir you was just amazing what a clarifying definition you gave us thank you for this video sir.
@vakkalahari54492 жыл бұрын
Excellent sir now i understood spring annotations verywell !!
@gyan26646 жыл бұрын
after tons of videos you explained best the use of dependency injection and there related annotations thanks man really helpful
@logicbuffer21627 жыл бұрын
I thought the advantage of Spring dependency injection was to avoid recompiling classes when there is a need to swap classes by modifying XML file rather than modifying the source code. But with annotations, we are anyway modifying source code and there by requiring recompiling. What am I missing ?
@shineinusa5 жыл бұрын
+1
@vratantchauhan3 жыл бұрын
+1
@ghaidadaya38952 жыл бұрын
So simple and clear explanation , Thanks a lot .
@adityakakade28395 жыл бұрын
Gr8..way of teaching is best
@shrikarmutalik4 жыл бұрын
very easily & clearly explained...Thank you
@preetird83853 жыл бұрын
Finally I am clear with almost all of these annotations. However I was bit confused between @Autowired & @Componentscan. Anyway I'm gonna watch again and get it cleared..Thank you sir 🙏
@akshayverma62163 жыл бұрын
Thanks @naveen I have been following your course spring boot on udemy too. Both the videos of this playlist were great. I was finally able to get myself crystal cleared.
@Marinakulichok7 жыл бұрын
Thousand thanks for your time))Very useful tutorial
@rahulkala28855 жыл бұрын
Thank You Sir for such good and Crisp Explaination
@komal9326 жыл бұрын
Well explained.. Thanks, it was really helpful.
@iamchiranjeevin6 жыл бұрын
Thanks Bro, i learned a lot from you from past 2 months.
@kpl_sh5 жыл бұрын
you are doing great work sir....
@harishb32075 жыл бұрын
Very good explanation...
@umashs24865 жыл бұрын
Awesome teaching
@kanimozhinagalingam9287 жыл бұрын
very usefull tutorial.Thank you so much..keep uploading
@niftyoptionselling8366 жыл бұрын
If we use both Qualifier(for mediaTek) and Primary(for snapdragon) Annotations then Qualifier annotation gets priority i.e 2nd Best CPU is printed.
@GanaviN-f1o4 күн бұрын
this is very helpful . thanks
@rajkumarp77848 жыл бұрын
please create a playlist for spring core
@AbhishekPandey-ib2qm7 жыл бұрын
Too helpful to understand too many and important topic
@namanmandli8 жыл бұрын
You are a truly life saver !!!!!
@tchaudhari15296 жыл бұрын
Bhai kuch bhi bol deta ,He is d good lecturer and expertise in java, kuch bhi kya bol deta life saver..socha samjh ke bol
@pallavianand564 Жыл бұрын
This video was helpful. However could you please suggest some links / project ideas so that i can start a project on spring boot?
@Fahad_vi622 күн бұрын
watching in 2024, better than most KZbinrs on the topic
@divyangshah996 жыл бұрын
awesome vidoes for spring
@adityatajne71696 жыл бұрын
so simple and great expaination
@VijayaOfficialChannel7 жыл бұрын
Nice Videos and Very usefull
@Ravikumar-gj6qw6 жыл бұрын
Super explanation Sir
@SuperDhanji8 жыл бұрын
Nice Tutorial Thanks.
@santoshs4907 жыл бұрын
Nice Explanation ..thanks
@phanimadhuri40873 жыл бұрын
Excellent
@lakshmantalluri95714 жыл бұрын
What did you write in MobileProcessor interface;
@mayuringale24786 жыл бұрын
well explained.
@sharatchittapur78886 жыл бұрын
Well explained
@dharmeshyadav27246 жыл бұрын
Thanks for the tutorial, its helpful...I tried to run it without setters and it still worked, I also put sysouts in setter it never gets printed, what may be the reason?
@VasileSurdu3 жыл бұрын
if you use autowired, the getters/setters are not needed
@gyanchandrakushwaha86044 жыл бұрын
Hey Telusko, Your video is awesome. I need an explanation on Autowired annotation. Can you give some example of Autowired Annotation in main class? Thank you.
@karishmakukreti65845 жыл бұрын
Thanks🙏🙇
@worldofwomen3726 Жыл бұрын
if we use @primary it will preferer only one what we need to do to execute anotherone
@KrishnaKumar-sw3bs5 жыл бұрын
grt article thanks
@charleslaine6 жыл бұрын
nice refresher.
@PramendraRaghuwanshi7 жыл бұрын
If Snapdragon/MediaTek class have setter/getter methods, how to use them
@shivkrishnajaiswal83943 жыл бұрын
is there a way we can extract class name (the one that spring creates, for example Class Sanpdragon becomes snapdragon) from class itself? So that we can use that in @Qualifier. This will help when we refactor the code and then we do not have to modify the qualifier input parameter.
@saphalvecham5539 Жыл бұрын
Is there any alternative when we want to use either samsung or mediatek depending on the requirement ?As per you , either 1 has to be used.Can anyone please help me cllear this doubt?
@virajyerunkar87416 жыл бұрын
superb sir
@parwana10007 жыл бұрын
You are saviour
@MrJittupatel6 жыл бұрын
Why are we not getting object of sumsang using autowired ?
@technoeleven2 жыл бұрын
Using @Qualifier but it's still throwing same error can any help like how to resolve it?
@mirakabra23345 жыл бұрын
For : Samsung s7 = factory.getBean(Samsung.class); Can't we just write: @autowired Samsung s7; //Because Samsung class has already been added as @Component
@SravviShiva6 жыл бұрын
nice sir thnakyou...
@parwana10007 жыл бұрын
Hi, u told three type of bean declaration Xml based, annotation based, and java configuration... Where is java configuration based bean initialization video... Pl add video for that too
@ManishKumar-fi4ig5 жыл бұрын
Hi Naveen , by default @qualifier anno is by type or name. Need some description on by name and by type autowiring.
@imranakhtar575 жыл бұрын
@Qualifier is by name, but it is dependant on AutoWired annotation which is by type. So qualifier will not work alone it has to have other dependant qualifier
@dipeshpatil85673 жыл бұрын
How to download project from that link?
@shahjadealam48877 жыл бұрын
Sir how can i inject more than one constructor of a class.
@ashuzguitar4 жыл бұрын
Thanks!
@sudhasingh85167 жыл бұрын
cant we not write @autowired instead of doing context.getBeant() in the main method??
@praveen_somireddy7 жыл бұрын
You cannot use @Autowire annotation inside a method directly in java (because it is method level) . so within main method no way of using any method annotation directly. You must get the bean from the spring container using getBean method. @Autowire is used to inject only dependencies to the dependent object.... hope it clears....
@namastemulesoft84047 жыл бұрын
which one is prefared @Qualifer or @primary
@praveen_somireddy7 жыл бұрын
@Qualifier ... you can change bean name directly from here....
@Ahmed536q8 жыл бұрын
sir can you upload the whole code with comments what are they doing for annotations like @ autowired finds which object ....
@lakshmism35448 жыл бұрын
Can you explain about aspect-annotation in your future videos
@stefanciobanu29332 жыл бұрын
"Exception in thread "main" java.lang.IllegalStateException: Cannot load configuration class ... " :((( How do i solve this?
@ManishKumar-fi4ig5 жыл бұрын
You did @qualifier("mediatek") But your bean class name is Mediatek in small letter of m is creating confusion.
@imranakhtar575 жыл бұрын
As mentioned in the video, while creating bean, spring stores the class name with first letter as small. For example, if your class name is School, then while creating bean of School spring will store it as "school" with small s. Hope this helps
@divakarparasuraman42457 жыл бұрын
that simple means say that all in a single video... *******
@mukulmathur6537 Жыл бұрын
Watching in 2023 still!
@PradipLamsal6 жыл бұрын
I am highly appreciated for his time and effort to make these kinds of tutorials but I got really confused when he changed one topic to another unexpectedly like some time he talks about one thing and without giving whole information about that he just turn into another. I think that is the only bad thing for me to catch from your tutorials. Good Luck !!!