Hello, reading documentation of Spring, i have read a point that says:
"As the leading full-stack Java/J2EE application framework, Spring delivers significant benefits for many projects, reducing development effort and costs while improving test coverage and quality."
Reducing development is obviously because no singleton or factories have to be implemented, also IoC, integration of hibernate, ... but can anybody explain me how is possible to improve test coverage and quality?
Thank you very much.


Reply With Quote
That gives you an oportunity to focus only on testing of your business code.
