October 2021
Beginner
416 pages
11h 25m
English
A long time ago, when I started using Spring, the developers used XML to configure the context and the Spring framework in general. Today, you can only find XML configurations in older applications that are still supported. The developers quit using XML configurations years ago and replaced them with using annotations because of the difficulty of reading the configuration code. While it’s true XML has its good points, it’s much easier to use annotations for reading and enhancing the app’s maintainability. For this reason, I decided not to include XML configurations in this book.
If you’re just now starting with Spring, my advice is to learn XML configurations only if you need to maintain an ...