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.
@MarcoBehler6 жыл бұрын
Glad you like it :)
@joseluissanchez85895 жыл бұрын
Awesome , thanks for improving my knowledge of one of The most Used libraries but also obscure
@MarcoBehler5 жыл бұрын
You are welcome :)
@B-Billy5 жыл бұрын
Million dollars video... Thanks bud and here I subscribe!
@maasmans2 жыл бұрын
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.
@YidingHe5 жыл бұрын
Nice presentation!
@tejeswarsahu55784 жыл бұрын
This is very useful...Could you please provide the github link ...
@victorchow74895 жыл бұрын
Hope you can give more pratical examples in your vedio,like how to use cglib in projects.
@olegrolik3 жыл бұрын
what is benefit of using cglib (proxies) ? why does spring use it.
@MarcoBehler3 жыл бұрын
There's unfortunately no good answer that fits into a KZbin comment ;)
@olegrolik3 жыл бұрын
@@MarcoBehler consider that is an idea for the next video
@Dev_pig5 жыл бұрын
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 ?
@MarcoBehler5 жыл бұрын
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!