Spring & CGLIB: Finally Understandable | Spring Core - Masterclass

Поділитися
Вставка
  • Опубліковано 10 гру 2024

КОМЕНТАРІ • 15

  • @OzoneGrif
    @OzoneGrif 6 років тому +4

    That's actually very cool. I never looked into CGLib, always though it was complicated to use, but it's actually super simple. This opens so many possibilities.

  • @joseluissanchez8589
    @joseluissanchez8589 5 років тому +2

    Awesome , thanks for improving my knowledge of one of The most Used libraries but also obscure

  • @B-Billy
    @B-Billy 5 років тому +1

    Million dollars video... Thanks bud and here I subscribe!

  • @YidingHe
    @YidingHe 5 років тому

    Nice presentation!

  • @maasmans
    @maasmans 2 роки тому

    Hi in this video you reference to another video specifically at 4:39 and in the beginning talking over proxies. And the interface IUserService also magically appeared. Are there videos not on youtube that im missing? I was watching through your Spring Core - Masterclass playlist, but even in your uploads there is nothing else there. I guess that it must be some premium stuff but it kinda confusing in the series in general.

  • @victorchow7489
    @victorchow7489 5 років тому

    Hope you can give more pratical examples in your vedio,like how to use cglib in projects.

  • @olegrolik
    @olegrolik 3 роки тому +1

    what is benefit of using cglib (proxies) ? why does spring use it.

    • @MarcoBehler
      @MarcoBehler  3 роки тому +1

      There's unfortunately no good answer that fits into a UA-cam comment ;)

    • @olegrolik
      @olegrolik 3 роки тому

      @@MarcoBehler consider that is an idea for the next video

  • @tejeswarsahu5578
    @tejeswarsahu5578 4 роки тому

    This is very useful...Could you please provide the github link ...

  • @Dev_pig
    @Dev_pig 5 років тому

    Cglib only used for test cases? If so, it would be better to use mock lib than cglib. Is there other use cases of cglib ?

    • @MarcoBehler
      @MarcoBehler  5 років тому +1

      Not at all! Cglib is used heavily in production, to e.g. get the transaction support working etc. You might want to check out all other videos in the series!

    • @Dev_pig
      @Dev_pig 5 років тому

      Marco Behler thanks! Nice tutorial!