I am new to the world of programming. I work with Java web applications. I am learning struts2 / hibernate / spring.
I think, instead of reading hibernation from textbooks, it is useful to read the full source code. Basically, I plan to study the full code of the framework, understand how caching is performed, how transactions are processed, how several threads are processed, etc.
Have any of you done this before? My intention is that if we recognize one specific structure inside and out, it will be very useful for application development.
source share