What is the Spring framework really all about?

  Рет қаралды 766,718

Java Brains

Java Brains

Күн бұрын

This is a 10 minute introduction to the Spring framework. Spring is a very popular application framework in Java. In this video, you'll learn what it's really all about, what are the problems it solves and why you might want to use it.
Java Brains website: javabrains.io
#JavaBrains #BrainBytes #WhatIs

Пікірлер: 257
@kumar29nov
@kumar29nov 5 жыл бұрын
Nice video, thanks, but I’ve always wondered why you need an instance? Why not just static methods for services?
@Java.Brains
@Java.Brains 5 жыл бұрын
Good question! Static methods are difficult to test and mock, so are generally avoided.
@jpnoyola
@jpnoyola 5 жыл бұрын
That works for classes that only provide services, but not for classes that create data transfer objects; you can't save multiple sets of data in one set of class variables. For the same reason, if a class needs to save multiple configurations, it needs to produce configurable objects. I hope that helps.
@Thepankaz1
@Thepankaz1 5 жыл бұрын
@@jpnoyola whats the problem when static methods creat DTO
@srk96
@srk96 5 жыл бұрын
static concept destroys object oriented programming. that's why scala and kotlin don't use static but singleton object.
@shankhamandal9707
@shankhamandal9707 5 жыл бұрын
Overriding is not possible
@shriram2222
@shriram2222 4 жыл бұрын
1. Managing objects & Lifecycle dependencies by providing Application context and dependency injection 2. Data access 3. Spring MVC
@hercul_dyka
@hercul_dyka Жыл бұрын
SPOILER WARNING!
@cafeta
@cafeta 5 жыл бұрын
Love Spring framework, I think I have not seen a more simple and clean explanation like this, Thanks for this video.
@Bharat60425
@Bharat60425 5 жыл бұрын
Oh Man!!!! just in a matter of few minutes I actually understood the significance of Singleton approach. As the example you gave in regards to AccountService Class. I used to ask many people about actual real-time use of Singleton pattern in java application. I got the essence today. you are just marvelous. Thanks! a lot.
@carsonmiller2701
@carsonmiller2701 5 жыл бұрын
I would also like to request that you make a video or a series of videos on spring security. Your tutorials are much better than other ones online and I think that would be a good topic
@martinhoransky1816
@martinhoransky1816 5 жыл бұрын
Absolutely amazing video. Im looking forward to watch others !
@djanupamdas
@djanupamdas 5 жыл бұрын
Please do not stop creating Videos. Your teaching is very very useful for us.
@jaydeep5112
@jaydeep5112 5 жыл бұрын
I like the way how u deal with concepts in a practical manner. I'm not even watched of the video yet, and I couldn't resist hitting like button for the way u explained the dependency injection without actually using the term itself... please don't stop making videos bro.. thanks a ton!
@rahulkala2885
@rahulkala2885 5 жыл бұрын
Thank you Sir by studying your tutorials of Rest and Spring I cracked the Java interviews of many companies. Thank You very much May God Bless You
@daniellemizrachi8166
@daniellemizrachi8166 3 жыл бұрын
I just found your channel today and your videos/explanations are some of the best I have seen! Very excited about it :)
@ericfricke4512
@ericfricke4512 3 жыл бұрын
Great teacher. Thanks for sharing your knowledge and teaching talent!
@zeeshannaqvi4091
@zeeshannaqvi4091 2 жыл бұрын
This is such a great video. Thank you for all the effort you put into making these.
@DialecticalMaterialismRocks
@DialecticalMaterialismRocks 3 жыл бұрын
Thanks very much! Your old video just helped me understand what I'm learning exactly at school.
@godnonamesleft
@godnonamesleft Жыл бұрын
This was presented very well. My work has been trying to get me to learn spring but the material they gave me was a muddled mess. You have given me a much better conceptual understanding.
@waltwilliams6012
@waltwilliams6012 3 жыл бұрын
I have finally found a description of what Spring is and why it is useful.
@jnfrle
@jnfrle 5 жыл бұрын
A friend recommended your spring playlist and they've been very helpful in filling in the knowledge gap while I use SpringBoot and SpringSecurity at a java web dev boot camp. Thank so much! - Jen
@progtom7585
@progtom7585 3 жыл бұрын
Finally... someone who ACTUALLY explains what spring does in a simple way!! Thanks heaps!
@thomasmunguya2207
@thomasmunguya2207 3 жыл бұрын
Awesome video. I was told to learn spring MVC by somebody but I never really understood what its all about and why I needed it in the first place. This video has made everything very clear now!
@RafaelDuarte
@RafaelDuarte 4 жыл бұрын
Thank you a lot! I'm starting to learn Spring Boot but i wanted to get a clear image on what Spring is all about.
@TheHarpanOnly
@TheHarpanOnly 4 жыл бұрын
Thank you. Now I know clearly why do I need to use Spring, conceptually.
@ocherki
@ocherki 4 жыл бұрын
Thank you man, you saved my nerves understanding what it is all about
@wilfredomendez3450
@wilfredomendez3450 5 жыл бұрын
Every time a have a question on any Java topic, I come to your channel looking for answers, thanks a lot.
@mrshanab6032
@mrshanab6032 2 жыл бұрын
Me too
@truphenalwanga9829
@truphenalwanga9829 5 жыл бұрын
So clear, just what i was looking for!
@mayurkulkarni2589
@mayurkulkarni2589 5 жыл бұрын
Quality video. Clarifies the advantages of spring framework.
@jiajianhwa4776
@jiajianhwa4776 3 жыл бұрын
Great job sir. Appreciate your good work. 👏 Been trying to understand spring and by far this is the best explanation.
@zilenthunderz
@zilenthunderz 3 жыл бұрын
You're the only one who can explain Spring framework well
@amritraj2303
@amritraj2303 5 жыл бұрын
Koushik.. really a great admirer of your tutorials.Could you please videos on Spring Security especially OAuth2.0 and JWT.
@harishsiripuram98490
@harishsiripuram98490 4 жыл бұрын
Thank you. Love your tutorials ☺
@camilovasquez8530
@camilovasquez8530 4 жыл бұрын
Thank you, a very easy and positive way of reaching out when you want to learn something new, very good! Please continue with it!
@katiesun1533
@katiesun1533 5 жыл бұрын
Thank you Koushik!👍👍👍
@anandr6835
@anandr6835 5 жыл бұрын
The Bosssssss is back... 🤩🤩
@ogoxo
@ogoxo 3 жыл бұрын
More power to you sir! Keep up the great work!
@l.o2845
@l.o2845 2 жыл бұрын
Clear breakdown and explanations, great stuff.
@daleprather3026
@daleprather3026 2 жыл бұрын
Excellent explanation. One of the clearest. Thanks!
@Raja-lz3dl
@Raja-lz3dl 4 жыл бұрын
Apart from learning the content, i think one should learn how to really express and break down a concept and explain it like you do. I have never seen a spring explanation that doesnt bring in the jargons of DI, IOC until as late as 7th minute, exactly what i was looking for. That really helped thanks.
@igniteagni360
@igniteagni360 5 жыл бұрын
Very informative Koushik!!
@arijitmukherjee9636
@arijitmukherjee9636 5 жыл бұрын
Delivery was good, content was good too!
@barelylate
@barelylate 4 жыл бұрын
Thank you. Very well explained.
@satyaprakashsahoo7772
@satyaprakashsahoo7772 5 жыл бұрын
Your way of presentation is hats off..
@preeti3911
@preeti3911 4 жыл бұрын
Thanks for the info... Really helpful!!
@kaleemullahnizamani7436
@kaleemullahnizamani7436 4 жыл бұрын
Best explanation. You're great instructor
@swapnilc17
@swapnilc17 5 жыл бұрын
As always, awesome explanation sir 👍
@cslxxwilliam
@cslxxwilliam 2 жыл бұрын
Thank you for direct to the point video!
@deyjishnu
@deyjishnu 2 жыл бұрын
Great video!! Thanks Koushik! It helped a lot
@higiniofuentes2551
@higiniofuentes2551 Ай бұрын
Thank you for this very useful video!
@Apprenticer
@Apprenticer Жыл бұрын
Very informative , well delivered, interesting video. I learned a lot and got better understanding of it.Thank you.
@Shadow-pn5qw
@Shadow-pn5qw 6 күн бұрын
Awesome explanation
@mBaron29
@mBaron29 Жыл бұрын
Excellent introduction to the Spring framework!
@abalgaebroccoli2323
@abalgaebroccoli2323 2 жыл бұрын
I owe so much of my knowledge and understanding to you, thank you.
@chrisnorahloftin
@chrisnorahloftin 2 жыл бұрын
Hi asmaa can we study together im looking for few study prtners
@wandayusuf1945
@wandayusuf1945 3 жыл бұрын
Love your videos! Need make schedule to watch all your videos
@felipevillarroel6259
@felipevillarroel6259 4 жыл бұрын
Thank you for this clarifying video
@Eiston14
@Eiston14 Жыл бұрын
Very nice! Easy to understand the basic concept... Cheers!
@lajungleqc7487
@lajungleqc7487 3 жыл бұрын
Very good and clear explanations. Thumbs up!
@xamael1989
@xamael1989 5 жыл бұрын
thanks for another great video you have taught me a lot my friend all the from east africa
@lokeshbala6642
@lokeshbala6642 4 жыл бұрын
explanation is good and it is in understanding nature...thank you java brains
@CASLOAcademy
@CASLOAcademy 2 жыл бұрын
thank you so much. love your channel
@20thSHYZONEMedia
@20thSHYZONEMedia 3 жыл бұрын
This was very useful thank you!!
@mohamadbilal54
@mohamadbilal54 4 жыл бұрын
very useful topic, thanks
@ashvinshetty5582
@ashvinshetty5582 Жыл бұрын
Really good video with clear explanations!
@mahiprabhanjan
@mahiprabhanjan 3 жыл бұрын
Well presented. Thank u!
@moise6792
@moise6792 2 жыл бұрын
That was awesome. Thanks!
@adnanhossain8795
@adnanhossain8795 2 жыл бұрын
This was a treat to the eye and mind
@maxandsouza4163
@maxandsouza4163 2 жыл бұрын
Simple and informative!
@FavouriteVid
@FavouriteVid 4 жыл бұрын
Good intro, thanks!
@babakjan
@babakjan 3 жыл бұрын
Thanks for video, now I better understand, what spring do.
@markl3346
@markl3346 3 жыл бұрын
thank you, very useful!
@syedwaseemahmed1749
@syedwaseemahmed1749 5 жыл бұрын
Boss is back get ready.
@IndonesiaNanJaya
@IndonesiaNanJaya 2 жыл бұрын
really good explanation! thank you
@Metruzanca
@Metruzanca 4 жыл бұрын
I think you're slowly making me not have java with your simple explanation. You've just summed up a 4h lecture in a much more memorable and useful way.
@Dennis-er8xc
@Dennis-er8xc 4 жыл бұрын
Bro awesome explanation!!!
@raz478
@raz478 2 жыл бұрын
Thank you. short but informative
@codegeek8256
@codegeek8256 5 жыл бұрын
hey Koushik you made a video on java learning path, and emphisized on how core java is so important now i am wondering why you do not have a core java tutorials on your channel, you would really make a lifetime tutorials for this important aspect.
@9Blurke9
@9Blurke9 4 жыл бұрын
Thank you very much, man
@vinalbagaria1203
@vinalbagaria1203 3 жыл бұрын
Awesome explanation😍
@Baxos04100
@Baxos04100 4 жыл бұрын
Thanks for this video 🙂
@parvezahmed5287
@parvezahmed5287 5 жыл бұрын
Father of Java. like ur teaching style. from bangladesh
@sreeragkiyyath
@sreeragkiyyath 5 жыл бұрын
Excellent
@staffordnelson9053
@staffordnelson9053 5 жыл бұрын
Thank you!
@saikumarvantaku1684
@saikumarvantaku1684 4 жыл бұрын
Sir, you are awesome.
@kia.rahmani
@kia.rahmani 5 жыл бұрын
Great video!
@gsview4942
@gsview4942 3 жыл бұрын
best explanation ever.
@timothymbotshana2608
@timothymbotshana2608 Жыл бұрын
thanks very simple and informative
@akhileshyaduwanshi6008
@akhileshyaduwanshi6008 5 жыл бұрын
Excellent Kaushik....!!! please make video tutorial on core java, it will be very helpful for beginners.
@parkerbelholland1037
@parkerbelholland1037 4 жыл бұрын
Nice overview.
@souvikadhikary8990
@souvikadhikary8990 5 жыл бұрын
Please make videos on Spring cloud , kafka , load balancing.
@JAKdeLILLIPUT
@JAKdeLILLIPUT 5 жыл бұрын
Love Java Brains... Make a Web App Using Spring, Spring Boot and Vaadin
@AjayKumar-hz1gk
@AjayKumar-hz1gk 4 жыл бұрын
From Java brains video
@SpaceTimeBeing_
@SpaceTimeBeing_ 4 жыл бұрын
Nobody likes Vaadin for some reason
@l18xie52
@l18xie52 2 жыл бұрын
It is really helpful, thank you
@toutoulandry9211
@toutoulandry9211 2 жыл бұрын
Thank you …. There is amazing vidéo
@VOGTLANDOUTDOORS
@VOGTLANDOUTDOORS 3 жыл бұрын
YOU are one of the BEST PRESENTERS I've come across since Al Gore INVENTED The Internet ;-) --- KEEP MAKING VIDEOS !!!
@srik006
@srik006 3 жыл бұрын
Superb.
@vijayanandroy7834
@vijayanandroy7834 5 жыл бұрын
Father of Java tutorials is back.
@chillappreciator885
@chillappreciator885 3 жыл бұрын
Where is a mother?
@joyanfernandes
@joyanfernandes 3 жыл бұрын
@@chillappreciator885 Safe inside the virtual machine
@BengoliInBangalore
@BengoliInBangalore 2 жыл бұрын
@javaBrains, can you please elaborate more on Data objects? Didnt get that part.
@makemoneyeasier4245
@makemoneyeasier4245 4 жыл бұрын
Thanks a lot for making Awesome videos .I have a question that is ,can Hybernate and Jdbc handle business classes ,instances same as Spring Application handles .As i am new to this technology please suggest something .thanks in advance .
@TotallyNotAuroras2ndChannel
@TotallyNotAuroras2ndChannel 2 жыл бұрын
I gave you a thumb up when I red to dependency injection... first video to explain greatly
@blubbalily2327
@blubbalily2327 3 жыл бұрын
Thank you!!!
@alittlecoding
@alittlecoding 3 жыл бұрын
this was awesome
@jponline79
@jponline79 3 жыл бұрын
How do you upgrade Spring Framework version - i cant find a source online. What is involved?
@pratikjain4704
@pratikjain4704 Жыл бұрын
Really good, thanks. Happy Teachers Day😃
@chrisschuller7055
@chrisschuller7055 2 жыл бұрын
Very good video!
@Prasadd128
@Prasadd128 4 жыл бұрын
Please make all in one videos of spring.
Spring ultimate basics: What are Spring Beans and what is the Spring Container?
16:30
What is JWT? JSON Web Tokens Explained (Java Brains)
14:53
Java Brains
Рет қаралды 1 МЛН
[Vowel]물고기는 물에서 살아야 해🐟🤣Fish have to live in the water #funny
00:53
How To Choose Ramen Date Night 🍜
00:58
Jojo Sim
Рет қаралды 60 МЛН
Chips evolution !! 😔😔
00:23
Tibo InShape
Рет қаралды 27 МЛН
4 Spring Boot Mistakes to AVOID in 2024
15:18
Java Brains
Рет қаралды 51 М.
Top 25 Microservice Interview Questions Answered - Java Brains
39:54
What is OAuth really all about - OAuth tutorial - Java Brains
10:56
What is the difference between frameworks and libraries?
8:58
Java Brains
Рет қаралды 128 М.
Spring Framework Tutorial | Full Course
1:30:00
Telusko
Рет қаралды 2,1 МЛН
What are microservices really all about? - Microservices Basics Tutorial
15:12
Is this unfair?
16:04
Java Brains
Рет қаралды 11 М.
Top 10 Spring Annotations to know in 2024
26:41
Java Brains
Рет қаралды 68 М.