Ask HN: How to learn Java EE effectively?
Hi There! I have been working as a Hybris Developer from past 8 months.My role is to fix defects and develop E-commerce web application. Transition from core to enterprise java motivated me in learning Java comprehensively. I liked the idea of Facade/DAO/Services which were completely new to me after starting out. What are the tools and technologies being a Java developer you follow? Any resource/course recommendation will be highly appreciated.
8 comments
[ 3.9 ms ] story [ 40.1 ms ] threadSpring boot has a lot of bloat these days imo
https://spring.io/guides/gs/spring-boot/
You dont really learn the "magic happening under the hood" due to all of Springboots default configurations, but still i would start there because easier to get going, and then I would try build projects without Springboot (and use older Java frameworks) if you are doing so to prepare for a job that uses some legacy framework you want to prep for.