DEV Community

Discussion on: Java Spring Boot: Is there a specific learning path?

Collapse
 
wuuemm profile image
Wojciech Marciniak

Thymeleaf maybe for testing only. As long as REST is in use, the native frontend should be developed. And while advising beginners don't mention microservice and stuff like that, please. And most important - there's no way to understand dependency injection without prior basic experience with plain Java. One can't notice the fundamental difference in those approaches if doesn't know both, especially how Spring benefits of Java Reflection.