Spring Boot Quick Start 4 - Spring and some of its problems

Поделиться
HTML-код
  • Опубликовано: 26 сен 2024
  • Access the full course here: javabrains.io/...
    Here's a quick introduction to Spring, some of it's strengths (and possible weaknesses too!)

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

  • @jamieyoung9392
    @jamieyoung9392 3 года назад +51

    This guy is a one-man university department!! The quality of his teaching is exceptional. Thank-you for all the work you do.

  • @johnloven
    @johnloven 7 лет назад +62

    I can finally visualize my mentor! I can't begin to describe how much you've helped me!

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

    You have done a great job. Very clear English, detailed explanation, easy to understand and learn. Simply perfect. Thanks a lot!

  • @sudipupadhyay6935
    @sudipupadhyay6935 6 лет назад +3

    i was follwing you tutorials on spring of 2011,and here we are in spring boot and i have been able to see you,thanks a lot

  • @dgabrielm
    @dgabrielm 6 лет назад +17

    Thank you for this Spring Boot series, you're a fantastic teacher!

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

    This is the first video m watching Ur's..but I fell in love with u r knowledge and confidence...

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

    Your way of passionate talking about spring boot....is really engaging....

  • @arunsp767
    @arunsp767 3 года назад +7

    4:35 Spring is like Subway. They have a lot of customization options and they keep asking us about each single of them. Do you want regular bread or healthy bread? Whole wheat or multigrain? You want onions? olives? What sauce? Etc etc. Though they have excellent customization options, it's annoying for us to specify each item ourselves.

  • @shn8822
    @shn8822 2 года назад +3

    Thanks to you.
    I want to start learn spring boot could I watch this series? I do not know if there have been many updates and changes since it is 5 years.

  • @blessedsone3723
    @blessedsone3723 3 месяца назад

    You are a perfect presenter. Please we need a new version of this tutorial. Updated version.

  • @kouchibin4732
    @kouchibin4732 6 лет назад +1

    Great tutorials. Thank you so much! You are a great teacher.

  • @cristianramirezfonseca8567
    @cristianramirezfonseca8567 5 лет назад +1

    You are soooo good, bro! Greeting from Mexico

  • @Ray-dv8lr
    @Ray-dv8lr 7 лет назад +2

    very well explained..thanks for clearing concepts..you rock dude!!

  • @benzflynn
    @benzflynn 5 лет назад +1

    Good enough video and good presentation style. It might be useful to first run over the evolution of Java Enterprise apps. This would explain why the original JE API was the (seemingly today) awkward way it was: the need to access objects across a network, the need to accommodate the restraints of a database during transactions, security across a network as well as on a remote server, etc. And all this when the Java language itself was quite primitive and had few annotations. They just did what they could do with Java as it then was.
    As the language developed and added new constructs and other features, the JE API could be evolved too. When you look at things historically, you're more inclined to see the developers of Spring as standing on the shoulders of the JE API rather than its dumb relation - they just happened to look at backend Java when the Java language itself allowed things like annotation configuration. It's a great pity some of the Spring team aren't a bit more modest about their contribution to Java EE apps, or at least a bit less derogatory of their more elaborate ancestor.

  • @DamithWanninayaka
    @DamithWanninayaka 5 лет назад

    You explained it so clearly. Thanks much.

  • @BruceWayne_.....
    @BruceWayne_..... 4 месяца назад

    Straight to point

  • @RohitVerma-ub9tr
    @RohitVerma-ub9tr 4 года назад +1

    Love you brother...
    I love Java & it flows thru my blood...
    But yu infused lots of it

  • @rossxie9809
    @rossxie9809 Год назад

    I wish there were more details of examples of all the problems of spring in the video.

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

    Thanks JavaBrains Team :)

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

    So glad to see Chatur/Silencer teaching Java.

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

    So glad I subscribed 🙏🙏🙏🙏

  • @nimishagupta7450
    @nimishagupta7450 5 лет назад

    HI Kaushik,Can you please tell me do we do any spring.xml configuration, while writing spring appication (Without using springboot) to let know the controllers, i suppose only @RequestMapping was enough.
    PLease guide.

  • @sumitkumar-fm9ki
    @sumitkumar-fm9ki 7 лет назад +1

    hey koushik sir
    can u pls upload some videos on spring web flow....there is very less videos which can really give enough information about spring web flow...pls provide some informations that can really depict web flow and why we use it and how to use it.

  • @KumarUmang1
    @KumarUmang1 7 лет назад +2

    simply amazing :)

  • @BinhNguyen-nn5dk
    @BinhNguyen-nn5dk 7 лет назад

    very good tutorial. Thank you!

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

    very good explained :)

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

    The first Indian with a very good accent !! Nice one mate

  • @divakarbabu6276
    @divakarbabu6276 6 лет назад +1

    It's really nice

  • @Shetu_Sharma
    @Shetu_Sharma 7 лет назад +1

    Thank koushik for spring boot tutorial,can you provide netflix gateway,discovery,spring security,congig logger as there no one who explain like you :)

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

    Is it becoming now a days a bloat ware? For example Spring Boot is not allowing me to configure WebFlux and REST API in single container. It is taking opinions on its own which for some serious applications could save some time initially but it will become maintenance nightmare

  • @Submersed24
    @Submersed24 Год назад

    Out of curiosity, is there any benefit Java Spring Boot has over a c# based API framework? Why is Java used as an alternative to C# when C# does it all faster and more secure?

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

    Thank you!!!

  • @kwoowoo828
    @kwoowoo828 4 года назад +6

    Your application become too big and complex to manage, so you need a framework to handle them. So Spring framework come into the rescue. Then Spring framework become too big and complex to manage, so you need a bootstrap to handle them. So Spring Boot come into the rescue. So I am eating my popcorn to witness the day when Spring Boot become too big and complex to manage and another so-called maybe Spring Double Boot come into the rescue. The root problem is still human who created all these complexity. Simplicity is the most complex thing that human cannot handle, so they pluck the lowest convenient fruit taking on complexity as the least resistant path. Vendors are creating complexity so that they can sell you products that simplify the complexity, just like security company create security problem so that they can sell their security product. Its like robbing you of your watch so that they can sell you back your watch since now you need a watch.

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

      that was entertaining to read!

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

    you are awesome!

  • @heavestern
    @heavestern 6 лет назад

    I didnt even realize i was an abbo lol =) good work

  • @Trosvald08
    @Trosvald08 6 лет назад

    thanks koushik

  • @alvinf1209
    @alvinf1209 6 лет назад

    Thank you

  • @ZillaYT
    @ZillaYT 10 месяцев назад

    The "full course" link no longer works.

  • @kumaiyavlogs5020
    @kumaiyavlogs5020 4 года назад +5

    Stop twisting your mouth
    U have a good face
    Stop this
    I am unable to focus on video

  • @adityanehra
    @adityanehra 7 лет назад

    spring is dependency injection :)

  • @TheYogi003
    @TheYogi003 5 лет назад

    3:37 So can we say, Spring without boot - It's so good that it's bad.

  • @yushuai993
    @yushuai993 5 лет назад +1

    he like Aamir Khan

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

    I wish white folk create as many tuts as indians. its hard to understand for a foreigner.

    • @Submersed24
      @Submersed24 Год назад

      haha javascript is all English speaking tech bros and java is literally all Indian people. C++ is all middle aged white dudes but they can be boring to listen to.

  • @virendrakhade12
    @virendrakhade12 7 лет назад +1

    Why you are not coming directly to spring boot, you just want likes ?????

    • @fabriciosimoncelli
      @fabriciosimoncelli 7 лет назад +28

      man it is just a basic overview of spring framework concept.... take it easy and go to the next video if you don't like it...

  • @PiranashVlogs
    @PiranashVlogs 6 лет назад

    Thank you

  • @cyrelm
    @cyrelm 5 лет назад

    Thanks! Great video.