Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to read the Spring framework source code?

I have experience using spring and read books about it. However, when I try to read the open source code, I found that I don't know where to start and how to read it so as to understand it fully. Is there anything like class diagram or how to get to know an open source project like spring and understand the codes ?

like image 381
once Avatar asked Sep 13 '26 20:09

once


1 Answers

I'd advise you to concentrate on one module at a time.

If your currently working on spring then I would suggest using your IDE or dependency management to download the module your working on and try and learn that. That way you can step through the code using debugger and get a decent idea.

The Spring github sites are very helpful and are where the code is hosted - e.g. https://github.com/spring-projects/spring-boot

The next step would be to start to have a look at the Gitter projects - https://gitter.im/spring-projects/spring-boot which is where most of the spring discussions happen.

I would strongly advise following Josh Long the spring developer advocate - user:607357 on here and easy to find on the web and twitter.

Hope this helps.

like image 141
Neil Mason Avatar answered Sep 16 '26 18:09

Neil Mason



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!