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.
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.
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!
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.
Glad you like it :)
Awesome , thanks for improving my knowledge of one of The most Used libraries but also obscure
You are welcome :)
Million dollars video... Thanks bud and here I subscribe!
Nice presentation!
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.
Hope you can give more pratical examples in your vedio,like how to use cglib in projects.
what is benefit of using cglib (proxies) ? why does spring use it.
There's unfortunately no good answer that fits into a UA-cam comment ;)
@@MarcoBehler consider that is an idea for the next video
This is very useful...Could you please provide the github link ...
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 ?
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!
Marco Behler thanks! Nice tutorial!